| Summary: | [Branding] Parameter Lost during Redirection | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Walter Mising name <kwchess> | ||||
| Component: | Workbench | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | ivan | ||||
| Version: | 1.2 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Walter Mising name
Walter, to pass the parameters on redirect just put them in the URL:
response.sendRedirect("/show.do?l="+s) ;
instead of putting them in the session.
Actually, I don't want the user to see /show.do?l=<xxxxx> in the URL. Definitely there is some difference in the way it done with /rap?startup=test and /show.do. While the workaround is good enough to address the problem, it still is a bug. It would only be appropriate if the resolution is set to "WONTFIX" instead of "INVALID". We can't do much about this without reworking a lot of code (if ever). Given that there is a reasonable workaround I will mark the bug as WONTFIX. |