[
https://issues.apache.org/jira/browse/GUACAMOLE-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400342#comment-17400342
]
Mathias commented on GUACAMOLE-1325:
------------------------------------
I have used Tomcat 10.0.8 and modify $CATALINA_HOME/conf/context.xml with this
code:
{code:java}
<Context>
<Loader jakartaConverter="TOMCAT" />
</Context>
{code}
I get this error into logs:
ERROR o.a.g.rest.RESTExceptionMapper - Unexpected internal error:
'javax.servlet.http.HttpServletRequest
org.apache.guacamole.net.auth.Credentials.getRequest()'
> Apache Tomcat 10.0 Servlet API incompatibility
> ----------------------------------------------
>
> Key: GUACAMOLE-1325
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1325
> Project: Guacamole
> Issue Type: Improvement
> Components: guacamole, guacamole-common, guacamole-ext
> Affects Versions: 1.3.0
> Reporter: Mathias
> Priority: Minor
>
> Guacamole client 1.3.0 is not working with Apache Tomcat 10. Apache Tomcat
> 10.0.x requires a new Servlet 5.0 API. The Java package has changed from
> javax.servlet to jakarta.servlet.
> [Migrating from Tomcat 9.0 to 10.0|http://tomcat.apache.org/migration-10.html]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)