SEC-1255: Modified UrlUtils. Full request URL for redirects uses the requestURI (which is encoded). The URL for path comparsions is built using the servletpath, as before.
This commit is contained in:
@@ -1056,14 +1056,5 @@ public class HttpSecurityBeanDefinitionParserTests {
|
||||
return ((RememberMeProcessingFilter)getFilter(RememberMeProcessingFilter.class)).getRememberMeServices();
|
||||
}
|
||||
|
||||
// @SuppressWarnings("unchecked")
|
||||
// private ConcurrentSessionController getConcurrentSessionController() {
|
||||
// Map beans = appContext.getBeansOfType(ConcurrentSessionController.class);
|
||||
//
|
||||
// if (beans.size() == 0) {
|
||||
// return null;
|
||||
// }
|
||||
// return (ConcurrentSessionController) new ArrayList(beans.values()).get(0);
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user