Skip to content

susanstdemos/spring-insecure-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WORK IN PROGRESS

Insecure Sample Web Application

To get started, please complete the following steps:

  • Download and install a MySQL 5.x database from http://dev.mysql.com/downloads/mysql/5.0.html#downloads.

  • Set the root password in pom.xml, by default the password is "winston"

  • Install an SMTP server on localhost port 25, or configure an SMTP server in mail.properties.

  • Run

    mvn jetty:run

and view the application at http://localhost:8080.
  • Most of the project is standard Maven + Spring + Spring MVC + Spring Security + Hibernate. Some of the configuration files may be appfuse specific, see: http://appfuse.org/display/APF/AppFuse+QuickStart

  • The initial DB data is contained in src/test/resources/sample-data.xml, you can repopulate the DB by running:

 mvn dbunit:operation

The Jetty run command will also repopulate the DB.

Users

admin:password bob:banana alice:qwerty

About

How to secure the default AppFuse Spring MVC application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.8%
  • CSS 30.2%
  • JavaScript 14.0%