You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2001/09/25 17:15:22 UTC

DO NOT REPLY [Bug 3813] New: - BinHTTPURLInputStream has weak HTTP request capabilities

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=3813>.
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=3813

BinHTTPURLInputStream has weak HTTP request capabilities

           Summary: BinHTTPURLInputStream has weak HTTP request capabilities
           Product: Xerces-C++
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Utilities
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: khausam@wurldmedia.com


Looking at constructor code of BinHTTPURLInputStream. Code does not support 
query strings on URL parameter. urlSource.fQuery is presumably available in 
constructor method, but is ignored by the code that constructs the GET request. 
Comment in code states:

    // To do:  We should really support http 1.1.  This implementation
    //         is weak.

I don't know if appending a query string falls under http 1.1, but it seems 
like it certainly should be supported. Before I go hacking and slashing through 
the code, curious if there are more robust implementations available or if the 
idea of requesting an XML document by http URL is not intended to be well 
supported.

Sorry for the post here but wasn't sure where else to post this enhancement 
request.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org