https://bz.apache.org/bugzilla/show_bug.cgi?id=58578

Remy Maucherat <r...@apache.org> changed:

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

--- Comment #1 from Remy Maucherat <r...@apache.org> ---
>From what I see the context is null, so this means this is about requests that
have not been mapped but are access logged anyway.

This should be fixed in r1712358 that will be in Tomcat 8.0.29. Tomcat 7 is
likely not affected.

The cookie processor is associated with contexts in Tomcat 8+, so cookie
processing will not occur for unmapped requests and they will appear as if they
had no cookies. If this is somehow important (I do not think so at the moment),
then another "generic" cookie processor will have to exist for these kind of
situations.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to