In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
1405 [In-Portal CMS] Front End bug report always 2012-09-26 05:30 2012-09-27 04:23
alex  
alex  
normal  
resolved 5.2.0-RC1  
fixed  
 
none 5.2.1-B1  
https://groups.google.com/d/topic/in-portal-bugs/GCI_WtQuf50/discussion
Fixes incorrect parsing of urls with & amp;
1
0001405: Urls with "&" are incorrectly parsed
In In-Portal 5.2.0-RC1 release function kRewriteUrlProcessor::parse behaviour was changed to allow detection of url parameters (see http://tracker.in-portal.org/view.php?id=1279 task).

However it still fails to properly parse url if it:

* has ?env=... in it
* has & instead of & as parameter separator
child of 0001279closed  (5.2.0)alex Improve Mod-Rewrite URL Parser to Support GET params 
patch encoded_url_parameter_parse_fix.patch (1,561) 2012-09-26 05:30
http://tracker.in-portal.org/file_download.php?file_id=1804&type=bug
Issue History
2012-09-27 04:23 alex Changeset attached 5.2.x r15544
2012-09-27 04:23 alex Note Added: 0005184
2012-09-27 04:23 alex Status reviewed and tested => resolved
2012-09-27 04:23 alex Fixed in Version => 5.2.1-B1
2012-09-27 04:23 alex Resolution open => fixed
2012-09-27 04:23 alex Assigned To !COMMUNITY => alex
2012-09-27 04:22 alex Note Added: 0005183
2012-09-27 04:22 alex Status needs testing => reviewed and tested
2012-09-27 04:22 alex Assigned To => !COMMUNITY
2012-09-27 04:22 alex Developer => alex
2012-09-27 04:22 alex Status active => needs testing
2012-09-26 05:31 alex Reference => https://groups.google.com/d/topic/in-portal-bugs/GCI_WtQuf50/discussion
2012-09-26 05:31 alex Summary Urls with "&" are incorrectly parsed => Urls with "&" are incorrectly parsed
2012-09-26 05:31 alex Description Updated bug_revision_view_page.php?rev_id=1045#r1045
2012-09-26 05:30 alex Relationship added child of 0001279
2012-09-26 05:30 alex New Issue
2012-09-26 05:30 alex File Added: encoded_url_parameter_parse_fix.patch
2012-09-26 05:30 alex Change Log Message => Fixes incorrect parsing of urls with & amp;
2012-09-26 05:30 alex Estimate Points => 1

Notes
(0005183)
alex   
2012-09-27 04:22   
Will test all together later.
(0005184)
alex   
2012-09-27 04:23   
Fix committed to 5.2.x branch. Commit Message:

Fixes 0001405: Urls with "&" are incorrectly parsed