You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/04/23 21:03:34 UTC

DO NOT REPLY [Bug 8287] - should allow receiving secure cookies from non-secure chanel

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=8287>.
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=8287

should allow receiving secure cookies from non-secure chanel

marc.saegesser@apropos.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From marc.saegesser@apropos.com  2002-04-23 19:03 -------
RFC 2109 does not prohibit receiving secure cookies over and insecure channel 
(See section 4.2.2).  Thus, HttpClient should not throw an an exception in this 
case.  

The specification *does* gives us (the client) the leeway to decided when we 
will send 'secure' cookies back to the origin server.  HttpClient will sill 
only add secure cookies to a Cookie header if the connection is secure.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>