[Webkit-unassigned] [Bug 23135] REGRESSION: Query parameters are sometimes incorrect in URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 29 16:50:02 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23135





------- Comment #9 from darylp at qualtrics.com  2009-01-29 16:50 PDT -------
(In reply to comment #0)
> Exhibited with a JSR-286 portlet with a resource URL with JBoss Portal 2.7
> (head version). I'm expecting to see requests with a query part being similar
> to: action=f&cacheability=PAGE&id=dodemo instead, once in a while (I haven't
> been able to figure out what triggers the issue reliably), I get a query part
> similar to: action=f&cacheability=PAGE&di=dodemo (note that id param becomes
> di). I first thought it was a Portal bug (and spent quite a bit of time trying
> to figure it out) but can only replicate the issue on WebKit r39572. The
> portlet works fine with Safari 3.2.1 and Firefox 3.0.5.
> Steps to reproduce (though it might be a little overkill):
> 1. get latest version of JBoss Portal 2.7 from subversion
> http://anonsvn.jboss.org/repos/portal/branches/JBoss_Portal_Branch_2_7/
> 2. get it to run (cd build; ant deploy-all - assuming you have JBoss AS 4.2.x
> installed and configured)
> 3. go to http://localhost:8080/portal
> 4. you should see an exception on the console as reported at
> https://jira.jboss.org/jira/browse/JBPORTAL-2271
> 

I have been running into this issue frequently as well although I cannot
reliably reproduce it. In my case the parameter that is being changed is "SV"
in the query: ".../?mode=js&SV=Prod&P=PO_29yAuC9VMGNVX48" It is reversed to
become "VS". no other parameters are ever changed. It seems as though it is an
issue with 2 letter parameter names.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list