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 |
Activity
Vladimir Velikiy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | redirect.patch [ 58886 ] |
Kalle Korhonen
made changes -
| Assignee | Kalle Korhonen [ kaosko ] |
Kalle Korhonen
made changes -
| Status | Open [ 1 ] | In Progress [ 3 ] |
Kalle Korhonen
made changes -
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Kalle Korhonen
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
Kalle Korhonen
made changes -
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Fix Version/s | security-0.4.4 [ 18374 ] | |
| Fix Version/s | security-0.4.3 [ 18322 ] | |
| Resolution | Fixed [ 1 ] |
The patch is attached.