spring-security/samples
Rob Winch 78cbdd2c93 Reserve Server Ports in integrationTests
Previously the build would look up a server port dynamically, but since
it closed the port immediately it may not be reserved by the time jetty
started up.

We now reserve the port and do not close it till just before Jetty starts.
While there is still a race condition, it is much smaller window of time
than it was previously.
2012-11-01 11:14:50 -05:00
..
aspectj SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
cas Reserve Server Ports in integrationTests 2012-11-01 11:14:50 -05:00
certificates Added CA's to server.jks from cacerts included with Sun JDK 2011-05-13 18:05:16 -05:00
contacts Stripping out unnecessary dependencies from sample jars. 2011-01-10 17:27:58 +00:00
dms SEC-1418: Deprecate GrantedAuthorityImpl in favour of final SimpleGrantedAuthority. 2010-12-03 16:41:46 +00:00
gae SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
jaas Modified jaas sample's LoginModule to prevent empty string username/password 2011-03-07 22:25:19 -06:00
ldap Stripping out unnecessary dependencies from sample jars. 2011-01-10 17:27:58 +00:00
openid SEC-1705: Make sure a single OpenIDAuthenticationFilter bean is created by the namespace. Likewise for UsernamePasswordAuthenticationFilter. 2011-03-31 21:09:54 +01:00
preauth SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
tutorial SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
runall.sh Minor sample build changes. JSTL dependency update. 2010-07-20 23:45:20 +01:00