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/05/21 04:16:32 UTC

[Bug 258] - response.SendRedirect() resets/destroys Cookies that were set by response.addCookie() BugRat Report#440

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

*** shadow/258	Sun May 20 17:19:24 2001
--- shadow/258.tmp.23936	Sun May 20 19:16:32 2001
***************
*** 1,19 ****
! Bug#: 258
! Product: SAPI
! Version: 3.1
! Platform: 
! OS/Version: 
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: High
! Component: 
! AssignedTo: tomcat-dev@jakarta.apache.org                            
! ReportedBy: kevin.guan@msdw.com               
! URL: 
! Cc: 
! Summary: response.SendRedirect() resets/destroys Cookies that were set by response.addCookie() BugRat Report#440
! 
  response.SendRedirect() resets/destroys Cookies that were set by response.addCookie()
  
  Acording to the Java Servlet 2.3 Specification, Page 40, end of the page.  
--- 1,19 ----
! +============================================================================+
! | response.SendRedirect() resets/destroys Cookies that were set by response. |
! +----------------------------------------------------------------------------+
! |        Bug #: 258                         Product: Tomcat 3                |
! |       Status: UNCONFIRMED                 Version: Unknown                 |
! |   Resolution:                            Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: High                      Component: Unknown                 |
! +----------------------------------------------------------------------------+
! |  Assigned To: Larry.Isaacs@sas.com                                         |
! |  Reported By: kevin.guan@msdw.com                                          |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  response.SendRedirect() resets/destroys Cookies that were set by response.addCookie()
  
  Acording to the Java Servlet 2.3 Specification, Page 40, end of the page.  
***************
*** 20,26 ****
  "TBD make it clearer that these mechanisms should not destroy existring header information like Cookies."
  
  
- 
  
  
  
--- 20,25 ----