mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-09 11:03:12 +00:00
referer target
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user