PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1345 *** shadow/1345 Sun May 20 17:25:16 2001 --- shadow/1345.tmp.28970 Fri Sep 7 06:48:51 2001 *************** *** 1,18 **** ! Bug#: 1345 ! Product: Xerces-C ! Version: 1.4 ! Platform: PC ! OS/Version: Windows NT/2K ! Status: NEW ! Resolution: ! Severity: Normal ! Priority: Medium ! Component: Utilities ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Summary: BinHTTPURLInputStream ignoring query params ! I was having difficulty submitting input data to servlets(CGI) through Xerces BinHTTPURLInputStream's readBytes method. Fetching the output worked fine but none of the parameters were being passed to --- 1,18 ---- ! +============================================================================+ ! | BinHTTPURLInputStream ignoring query params | ! +----------------------------------------------------------------------------+ ! | Bug #: 1345 Product: Xerces-C++ | ! | Status: NEW Version: 1.4 | ! | Resolution: Platform: PC | ! | Severity: Normal OS/Version: Windows NT/2K | ! | Priority: Medium Component: Utilities | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | I was having difficulty submitting input data to servlets(CGI) through Xerces BinHTTPURLInputStream's readBytes method. Fetching the output worked fine but none of the parameters were being passed to *************** *** 231,233 **** --- 231,238 ---- fSocketHandle = (unsigned int) s; } + + ------- Additional Comments From [EMAIL PROTECTED] 2001-09-07 06:48 ------- + We had to apply the above fix in order to get BinHTTPURLInputStream to accept + query strings in our code as well; it works fine. Any idea's of when this + might be incorporated into the released source? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
