[OGo-Bugs][Bug 1980] New: WOHTTPURLHandle.m _fetchURL: does not include URL query when creating the request -- with patch
bugs@opengroupware.org
bugs@opengroupware.org
Sun, 1 Jun 2008 17:04:18 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1980
Summary: WOHTTPURLHandle.m _fetchURL: does not include URL query
when creating the request -- with patch
Product: SOPE
Version: TRUNK
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: high
Component: sope-appserver - general
AssignedTo: helge.hess@opengroupware.org
ReportedBy: sebastia@l00-bugdead-prods.de
QAContact: znek@mulle-kybernetik.com
CC: bugs@opengroupware.org
>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5) KHTML/3.5.7 (like Gecko) SUSE
Description of problem:
when trying to retrieve the contents of an URL and save it in a string like this:
[NSString stringWithContentsOfURL:url]
and the url looks like this:
http://some.host.domain/script.php?asdf=lsdfladlf
then WOHTTPURLHandle.m, _fetchURL
omits everything including and behind the question mark ?
this is just wrong.
appended patch will fix the issue.
I am not so sure, whether the uri needs to be released again at the end of the method.
Version-Release number of selected component (if applicable):
-trunk
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.
Actual Results: query string part of the url is missing
Expected Results: query has to be included
Additional info:
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.