1330 Commits

Author SHA1 Message Date
aravindc26
62a4056d9b Fixes typo in README 2015-11-20 00:07:04 +05:30
mayhew64
4c4753784d Merge pull request #148 from slavP/eclipseImportFix
#66 Fixing jar plugin lifecycle issue
2015-11-12 16:43:54 -05:00
slav pilus
4c538ee398 #66 Fixing jar plugin lifecycle issue 2015-11-12 20:49:51 +00:00
Ilguiz Latypov
ea1d852cda Convert the message number parameter into the MVC route part. Correct the result of the restart lesson button. 2015-11-07 05:43:40 -05:00
Ilguiz Latypov
de71f2700e Let user-composed (CSRF) attacks send one-request actions, as opposed to the address bar MVC links requesting lessons. The lesson display servlets have javascript that requests data and actions. 2015-11-07 05:43:31 -05:00
Nanne
05a1f5dd3a Merge pull request #140 from dougmorato/master
Updated pom versions and cache .m2 on travis to speed build time
2015-10-28 19:11:02 +01:00
Doug Morato
ba20f8d14b Fix javax.mail dependecy and update versions
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-27 22:15:14 -04:00
Doug Morato
44b20bfc89 Caching .m2 repository to speed the Travis build
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-27 21:19:12 -04:00
Nanne
0997c860eb Merge pull request #136 from dougmorato/master
Update dependency version, build number and unregister DB driver
2015-10-27 19:52:32 +01:00
Doug Morato
e8e1e904ec Updating dependencies and plugin versions
Updated all the outdated dependencies and plugin versions not related to Spring and Java EE

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 18:47:18 -04:00
Doug Morato
4a43a5572e Unregister JDBC drivers, Fixes #134
Upon calling the maven tomcat7:shutdown goal, a severe error message was thrown because of not unloading the JDBC drivers.

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 18:23:27 -04:00
Doug Morato
cf84e674b7 Fix typo on pom.xml
Bruce's developer id was mistyped.

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 18:18:31 -04:00
Doug Morato
bdc99f305a Travis build number now available from admin page
On the About page, the travis build numbers will be reflected on the build: property

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 18:18:07 -04:00
Doug Morato
10e2b044e9 Merge pull request #132 from nbaars/master
Shutdown threadPools after plugin loading
2015-10-26 16:48:50 -04:00
Nanne Baars
789a57e792 SEVERE: The web application [/WebGoat] appears to have started a thread named [pool-7-thread-5] but has failed to stop it. This is very likely to create a memory leak #124 2015-10-26 21:38:30 +01:00
Doug Morato
5c3f77d84b Merge pull request #131 from dougmorato/master
Do not clean before mvn cobertura and coveralls
2015-10-26 10:48:57 -04:00
Doug Morato
ff6a9b0295 Do not clean before mvn cobertura and coveralls
By cleaning before tbe cobertura goal, this was removing the exec.jar and the war file.

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 10:48:34 -04:00
Doug Morato
44d944bceb Merge pull request #129 from dougmorato/master
Maven-tomcat plugin fix and correct typo on JS file
2015-10-26 10:09:16 -04:00
Doug Morato
91ea844c7f Merge pull request #130 from nbaars/master
Cannot serialize session attribute, fix #123
2015-10-26 09:59:20 -04:00
Nanne Baars
94ae466dbd Cannot serialize session attribute #123 2015-10-26 07:52:26 +01:00
Doug Morato
2803b7cd84 Adding VersionEye
VersionEye is a free service for open-source repositories that track and report the versions of all dependencies in a project

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-26 00:33:20 -04:00
Doug Morato
398f918376 Coveralls goal abreviation
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-25 23:21:28 -04:00
Doug Morato
f9073e366d Tomcat7 maven plugin now uses 2.3-snapshot
Until a  production release of tomcat7-maven-plugin is made available, use a snapshot version

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-25 23:13:50 -04:00
Doug Morato
345e3cc7cb Fix typo on JS file
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-25 22:53:56 -04:00
Doug Morato
441543100f Revert tomcat7 maven plugin to 2.1
Knonw bug on version 2.2 of the tomcat7-maven-plugin on extracting the temp directories for exec jar

Info: https://issues.apache.org/jira/browse/MTOMCAT-211
https://fisheye6.atlassian.com/changelog/tomcat?cs=1539956
https://fisheye6.atlassian.com/changelog/tomcat?cs=1539209
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-25 22:51:28 -04:00
Doug Morato
8bffb76e5b Merge pull request #127 from misfir3/master
items ommited from menu spinner and some more clean up
2015-10-25 22:28:17 -04:00
Doug Morato
f6a938ffd1 Merge pull request #126 from dougmorato/master
Coveralls should be on Parent Pom
2015-10-24 20:26:39 -04:00
Doug Morato
7e2d36ee48 Coveralls should be on Parent Pom
moving the coverall plugin to the parent pom level

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 20:26:17 -04:00
Doug Morato
9eff95cf21 Merge pull request #125 from dougmorato/master
Adding badges for Coverity, Coveralls and Codacy
2015-10-24 20:09:35 -04:00
Doug Morato
2f8ac1798b Adding Codacy Badge on README
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 20:07:01 -04:00
Doug Morato
27479c9a62 Fix typo on cobertura maven plugin pom.xml
Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 19:55:23 -04:00
Doug Morato
c8c3b75fbf Coverity scans only on specific branch
Instead of running coverity scans on every commit on the master branch, run scan only on the coverity_scan branch

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 19:49:20 -04:00
Doug Morato
cffb515851 Adding Coveralls support
Coveralls.IO is free service to report on Code Coverage for Open-Source projects. Enabling the reporting using the maven cobertura plugin

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 19:40:39 -04:00
Doug Morato
cd6a4bf2d2 Adding Coverity Scan Badge
Added Coverity Scan Badge on the README file

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 18:51:19 -04:00
Doug Morato
ce11389a78 Merge pull request #122 from dougmorato/master
Test enable Coverity SAST
2015-10-24 16:17:50 -04:00
Doug Morato
fc0b781d4a Test enable Coverity SAST
Coverity is a cloud static code analysis tool, free for open-source projects. Enable scan submissions from travis CI

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 16:17:12 -04:00
Doug Morato
a8577321a8 Merge pull request #121 from dougmorato/master
Improved README instructions for Easy Run
2015-10-24 16:03:17 -04:00
Doug Morato
95468581bc Improved README formatting
Formatting for the README file, adding a "Debugging and Troubleshooting" section and improving formatting for the reloading plugins and debugging label properties

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 15:53:18 -04:00
Doug Morato
f1d72c92ae Improved README instructions for Easy Run
Improved README instructions for Easy Run, adding a website link to check for the last modifified data of the exec-jar
Added links for listing build artificats output and link to our Travis.CI job

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 15:31:15 -04:00
Jason White
ab29afec3c code cleanup 2015-10-24 13:15:14 -05:00
Jason White
fc2360b49b #41 ... one more 2015-10-24 13:12:44 -05:00
Doug Morato
2c7b4fbc96 Merge pull request #120 from dougmorato/master
Copy whole target folder, not just individual file
2015-10-24 14:12:26 -04:00
Doug Morato
e4b6ed0244 Copy whole target folder, not just individual file
Instead of copying jar/war artifact individually, copy the whole target folder to the "Deployable Artifacts", which will then be uploaded to Amazon S3

Signed-off-by: Doug Morato <dm@corp.io>
2015-10-24 14:11:37 -04:00
Jason White
e3df816fb9 #41 omitted on earlier commit 2015-10-24 13:10:43 -05:00
Doug Morato
d7ef02b06a Merge pull request #119 from misfir3/master
Code cleanup and menu spinner
2015-10-24 13:49:33 -04:00
Jason White
45db051f30 removing redundant line, adding hasPlan to special challenge case handling 2015-10-24 11:45:49 -05:00
Jason White
d52dfe87c4 Merge remote-tracking branch 'upstream/master' 2015-10-24 09:12:02 -05:00
Jason White
3c1336a033 #41: spinner implemented for menu loading 2015-10-23 15:15:57 -05:00
Nanne
7648369dfd Merge pull request #117 from nbaars/master
Logging in sometimes goes to report card and misses category-menu #114
2015-10-23 07:02:21 +02:00
Nanne Baars
060b0cd8fa Logging in sometimes goes to report card and misses category-menu #114 2015-10-23 06:54:14 +02:00