To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81690 Issue #|81690 Summary|webdav ucp strips URL encoding when used w/o proxy Component|ucb Version|680m227 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|tkr Reported by|obr
------- Additional comments from [EMAIL PROTECTED] Tue Sep 18 10:22:46 +0000 2007 ------- The webdav content provider does not handle the following URL correctly in a GET request when no proxy is configured: http://update23.services.openoffice.org/ProductUpdateService/check.Update?test=true&link=http://openoffice.bouncer.osuosl.org/%3Fproduct=OpenOffice.org%26os=linuxintel%26lang=en-US%26version=2.2.1 The resource the server gets actually asked for is: /ProductUpdateService/check.Update?test=true&link=http://openoffice.bouncer.osuosl.org/?product=OpenOffice.org&os=linuxintel&lang=en-US&version=2.2.1 so the %26 have been decoded to '&' which make the substrings of the link= parameter following the %26 separate parameters of the GET request. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
