This website requires JavaScript.
Explore
Help
Sign In
Cwikius-Spring
/
spring-security
Watch
1
Star
0
Fork
0
You've already forked spring-security
mirror of
https://github.com/spring-projects/spring-security.git
synced
2025-09-08 20:51:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
spring-security
/
web
History
Luke Taylor
ed9411c660
SEC-1584: Addition of HttpFirewall strategy to FilterChainProxy to reject un-normalized requests and wrap the incoming request object before processing by the security filter chain to provide a more consistent representation of paths than is guaranteed by the servlet spec. The wrapper strips path parameters from pathInfo and servletPath to provide consistency of URL matching across servlet containers and protect against bypassing security constraints by the malicious addition of such parameters to the URL. The paths are canonicalized further by replacing of multiple sequences of "/" characters with a single "/".
2010-10-26 15:31:33 +01:00
..
src
SEC-1584: Addition of HttpFirewall strategy to FilterChainProxy to reject un-normalized requests and wrap the incoming request object before processing by the security filter chain to provide a more consistent representation of paths than is guaranteed by the servlet spec. The wrapper strips path parameters from pathInfo and servletPath to provide consistency of URL matching across servlet containers and protect against bypassing security constraints by the malicious addition of such parameters to the URL. The paths are canonicalized further by replacing of multiple sequences of "/" characters with a single "/".
2010-10-26 15:31:33 +01:00
pom.xml
Switch version to 3.0.4-CI-SNAPSHOT.
2010-07-01 00:37:55 +01:00
template.mf
Updated bundlor templates and introduced spring.version variable
2009-12-22 01:10:04 +00:00
web.gradle
Porting gradle changes from master
2010-06-30 20:45:03 +01:00