Ticket #820 (closed enhancement: wontfix)
URL Encoding of RequestUri and QueryString
| Reported by: | vaibhav | Owned by: | somebody |
|---|---|---|---|
| Priority: | important | Milestone: | 2.1.1 |
| Component: | Other | Version: | 2.1.0 Stable |
| Keywords: | Cc: |
Description
QApplicationBase has variables for Request URI and Query String. However, sometimes we do need to encode the URL (such as for redirection purposes). This functionality might be needed on all pages of an application. Such as on my application, the 'login' link at all times contains the current URL with it as the URL to redirect to after login is successful. However, it fails if the present url has more than one variable in the Query string.
The attached patch adds the functionality.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

