Closed: (MODPYTHON-17) Big marshalled cookies cause an error
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache Mod-Python > Closed: (MODPYTHON-17) Big marshalled cookies cause an error




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Closed: (MODPYTHON-17) Big marshalled cookies cause an error  
Graham Dumpleton (JIRA)


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-05-06 07:45 AM

[ http://issues.apache.org/jira/brows...HON-17?page=all ]

Graham Dumpleton closed MODPYTHON-17:
-------------------------------------


> Big marshalled cookies cause an error
> -------------------------------------
>
>          Key: MODPYTHON-17
>          URL: http://issues.apache.org/jira/browse/MODPYTHON-17
>      Project: mod_python
>         Type: Bug
>     Versions: 3.1.3
>     Reporter: Nicolas Lehuen
>     Assignee: Nicolas Lehuen
>      Fix For: 3.2.7

>
> From the mailing list :
> While fiddling around with mod_pyhon 3.1.3 MarshalCookies and IE6, I
> noticed that once a cookie got to a certain size, it would stop being
> recognized as a valid Marshal cookie.  I suspect (although I don't know
> for sure -- I'm not currently in a position to build mod_python) the
> problem is the following:
> In MarshalCookie's "def __str__(self):" method, base64.encodestring() is
> used to encode the cookie value.  Unfortunately, base64.encodestring()
> adds newline characters to the byte stream every 76th byte, which seem
> to cause the problem.  The terminal newline is stripped, but none of the
> internal ones.
> I would suggest that the line:
> m = base64.encodestring(marshal.dumps(self.value))[:-1]
> be replaced by something like:
> m = base64.encodestring(marshal.dumps(self.value))
> m = "".join(m.split("\n"))
> Regards, Steve McAdams






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:09 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register