[Webkit-unassigned] [Bug 23021] New: Exclamation mark in url makes form submit to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 29 01:26:26 PST 2008


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

           Summary: Exclamation mark in url makes form submit to fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joachim.malmlund at gmail.com


JIRA makes extensive use of exclamation marks in their urls and while this does
work when a link is clicked any form submitted on a such page will fail.

Example url that can be opened:
<host>/jira/secure/views/bulkedit/BulkEdit1!default.jspa?tempMax=13&reset=true

This is a page with a simple form, a few select boxes and press submit => post
action directs to 
<host>/jira/secure/views/bulkedit/BulkChooseOperation!default.jspa,
that webkit then changes to
<host>/jira/secure/views/bulkedit/BulkChooseOperation¤default.jspa.

It seems to me that ! is changed to "¤" in webkit and safari since Safari 3.2
onwards. If I revert to Safari 3.1 the form works without problems.


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