On 2025/03/08 0:02, Chris Shelton wrote:
> Jun,
> 
> Thank you for your response.  I just tried your quick fix, and unfortunately 
> I am still seeing the login redirection errors when I have the additional 
> cookies present from the higher level domain. 
> 
> I think that python3 SimpleCookie and/or BaseCookie are also failing to parse 
> anything when any cookie has an invalid character present, such as a double 
> quote, comma, semicolon or backslash.  Would it be possible to rework the 
> actual cookie parsing code to avoid the use of SimpleCookie or BaseCookie for 
> processing cookies received from the browser?
> 
> Chris

Could you please share your cookies, masking any sensitive information such as 
session ids? I'd like to clarify what's causing the issue.

According your investigation, you said that it caused by the unnamed cookies. 
So that, the patch tries to remove such unnamed cookies, but it doesn't seem to 
be caused the issue.

-- 
Jun Omae <jun6...@gmail.com> (大前 潤)

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/trac-users/e996f187-3158-4b0b-a3cb-7a2c875b5005%40gmail.com.

Reply via email to