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: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | 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 - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]