#240 Java Error Message in Lesson "How to Bypass a Path Based Access Control Scheme"

This commit is contained in:
Nanne Baars 2016-06-02 22:03:54 +02:00
parent efce972209
commit 40c87b08af
2 changed files with 4 additions and 2 deletions

View File

@ -113,6 +113,7 @@ git clone https://github.com/WebGoat/WebGoat-Lessons.git
```Shell
cd WebGoat
git checkout develop
mvn clean compile install
cd ..
```
@ -122,6 +123,7 @@ cd ..
```Shell
cd WebGoat-Lessons
git checkout develop
mvn package
cp target/plugins/*.jar ../WebGoat/webgoat-container/src/main/webapp/plugin_lessons/
cd ..

View File

@ -114,7 +114,7 @@ developer_bootstrap() {
echo -e >&2 "$COL_RED *** ERROR: Could not cd into the WebGoat Directory. $COL_RESET"
return 1
}
git pull origin master
git pull origin develop
)
fi
@ -131,7 +131,7 @@ developer_bootstrap() {
echo -e >&2 "$COL_RED *** ERROR: Could not cd into the WebGoat-Lessons Directory $COL_RESET"
return 1
}
git pull origin master
git pull origin develop
)
fi