Rob Winch dc201b7989 Remove log4jConfigLocation from sample web.xml files vor 13 Jahren
..
src dc201b7989 Remove log4jConfigLocation from sample web.xml files vor 13 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
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. vor 17 Jahren
pom.xml 4f993d95b5 Updates for 3.0.x autorepo support vor 13 Jahren
readme.txt 4f993d95b5 Updates for 3.0.x autorepo support vor 13 Jahren
tutorial.gradle 4f993d95b5 Updates for 3.0.x autorepo support vor 13 Jahren

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.