Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: security-0.4.2
-
Fix Version/s: security-0.4.4
-
Component/s: security
-
Labels:None
-
Environment:tapestry 5.3.2
-
Number of attachments :
Description
Context path duplicated in url when redirecting to saved request in PageServiceImpl.redirectToSavedRequest(String fallbackUrl) method. Method PageServiceImpl.createSavedRequestCookie() saves in cookie request URI with context path. Then method PageServiceImpl.redirectToSavedRequest(String fallbackUrl) call WebUtils.issueRedirect(request, response, requestUri), but this method should receive url without context path.
1. |
This patch broke fallbackURL functionality | |
|
Unassigned |