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/07 15:48:51 UTC

[DO NOT REPLY: Bug 1345] BinHTTPURLInputStream ignoring query params

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: xerces-c-dev@xml.apache.org                            
! ReportedBy: batchali@hotmail.com               
! 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: xerces-c-dev@xml.apache.org                                  |
! |  Reported By: batchali@hotmail.com                                         |
! +----------------------------------------------------------------------------+
! |          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 mcardinal@databeacon.com  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: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org