fixed prompt filter coding error
parent
73b00905bb
commit
f4a1a2acff
|
@ -81,6 +81,7 @@ public class PromptFilter extends GenericFilterBean {
|
|||
// skip everything that's not an authorize URL
|
||||
if (!request.getRequestURI().startsWith("/authorize")) {
|
||||
chain.doFilter(req, res);
|
||||
return;
|
||||
}
|
||||
|
||||
// we have to create our own auth request in order to get at all the parmeters appropriately
|
||||
|
|
Loading…
Reference in New Issue