You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Francis ANDRE <fr...@metrixware.com> on 2020/11/16 08:39:45 UTC

Tomcat 9.0.30: ClassNotFoundException org.apache.tomcat.util.http.Rfc6265CookieProcessor

Hello Tomcat's Users

With the standard Tomcat 9.0.30 zip installation, I got this exception:  
ClassNotFoundException org.apache.tomcat.util.http.Rfc6265CookieProcessor

after the change in conf/context.xml below

<CookieProcessor 
|||className="||org.apache.tomcat.util.http.Rfc6265CookieProcessor" 
sameSiteCookies="none"/>|*|
|*

|I looked at the lib/tomcat-util.jar for this class and effectively, it 
is not there.|

|So where is the class 
||org.apache.tomcat.util.http.Rfc6265CookieProcessor?|

|Rgds
|*||*

*||*

  
Francis ANDRE


Re: Tomcat 9.0.30: ClassNotFoundException org.apache.tomcat.util.http.Rfc6265CookieProcessor

Posted by Mark Thomas <ma...@apache.org>.
On 16/11/2020 08:39, Francis ANDRE wrote:
> Hello Tomcat's Users
> 
> With the standard Tomcat 9.0.30 zip installation, I got this exception: 
> ClassNotFoundException org.apache.tomcat.util.http.Rfc6265CookieProcessor

That suggests you have a broken installation.

> after the change in conf/context.xml below
> 
> <CookieProcessor
> |||className="||org.apache.tomcat.util.http.Rfc6265CookieProcessor"
> sameSiteCookies="none"/>|*|
> |*
> 
> |I looked at the lib/tomcat-util.jar for this class and effectively, it
> is not there.|
> 
> |So where is the class
> ||org.apache.tomcat.util.http.Rfc6265CookieProcessor?|

tomcat-coyote.jar

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org