referer target

This commit is contained in:
Terry W Brady
2018-01-24 09:56:24 -08:00
parent 2ac477e6af
commit dfba61fa87

View File

@@ -516,7 +516,7 @@ public class ShibAuthentication implements AuthenticationMethod
else
returnURL = "http://";
returnURL += request.getHeader("Referer");
returnURL += "?target=" + request.getHeader("Referer");
try {
shibURL += "?target="+URLEncoder.encode(returnURL, "UTF-8");