Skip to content

Java sample projects demystifying some Java security myths in web applications

Notifications You must be signed in to change notification settings

dschadow/Java-Security-Myths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java Security Myths

Java sample projects demystifying some Java security myths in web applications. Some browsers may block request parts, Mozilla Firefox is recommended.

CSRF

Requires a web server like Apache Tomcat. Either use your own Tomcat installation or use the embedded Maven-Tomcat7-Plug-in by executing mvn tomcat7:run-war and point your browser to http://localhost:8080/csrf

XSS

Requires a web server like Apache Tomcat. Either use your own Tomcat installation or use the embedded Maven-Tomcat7-Plug-in by executing mvn tomcat7:run-war and point your browser to http://localhost:8080/xss

About

Java sample projects demystifying some Java security myths in web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published