Bug 128876
Summary: | Ugly URLs after PaginationServlet redirects. | ||
---|---|---|---|
Product: | [Retired] Red Hat Network | Reporter: | Ryan Bloom <rbb> |
Component: | RHN/R&D | Assignee: | Chip Turner <cturner> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fanny Augustin <fmoquete> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | RHN Devel | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-07-30 22:12:18 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 125080 |
Description
Ryan Bloom
2004-07-30 19:41:53 UTC
Initial URL: http://transam.devel.redhat.com:8080/AssignedGroups.do?uid=3753810 Resulting URL: http://transam.devel.redhat.com:8080/AssignedGroups.do?callback=update_permissions&callback=foobar&upper=7&listview_category=user-views&lower=1&4425869=on&4425872=on&pagination_source=/AssignedGroups.do&uid=3753810&listview_mode=user-permissions&cid=4425872&cid=4425873&cid=4425871&cid=4425868&cid=4425870&cid=4425869&cid=4425874&update_permissions=Update%20Permissions&4425873=on After talking with Chip tonight. Since the PaginationServlet has access to the ListView it should take the pagination formvars and the ones from the listview and put those in a map. It does NOT have to do all of the current request params. Took Chips advice and only put in the params we care about. I also refactored the PaginationServlet to make the doPost() method much more readable. |