You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2001/06/08 20:06:55 UTC

[Bug 2063] - CookieManager truncates cookie values if values contain '='

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

*** shadow/2063	Thu Jun  7 15:51:53 2001
--- shadow/2063.tmp.21335	Fri Jun  8 11:06:55 2001
***************
*** 2,9 ****
  | CookieManager truncates cookie values if values contain '='                |
  +----------------------------------------------------------------------------+
  |        Bug #: 2063                        Product: JMeter                  |
! |       Status: NEW                         Version: unspecified             |
! |   Resolution:                            Platform: All                     |
  |     Severity: Major                    OS/Version: All                     |
  |     Priority: Other                     Component: Main                    |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | CookieManager truncates cookie values if values contain '='                |
  +----------------------------------------------------------------------------+
  |        Bug #: 2063                        Product: JMeter                  |
! |       Status: RESOLVED                    Version: unspecified             |
! |   Resolution: FIXED                      Platform: All                     |
  |     Severity: Major                    OS/Version: All                     |
  |     Priority: Other                     Component: Main                    |
  +----------------------------------------------------------------------------+
***************
*** 43,45 ****
--- 43,48 ----
  
  --------------------------------------------------------------------------
  Hope this helps. -Marc Missire (mmissire@pacbell.net)
+ 
+ ------- Additional Comments From mstover1@apache.org  2001-06-08 11:06 -------
+ StringTokenizer is used when it shouldn't have been used at all.  It's just a a split on the first "=" char.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org