2
0
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.