You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/02/07 01:54:22 UTC

[Bug 233] New - When using XML with IE retreiving XSL using GET appends the POST params BugRat Report#370

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=233

*** shadow/233	Tue Feb  6 16:54:22 2001
--- shadow/233.tmp.24101	Tue Feb  6 16:54:22 2001
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | When using XML with IE retreiving XSL using GET appends the POST params Bu |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 233                         Product: Tomcat 4                |
+ |       Status: UNCONFIRMED                 Version: Nightly Build           |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: High                      Component: Catalina                |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: remm@apache.org                                              |
+ |  Reported By: mayank.shah@gs.com                                           |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Using IE to render XML with a xsl stylesheet, the trip to retrieve the stylesshet using the GET method results in the query from the post to be appnded.  Sample code is included.  Following is from the log file:
+ Notice in the log below, the post param from the initial request are included in the GET
+ 
+ localhost - - [10/Nov/2000:15:51:48 -0800] "GET /local/input.html HTTP/1.1" 200 350
+ localhost - - [10/Nov/2000:15:51:51 -0800] "POST /local/demoservlet HTTP/1.1" 200 357
+ localhost - - [10/Nov/2000:15:51:51 -0800] "data=cvsfffGET /local/demo.xsl HTTP/1.1" 501 -