1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Manual URL Cleanup

This commit is contained in:
Rob Winch
2019-03-28 11:08:57 -05:00
committed by Joe Grandja
parent 28afc38c8f
commit b46f5f69ac
23 changed files with 506 additions and 516 deletions
@@ -254,8 +254,8 @@ public class OpenIDAuthenticationFilter extends AbstractAuthenticationProcessing
*
* If no mapping is provided then the returnToUrl will be parsed to extract the
* protocol, hostname and port followed by a trailing slash. This means that
* <tt>https://www.example.com/login/openid</tt> will automatically become
* <tt>http://www.example.com:80/</tt>
* <tt>https://localhost/login/openid</tt> will automatically become
* <tt>http://localhost:80/</tt>
*
* @param realmMapping containing returnToUrl -&gt; realm mappings
*/