Download Java SecurityMyths Free Java Code

Description

Java sample projects demystifying some Java security myths in web applications.

Source Files

The download file JavaSecurityMyths-master.zip has the following entries.


.gitignore//from w w  w  .  j  a v  a2  s  . c  o m
CSRF/pom.xml
CSRF/src/main/java/de/dominikschadow/myths/CSRFServlet.java
CSRF/src/main/java/de/dominikschadow/myths/CSRFTokenHandler.java
CSRF/src/main/java/de/dominikschadow/myths/ProtectedServlet.java
CSRF/src/main/webapp/image-protected.html
CSRF/src/main/webapp/image.html
CSRF/src/main/webapp/index.jsp
CSRF/src/main/webapp/styles.css
CSRF/src/main/webapp/xmlhttprequest-protected.html
CSRF/src/main/webapp/xmlhttprequest.html
README.md
XSS/pom.xml
XSS/src/main/java/de/dominikschadow/myths/MaximumBean.java
XSS/src/main/java/de/dominikschadow/myths/StandardBean.java
XSS/src/main/java/de/dominikschadow/myths/Status.java
XSS/src/main/resources/context.xml
XSS/src/main/webapp/WEB-INF/faces-config.xml
XSS/src/main/webapp/WEB-INF/web.xml
XSS/src/main/webapp/index.xhtml
XSS/src/main/webapp/maximum.xhtml
XSS/src/main/webapp/standard.xhtml
XSS/src/main/webapp/styles.css

Download

Click the following link to download JavaSecurityMyths-master.zip.

JavaSecurityMyths-master.zip




















Home »
  Java Free Code »
    Security »




Security
Security Authentication
Security network