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

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.