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

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.