1859 Commits

Author SHA1 Message Date
Bruce Mayhew
40f60b9854 Merge branch 'master' of https://github.com/mayhew64/webgoat 2014-08-09 14:23:36 -04:00
Bruce Mayhew
7d45537f2a version upgrade for axis-ant and compiler plugin 2014-08-09 14:23:08 -04:00
Bruce Mayhew
88c9cae41b fixed os specific behavior on netstat commandi for data display and parsing 2014-08-09 14:16:23 -04:00
lawson89
c306e338db make forms ajax for basic lessons 2014-08-07 17:44:49 -04:00
rlawson
bef50d22b9 skeleton screen for new single page webapp 2014-08-07 14:22:20 -04:00
rlawson
4c1f6ecd1d clean up a few .do to .mvc conversions 2014-08-06 09:35:38 -04:00
rlawson
abd594beae Change spring stuff to mvc extension instead of do
show splash screen after login
2014-08-06 09:28:57 -04:00
Alison Loney
e68a9473a5 Created new folder and added html and assets
css, fonts etc
2014-07-14 22:05:42 -04:00
lawson89
ba9b60a99c add links and fix titles to lesson menu service
add list of built in accounts to login screen
2014-07-11 14:58:27 -04:00
lawson89
d5024b7739 add lesson menu item service for building left nav 2014-07-10 21:23:16 -04:00
lawson89
a90817f332 check in hint service which provides a list of hints for the current lesson 2014-06-20 14:41:15 -04:00
lawson89
c71931f43c stub out hint service 2014-06-20 07:52:16 -04:00
lawson89
df68764e2c get dependencies sorted out for spring rest services 2014-06-20 07:48:03 -04:00
lawson89
39d5888ef3 get logout working
fix issue with white screen after login
2014-06-19 19:43:07 -04:00
lawson89
80dae15f70 exclude web assets from spring security
format reportBug.jsp
2014-06-11 21:56:43 -04:00
lawson89
a0d4a02f0a logging, formatting 2014-06-03 15:41:50 -04:00
lawson89
10be6757af work on logging 2014-06-03 14:39:21 -04:00
lawson89
c8ec75b5f2 spring security cleanup 2014-06-02 17:44:28 -04:00
lawson89
dc0bc99b60 add form based login 2014-06-02 16:00:58 -04:00
lawson89
617d16d8a7 migrate from container managed authentication to spring security
updated spring and spring security versions
2014-05-29 18:43:40 -04:00
Richard Lawson
d89911053e Rollback to old spring version move to next branch 2014-05-29 18:40:47 -04:00
mayhew64
f0523fb3a8 Merge pull request #1 from mosabua/cleanup
Cleanup
2014-05-27 09:19:49 -04:00
Manfred Moser
9ddfdecd43 adding gitignore file with exclusion of Maven and git Eclipse related stuff 2014-05-26 13:54:33 -07:00
Manfred Moser
537f3c0bb7 upgraded jta as available in central and defunct/unneeded java.net repo 2014-05-26 13:53:59 -07:00
lawson89
204bfce794 upgrade to desired version of spring 2014-05-25 21:24:57 -04:00
dmayhew
4f0f818e9b Merge branch 'master' into webgoat-6.0 2014-03-30 15:27:09 -07:00
dmayhew
701894778f Fixed directory layout 2014-03-30 12:19:26 -07:00
kkewlani@gmail.com
bc7c00d46d undoing the commit test changes
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@492 4033779f-a91e-0410-96ef-6bf7bf53c507
2013-09-20 05:35:01 +00:00
kkewlani@gmail.com
81b75a98fc testing commit
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@491 4033779f-a91e-0410-96ef-6bf7bf53c507
2013-09-20 05:32:07 +00:00
EGAndrew@gmail.com
771edfca6d Port number typo's in the user messaging within the 8080 scripts.
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@490 4033779f-a91e-0410-96ef-6bf7bf53c507
2013-05-24 20:28:46 +00:00
mayhew64@gmail.com
97a05e295d Messing up maven imports and not needed with maven build
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@489 4033779f-a91e-0410-96ef-6bf7bf53c507
2013-05-03 20:24:13 +00:00
mayhew64@gmail.com
c433fbd28e Fixed the source code reference for the project
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@488 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-11-20 21:35:41 +00:00
mayhew64@gmail.com
1c5aaffe3c Added tomcat-maven-plugin additional src config <additionalConfigFilesDir> to specify using the webgoat tomcat-users file. Everything now works from mvn tomcat:run-war
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@487 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-11-20 16:56:31 +00:00
mayhew64@gmail.com
3a7d946c8f Fixed most of the maven build except the path to using tomcatconf. Moving the tree from src/main has caused changing all the default path locations that maven uses to be specified.
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@486 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-11-20 15:24:04 +00:00
mayhew64@gmail.com
6a96547ef0 Restructured the baseline to remove extra src/main directory structure. Added eclipes project file
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@485 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-11-19 23:57:51 +00:00
phillip.seay@gmail.com
fb938e0933 Initial commit of new spring-MVC/spring security/tiles-based functionality
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@484 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-09-11 00:26:09 +00:00
mayhew64@gmail.com
65f73a5206 Start of the WebGoat 6.0 project
git-svn-id: http://webgoat.googlecode.com/svn/branches/webgoat-6.0@483 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-09-09 21:57:36 +00:00
mayhew64@gmail.com
abf0124de0 Try 3
git-svn-id: http://webgoat.googlecode.com/svn/trunk@480 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-09-09 21:54:18 +00:00
mayhew64@gmail.com
68b80fa14f WebGoat 5.4 distribution before WebGoat 6.0
git-svn-id: http://webgoat.googlecode.com/svn/trunk@479 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-09-09 21:53:44 +00:00
mayhew64@gmail.com
02bcf39ecf alphabetized the credits
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@475 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 20:02:44 +00:00
mayhew64@gmail.com
31570e7ca8 alphabetized the credits
git-svn-id: http://webgoat.googlecode.com/svn/trunk@475 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 20:02:44 +00:00
mayhew64@gmail.com
c66b16c500 Changed the field1.replaceAll to field1 = field1.replaceAll. The first case does not clean the taint
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@474 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 14:14:24 +00:00
mayhew64@gmail.com
3079397430 Changed the field1.replaceAll to field1 = field1.replaceAll. The first case does not clean the taint
git-svn-id: http://webgoat.googlecode.com/svn/trunk@474 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 14:14:24 +00:00
mayhew64@gmail.com
94c89b66d4 Printing out full command for command[] argument. Using arrays.tolist() which adds a [] around the text. that should be cleaned up.
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@473 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 12:24:51 +00:00
mayhew64@gmail.com
dec4f45f8c Printing out full command for command[] argument. Using arrays.tolist() which adds a [] around the text. that should be cleaned up.
git-svn-id: http://webgoat.googlecode.com/svn/trunk@473 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 12:24:51 +00:00
mayhew64@gmail.com
7b4f5541aa Updated challenge screen to 5.4, added authors sections, changed ccs to support new spacing
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@472 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 12:23:36 +00:00
mayhew64@gmail.com
3e95cea41e Updated challenge screen to 5.4, added authors sections, changed ccs to support new spacing
git-svn-id: http://webgoat.googlecode.com/svn/trunk@472 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 12:23:36 +00:00
mayhew64@gmail.com
4fd89dcf6c Changed ubuntu name
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@471 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 12:22:29 +00:00
mayhew64@gmail.com
f60438e6fc Changed ubuntu name
git-svn-id: http://webgoat.googlecode.com/svn/trunk@471 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-27 12:22:29 +00:00
sherif.fathy@gmail.com
751c993f22 Issue 42
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@470 4033779f-a91e-0410-96ef-6bf7bf53c507
2012-04-26 17:29:19 +00:00