Rob Winch dc201b7989 Remove log4jConfigLocation from sample web.xml files пре 13 година
..
src dc201b7989 Remove log4jConfigLocation from sample web.xml files пре 13 година
exec-list-as-peter b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-list-as-rod b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-list-no-auth b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-list-wrong-password b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-post-as-peter b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-post-as-rod b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-post-no-auth b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
exec-post-wrong-password b1bc39a0df Provide some shell scripts that help with demos. These assume the application is deployed to http://localhost:8080/spring-security-samples-tutorial. пре 17 година
pom.xml 4f993d95b5 Updates for 3.0.x autorepo support пре 13 година
readme.txt 4f993d95b5 Updates for 3.0.x autorepo support пре 13 година
tutorial.gradle 4f993d95b5 Updates for 3.0.x autorepo support пре 13 година

readme.txt

This is the most basic sample web application for Spring Security.

If you have gradle installed, you can run the application directly from the checked out source tree, using the command

gradle jettyRun

This will start jetty on port 8080, with SSL support on port 8443.

The 'scripts' directory contains simple Unix command-line scripts for exercising the application and displaying the results.