This website requires JavaScript.
Explore
Help
Sign In
dubey
/
WebGoat
Watch
1
Star
0
Fork
0
You've already forked WebGoat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
WebGoat
/
webgoat
/
main
/
project
/
JavaSource
History
esheri3
7cd01d8656
The old Course object used some insane recursion, causing my JVM to spike at 100%. Furthermore, it increased the WebGoat initial startup time to roughly 1:30-2:00 minutes (for me). In order to address the disk access overhead (the current greatest impacter of performance), we now cache the file names before parsing the lessons and their resources.
...
git-svn-id:
http://webgoat.googlecode.com/svn/trunk@72
4033779f-a91e-0410-96ef-6bf7bf53c507
2007-01-22 22:25:50 +00:00
..
org/owasp
/webgoat
The old Course object used some insane recursion, causing my JVM to spike at 100%. Furthermore, it increased the WebGoat initial startup time to roughly 1:30-2:00 minutes (for me). In order to address the disk access overhead (the current greatest impacter of performance), we now cache the file names before parsing the lessons and their resources.
2007-01-22 22:25:50 +00:00