View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 17553 | Bug reports | Survey taking | public | 2021-08-30 12:59 | 2021-09-21 09:45 |
| Reporter | galads | Assigned To | gabrieljenik | ||
| Priority | none | Severity | partial_block | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 5.x | ||||
| Summary | 17553: End URL link not working (redirecting to survey home page) | ||||
| Description | The end URL redirects to home page instead of the URL inserted in the "End URL" field. | ||||
| Steps To Reproduce |
| ||||
| Additional Information | Automatically load end URL when survey complete: set to "off". | ||||
| Tags | No tags attached. | ||||
| Bug heat | 6 | ||||
| Complete LimeSurvey version number (& build) | 5.1.3 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | not relevant | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | not relevant | ||||
|
A urlencode was added recently to the end_url.
The issue on this case is that the "/" characters from the "protocol" part (https) is getting encoded as well, resulting in a malformed url. I believe urlencode should only be used for the parameters part, not the path of the url neither the protocol.
I think it is difficult to use urlencode after having formed the complete url (or in this case, after saving the end_url parameter). Still, what we could do is try to filter/encode it for some characters. Thoughts? |
|
|
Crap |
|
|
New version released |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-08-30 12:59 | galads | New Issue | |
| 2021-08-30 12:59 | galads | Status | new => assigned |
| 2021-08-30 12:59 | galads | Assigned To | => gabrieljenik |
| 2021-08-30 13:29 | galads | Sync to Zoho Project | Yes => |
| 2021-08-30 13:29 | galads | Sync to Zoho Project | => |Yes| |
| 2021-09-01 18:17 | gabrieljenik | Note Added: 66271 | |
| 2021-09-01 18:17 | gabrieljenik | Bug heat | 0 => 2 |
| 2021-09-02 10:03 | ollehar | Note Added: 66276 | |
| 2021-09-02 10:03 | ollehar | Bug heat | 2 => 4 |
| 2021-09-10 14:22 | c_schmitz | Status | assigned => resolved |
| 2021-09-10 14:22 | c_schmitz | Resolution | open => fixed |
| 2021-09-21 09:45 | c_schmitz | Note Added: 66562 | |
| 2021-09-21 09:45 | c_schmitz | Bug heat | 4 => 6 |
| 2021-09-21 09:45 | c_schmitz | Status | resolved => closed |