tidy up
This commit is contained in:
@@ -93,14 +93,13 @@ public class AccessFilter implements Filter {
|
|||||||
|
|
||||||
context.setMessage(authnRequest);
|
context.setMessage(authnRequest);
|
||||||
|
|
||||||
|
|
||||||
encoder.setMessageContext(context);
|
encoder.setMessageContext(context);
|
||||||
encoder.setHttpServletResponse(httpServletResponse);
|
encoder.setHttpServletResponse(httpServletResponse);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
encoder.initialize();
|
encoder.initialize();
|
||||||
} catch (ComponentInitializationException e) {
|
} catch (ComponentInitializationException e) {
|
||||||
e.printStackTrace();
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.info("AuthnRequest: ");
|
logger.info("AuthnRequest: ");
|
||||||
|
|||||||
Reference in New Issue
Block a user