You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/04/02 20:04:37 UTC

DO NOT REPLY [Bug 18621] New: - generated proxy code doesnt escape \ chars in URLs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18621>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18621

generated proxy code doesnt escape \ chars in URLs

           Summary: generated proxy code doesnt escape \ chars in URLs
           Product: Axis
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: stevel@apache.org


There is a report on axis-user that a url in backslashes
(http:\\someserver:port\webapp\services\foo) creates broken code in the
generated proxies as we dont escape the backslashes; and of course javac treats
them as escape sequences.