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

2006-04-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=2063.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2006-04-27 22:57 ---
Tested using Tomcat cookie servlet - works fine

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-03-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=2063.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|CLOSED  |REOPENED
   Priority|P3  |P2
 Resolution|FIXED   |
Version|unspecified |2.1.1




--- Additional Comments From [EMAIL PROTECTED]  2006-03-06 22:55 ---
I understand that this bug was closed with the release of 1.8, but its still
lingering in the current version 2.1.1. I had to go back to version 1.8.1 to
find a version that works with my test site that has an equals = sign in the
cookie.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2006-03-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=2063.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO




--- Additional Comments From [EMAIL PROTECTED]  2006-03-06 23:39 ---
I've just tried this with the current 2.1 branch code - it seems to work for me,
at least in a unit test.

Can you try and see if the nightly build solves the problem?

Alternatively, can you provide access to a server that generates such cookies?



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2002-12-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2063.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

CookieManager truncates cookie values if values contain '='

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED



--- Additional Comments From [EMAIL PROTECTED]  2002-12-29 14:20 ---
Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2002-12-27 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2063.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

CookieManager truncates cookie values if values contain '='

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED



--- Additional Comments From [EMAIL PROTECTED]  2002-12-27 16:15 ---
Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED.
Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter
1.6, and we need to clean up a little.

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




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

2001-06-08 Thread bugzilla

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 #: 2063Product: JMeter  |
! |   Status: NEW Version: unspecified |
! |   Resolution:Platform: All |
  | Severity: MajorOS/Version: All |
  | Priority: Other Component: Main|
  ++
--- 2,9 
  | CookieManager truncates cookie values if values contain '='|
  ++
  |Bug #: 2063Product: JMeter  |
! |   Status: RESOLVEDVersion: unspecified |
! |   Resolution: FIXED  Platform: All |
  | Severity: MajorOS/Version: All |
  | Priority: Other Component: Main|
  ++
***
*** 43,45 
--- 43,48 
  
  --
  Hope this helps. -Marc Missire ([EMAIL PROTECTED])
+ 
+ --- Additional Comments From [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]