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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 07:53:57 PST 2009


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

           Summary: Query parameters are sometimes incorrect in URL
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: claprun at redhat.com


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


-- 
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