Ticket #372 (defect)
Opened 3 years ago
Last modified 3 years ago
Changeset [737] didn't inspect the rest of the codebase
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | rdelon |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
[737] (which was necessary to fix #351, and was generally a good idea) breaks other code which expects browserUrl to not include the querystring. Two such occurrences are in _cperror: InternalRedirect? and HTTPRedirect. In some cases, the browserUrl is parsed and used as if it had no querystring. In other cases, a new browserUrl is constructed without a querystring.
Change History
10/31/05 12:20:04: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [766].