[Bug 4422] Encoding '='?

[email protected] Thu, 29 Mar 2007 17:00:32 +0000
Newsgroups gmane.comp.web.services.description
Message-ID <[email protected]>
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4422

           Summary: Encoding '='?
           Product: WSDL
           Version: 2.0
          Platform: All
               URL: http://lists.w3.org/Archives/Public/www-ws-
                    desc/2007Mar/0060
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Adjuncts
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


I think "=" could harm a query param.  "?{name}={value}" when name has an
'=' will result in an ambiguity between where the name ends and the
parameter begins if "=" isn't encoded.

Not the worst problem I can imagine though...