You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@tomcat.apache.org by Rémy Maucherat <re...@apache.org> on 2022/09/26 19:01:17 UTC

[ANN] Apache Tomcat 9.0.67 available

The Apache Tomcat team announces the immediate availability of Apache
Tomcat 9.0.67.

Apache Tomcat 9 is an open source software implementation of the Java
Servlet, JavaServer Pages, Java Unified Expression Language, Java
WebSocket and JASPIC technologies.

Apache Tomcat 9.0.67 is a bugfix and feature release. The notable
changes compared to 9.0.65 include:

- Add support for authenticating WebSocket clients with an HTTP forward
   proxy when establishing a connection to a WebSocket endpoint via a
   forward proxy that requires authentication. Based on a patch provided
   by Joe Mokos.

- Various fixes for edge case bugs in EL processing.

- Improve host header handling for HTTP/2 requests.

Along with lots of other bug fixes and improvements.

Please refer to the change log for the complete list of changes:
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html


Downloads:
https://tomcat.apache.org/download-90.cgi

Migration guides from Apache Tomcat 7.x and 8.x:
https://tomcat.apache.org/migration.html

Enjoy!

- The Apache Tomcat team

Re: [ANN] Apache Tomcat 9.0.67 available

Posted by Han Li <li...@apache.org>.
Hi Greg,

This bug has been fixed by Mark and it also affects other recent versions(all have been fixed next release), except for 8.5.x.

Han

> 2022年9月29日 16:05,Greg Huber <gr...@gmail.com> 写道:
> 
> Hello,
> 
> I am testing this release and are getting lots of these type of random errors :
> 
> <%@include file="../widgets/lazyload.jsp" %>
> 
> 
> Caused by: org.apache.jasper.JasperException: /WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file [../widgets/lazyload.jsp] not found
> 
> at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:41)
>     at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:292)
>     at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:98)
>     at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:349)
>     at org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:384)
>     at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:485)
>     at org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1802)
>     at org.apache.jasper.compiler.Parser.parse(Parser.java:141)
>     at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:245)
>     at org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:128)
>     at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:202)
>     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:391)
>     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)
>     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
>     at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:605)
>     at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:399)
>     at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
>     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
>     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
>     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
>     at org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.java:64)
>     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
>     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
>     at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:711)
>     at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:578)
>     at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:517)
>     at org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:994)
>     at org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:485)
>     at org.apache.tiles.request.jsp.JspRequest.doInclude(JspRequest.java:123)
>     ... 213 more
> 
> If I go back to 9.0.65 everything is ok.
> 
> Have there been any changes?
> 
> Cheers Greg
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 


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


RE: [External] Re: [ANN] Apache Tomcat 9.0.67 available

Posted by "Scott,Tim" <Ti...@oclc.org>.
> From: Rémy Maucherat remm@apache.org<ma...@apache.org>
> Sent: 29 September 2022 09:50
> To: Tomcat Users List users@tomcat.apache.org<ma...@tomcat.apache.org>
> Subject: [External] Re: [ANN] Apache Tomcat 9.0.67 available

On Thu, Sep 29, 2022 at 10:06 AM Greg Huber <gr...@gmail.com>> wrote:
> >
> > Hello,
> >
> > I am testing this release and are getting lots of these type of random
> > errors :
> >
> <%@include file="../widgets/lazyload.jsp" %<mailto:%25@include%20file=%22../widgets/lazyload.jsp%22%20%25>>
> >
> >
> > Caused by: org.apache.jasper.JasperException:
> > /WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file
> > [../widgets/lazyload.jsp] not found
> >

> https://bz.apache.org/bugzilla/show_bug.cgi?id=66277<https://bz.apache.org/bugzilla/show_bug.cgi?id=66277>
> Discovered shortly after the release announcement. It is expected
> there will be a .68 release with the fix next week.

> Rémy

Thank you, Greg. I was about to try to dive into this on my systems.

Thank you, Rémy for advising of the bug and fix. I will await ..68 with anticipation.

It’s curious how it only happened on my Windows systems and not my RedHat one but I’ll happily leave that nuance to those who know the code. The systems in question are test and not critical, so I can wait a week or so.

Until ..68,
Tim

cc: IT file


RE: [ANN] Apache Tomcat 9.0.67 available

Posted by jo...@wellsfargo.com.INVALID.
Thank you sir!

Dream * Excel * Explore * Inspire
Jon McAlexander
Senior Infrastructure Engineer
Asst. Vice President
He/His

Middleware Product Engineering
Enterprise CIO | EAS | Middleware | Infrastructure Solutions

8080 Cobblestone Rd | Urbandale, IA 50322
MAC: F4469-010
Tel 515-988-2508 | Cell 515-988-2508

jonmcalexander@wellsfargo.com
This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.


> -----Original Message-----
> From: Mark Thomas <ma...@apache.org>
> Sent: Thursday, September 29, 2022 10:48 AM
> To: users@tomcat.apache.org
> Subject: Re: [ANN] Apache Tomcat 9.0.67 available
> Importance: High
> 
> Yes. Both 10.0.26 and 10.1.0 are also affected.
> 
> Mark
> 
> On 29/09/2022 16:35, jonmcalexander@wellsfargo.com.INVALID wrote:
> > Does this also affect the 10.1.0 (stable) version?
> >
> > Dream * Excel * Explore * Inspire
> > Jon McAlexander
> > Senior Infrastructure Engineer
> > Asst. Vice President
> > He/His
> >
> > Middleware Product Engineering
> > Enterprise CIO | EAS | Middleware | Infrastructure Solutions
> >
> > 8080 Cobblestone Rd | Urbandale, IA 50322
> > MAC: F4469-010
> > Tel 515-988-2508 | Cell 515-988-2508
> >
> > jonmcalexander@wellsfargo.com
> > This message may contain confidential and/or privileged information. If you
> are not the addressee or authorized to receive this for the addressee, you
> must not use, copy, disclose, or take any action based on this message or any
> information herein. If you have received this message in error, please advise
> the sender immediately by reply e-mail and delete this message. Thank you
> for your cooperation.
> >
> >
> >> -----Original Message-----
> >> From: Rémy Maucherat <re...@apache.org>
> >> Sent: Thursday, September 29, 2022 3:50 AM
> >> To: Tomcat Users List <us...@tomcat.apache.org>
> >> Subject: Re: [ANN] Apache Tomcat 9.0.67 available
> >> Importance: High
> >>
> >> On Thu, Sep 29, 2022 at 10:06 AM Greg Huber <gr...@gmail.com>
> >> wrote:
> >>>
> >>> Hello,
> >>>
> >>> I am testing this release and are getting lots of these type of
> >>> random errors :
> >>>
> >>> <%@include file="../widgets/lazyload.jsp" %>
> >>>
> >>>
> >>> Caused by: org.apache.jasper.JasperException:
> >>> /WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file
> >>> [../widgets/lazyload.jsp] not found
> >>>
> >>> at
> >>>
> >> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorH
> >> andle
> >> r.java:41)
> >>>       at
> >>>
> >> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.j
> >> ava:29
> >> 2)
> >>>       at
> >>>
> >> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.j
> >> ava:98)
> >>>       at
> >>>
> >> org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java
> >> :349)
> >>>       at
> >>>
> org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:384)
> >>>       at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:485)
> >>>       at
> >>> org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1802)
> >>>       at org.apache.jasper.compiler.Parser.parse(Parser.java:141)
> >>>       at
> >>>
> >> org.apache.jasper.compiler.ParserController.doParse(ParserController.
> >> java:2
> >> 45)
> >>>       at
> >>>
> >> org.apache.jasper.compiler.ParserController.parseDirectives(ParserCon
> >> trolle
> >> r.java:128)
> >>>       at
> >> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:202)
> >>>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:391)
> >>>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)
> >>>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
> >>>       at
> >>>
> >>
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext
> >> .ja
> >> va:605)
> >>>       at
> >>>
> >> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper
> >> .jav
> >> a:399)
> >>>       at
> >>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
> >>>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
> >>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
> >> icationFi
> >> lterChain.java:227)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> >> ilterChai
> >> n.java:162)
> >>>       at
> >>>
> >> org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServlet
> >> Filter.ja
> >> va:64)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
> >> icationFi
> >> lterChain.java:189)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> >> ilterChai
> >> n.java:162)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
> >> atcher
> >> .java:711)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
> >> ispatc
> >> her.java:578)
> >>>       at
> >>>
> >> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
> >> patche
> >> r.java:517)
> >>>       at
> >>>
> >> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary
> >> .jav
> >> a:994)
> >>>       at
> >>>
> >>
> org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:
> >> 485)
> >>>       at
> >>>
> org.apache.tiles.request.jsp.JspRequest.doInclude(JspRequest.java:123)
> >>>       ... 213 more
> >>>
> >>> If I go back to 9.0.65 everything is ok.
> >>>
> >>> Have there been any changes?
> >>
> >>
> https://urldefense.com/v3/__https://bz.apache.org/bugzilla/show_bug.cgi?
> >> id=66277__;!!F9svGWnIaVPGSwU!oe-
> >>
> ntt3a2h3oEQ2Navb1EiIdPfGqEhBY3rClXne5jyqdnB0CtJuYud5wtzTXQPN2hNz
> >> eStrpVfhHXgJL6PqF$
> >> Discovered shortly after the release announcement. It is expected
> >> there will be a .68 release with the fix next week.
> >>
> >> Rémy
> >>
> >>> Cheers Greg
> >>>
> >>>
> >>> --------------------------------------------------------------------
> >>> - To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >>> For additional commands, e-mail: users-help@tomcat.apache.org
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> >> For additional commands, e-mail: users-help@tomcat.apache.org
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org


Re: [ANN] Apache Tomcat 9.0.67 available

Posted by Mark Thomas <ma...@apache.org>.
Yes. Both 10.0.26 and 10.1.0 are also affected.

Mark

On 29/09/2022 16:35, jonmcalexander@wellsfargo.com.INVALID wrote:
> Does this also affect the 10.1.0 (stable) version?
> 
> Dream * Excel * Explore * Inspire
> Jon McAlexander
> Senior Infrastructure Engineer
> Asst. Vice President
> He/His
> 
> Middleware Product Engineering
> Enterprise CIO | EAS | Middleware | Infrastructure Solutions
> 
> 8080 Cobblestone Rd | Urbandale, IA 50322
> MAC: F4469-010
> Tel 515-988-2508 | Cell 515-988-2508
> 
> jonmcalexander@wellsfargo.com
> This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.
> 
> 
>> -----Original Message-----
>> From: Rémy Maucherat <re...@apache.org>
>> Sent: Thursday, September 29, 2022 3:50 AM
>> To: Tomcat Users List <us...@tomcat.apache.org>
>> Subject: Re: [ANN] Apache Tomcat 9.0.67 available
>> Importance: High
>>
>> On Thu, Sep 29, 2022 at 10:06 AM Greg Huber <gr...@gmail.com>
>> wrote:
>>>
>>> Hello,
>>>
>>> I am testing this release and are getting lots of these type of random
>>> errors :
>>>
>>> <%@include file="../widgets/lazyload.jsp" %>
>>>
>>>
>>> Caused by: org.apache.jasper.JasperException:
>>> /WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file
>>> [../widgets/lazyload.jsp] not found
>>>
>>> at
>>>
>> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandle
>> r.java:41)
>>>       at
>>>
>> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:29
>> 2)
>>>       at
>>>
>> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:98)
>>>       at
>>>
>> org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:349)
>>>       at
>>> org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:384)
>>>       at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:485)
>>>       at
>>> org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1802)
>>>       at org.apache.jasper.compiler.Parser.parse(Parser.java:141)
>>>       at
>>>
>> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:2
>> 45)
>>>       at
>>>
>> org.apache.jasper.compiler.ParserController.parseDirectives(ParserControlle
>> r.java:128)
>>>       at
>> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:202)
>>>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:391)
>>>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)
>>>       at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
>>>       at
>>>
>> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
>> va:605)
>>>       at
>>>
>> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.jav
>> a:399)
>>>       at
>>> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
>>>       at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
>>>       at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFi
>> lterChain.java:227)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai
>> n.java:162)
>>>       at
>>>
>> org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.ja
>> va:64)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFi
>> lterChain.java:189)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai
>> n.java:162)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher
>> .java:711)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatc
>> her.java:578)
>>>       at
>>>
>> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatche
>> r.java:517)
>>>       at
>>>
>> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.jav
>> a:994)
>>>       at
>>>
>> org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:
>> 485)
>>>       at
>>> org.apache.tiles.request.jsp.JspRequest.doInclude(JspRequest.java:123)
>>>       ... 213 more
>>>
>>> If I go back to 9.0.65 everything is ok.
>>>
>>> Have there been any changes?
>>
>> https://urldefense.com/v3/__https://bz.apache.org/bugzilla/show_bug.cgi?
>> id=66277__;!!F9svGWnIaVPGSwU!oe-
>> ntt3a2h3oEQ2Navb1EiIdPfGqEhBY3rClXne5jyqdnB0CtJuYud5wtzTXQPN2hNz
>> eStrpVfhHXgJL6PqF$
>> Discovered shortly after the release announcement. It is expected there will
>> be a .68 release with the fix next week.
>>
>> Rémy
>>
>>> Cheers Greg
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>>> For additional commands, e-mail: users-help@tomcat.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
>> For additional commands, e-mail: users-help@tomcat.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
> 

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


RE: [ANN] Apache Tomcat 9.0.67 available

Posted by jo...@wellsfargo.com.INVALID.
Does this also affect the 10.1.0 (stable) version?

Dream * Excel * Explore * Inspire
Jon McAlexander
Senior Infrastructure Engineer
Asst. Vice President
He/His

Middleware Product Engineering
Enterprise CIO | EAS | Middleware | Infrastructure Solutions

8080 Cobblestone Rd | Urbandale, IA 50322
MAC: F4469-010
Tel 515-988-2508 | Cell 515-988-2508

jonmcalexander@wellsfargo.com
This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.


> -----Original Message-----
> From: Rémy Maucherat <re...@apache.org>
> Sent: Thursday, September 29, 2022 3:50 AM
> To: Tomcat Users List <us...@tomcat.apache.org>
> Subject: Re: [ANN] Apache Tomcat 9.0.67 available
> Importance: High
> 
> On Thu, Sep 29, 2022 at 10:06 AM Greg Huber <gr...@gmail.com>
> wrote:
> >
> > Hello,
> >
> > I am testing this release and are getting lots of these type of random
> > errors :
> >
> > <%@include file="../widgets/lazyload.jsp" %>
> >
> >
> > Caused by: org.apache.jasper.JasperException:
> > /WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file
> > [../widgets/lazyload.jsp] not found
> >
> > at
> >
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandle
> r.java:41)
> >      at
> >
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:29
> 2)
> >      at
> >
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:98)
> >      at
> >
> org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:349)
> >      at
> > org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:384)
> >      at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:485)
> >      at
> > org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1802)
> >      at org.apache.jasper.compiler.Parser.parse(Parser.java:141)
> >      at
> >
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:2
> 45)
> >      at
> >
> org.apache.jasper.compiler.ParserController.parseDirectives(ParserControlle
> r.java:128)
> >      at
> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:202)
> >      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:391)
> >      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)
> >      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
> >      at
> >
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.ja
> va:605)
> >      at
> >
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.jav
> a:399)
> >      at
> > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
> >      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
> >      at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
> >      at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFi
> lterChain.java:227)
> >      at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai
> n.java:162)
> >      at
> >
> org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.ja
> va:64)
> >      at
> >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFi
> lterChain.java:189)
> >      at
> >
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai
> n.java:162)
> >      at
> >
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher
> .java:711)
> >      at
> >
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatc
> her.java:578)
> >      at
> >
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatche
> r.java:517)
> >      at
> >
> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.jav
> a:994)
> >      at
> >
> org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:
> 485)
> >      at
> > org.apache.tiles.request.jsp.JspRequest.doInclude(JspRequest.java:123)
> >      ... 213 more
> >
> > If I go back to 9.0.65 everything is ok.
> >
> > Have there been any changes?
> 
> https://urldefense.com/v3/__https://bz.apache.org/bugzilla/show_bug.cgi?
> id=66277__;!!F9svGWnIaVPGSwU!oe-
> ntt3a2h3oEQ2Navb1EiIdPfGqEhBY3rClXne5jyqdnB0CtJuYud5wtzTXQPN2hNz
> eStrpVfhHXgJL6PqF$
> Discovered shortly after the release announcement. It is expected there will
> be a .68 release with the fix next week.
> 
> Rémy
> 
> > Cheers Greg
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> > For additional commands, e-mail: users-help@tomcat.apache.org
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org


Re: [ANN] Apache Tomcat 9.0.67 available

Posted by Rémy Maucherat <re...@apache.org>.
On Thu, Sep 29, 2022 at 10:06 AM Greg Huber <gr...@gmail.com> wrote:
>
> Hello,
>
> I am testing this release and are getting lots of these type of random
> errors :
>
> <%@include file="../widgets/lazyload.jsp" %>
>
>
> Caused by: org.apache.jasper.JasperException:
> /WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file
> [../widgets/lazyload.jsp] not found
>
> at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:41)
>      at
> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:292)
>      at
> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:98)
>      at
> org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:349)
>      at
> org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:384)
>      at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:485)
>      at
> org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1802)
>      at org.apache.jasper.compiler.Parser.parse(Parser.java:141)
>      at
> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:245)
>      at
> org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:128)
>      at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:202)
>      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:391)
>      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)
>      at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
>      at
> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:605)
>      at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:399)
>      at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
>      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
>      at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
>      at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
>      at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
>      at
> org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.java:64)
>      at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
>      at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
>      at
> org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:711)
>      at
> org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:578)
>      at
> org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:517)
>      at
> org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:994)
>      at
> org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:485)
>      at
> org.apache.tiles.request.jsp.JspRequest.doInclude(JspRequest.java:123)
>      ... 213 more
>
> If I go back to 9.0.65 everything is ok.
>
> Have there been any changes?

https://bz.apache.org/bugzilla/show_bug.cgi?id=66277
Discovered shortly after the release announcement. It is expected
there will be a .68 release with the fix next week.

Rémy

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

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


Re: [ANN] Apache Tomcat 9.0.67 available

Posted by Greg Huber <gr...@gmail.com>.
Hello,

I am testing this release and are getting lots of these type of random 
errors :

<%@include file="../widgets/lazyload.jsp" %>


Caused by: org.apache.jasper.JasperException: 
/WEB-INF/jsps/core/listMe.jsp (line: [91], column: [2]) JSP file 
[../widgets/lazyload.jsp] not found

at 
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:41)
     at 
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:292)
     at 
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:98)
     at 
org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:349)
     at 
org.apache.jasper.compiler.Parser.parseIncludeDirective(Parser.java:384)
     at org.apache.jasper.compiler.Parser.parseDirective(Parser.java:485)
     at 
org.apache.jasper.compiler.Parser.parseFileDirectives(Parser.java:1802)
     at org.apache.jasper.compiler.Parser.parse(Parser.java:141)
     at 
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:245)
     at 
org.apache.jasper.compiler.ParserController.parseDirectives(ParserController.java:128)
     at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:202)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:391)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:367)
     at org.apache.jasper.compiler.Compiler.compile(Compiler.java:351)
     at 
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:605)
     at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:399)
     at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:379)
     at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:327)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
     at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
     at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
     at 
org.apache.logging.log4j.web.Log4jServletFilter.doFilter(Log4jServletFilter.java:64)
     at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
     at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
     at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:711)
     at 
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:578)
     at 
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:517)
     at 
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:994)
     at 
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:485)
     at 
org.apache.tiles.request.jsp.JspRequest.doInclude(JspRequest.java:123)
     ... 213 more

If I go back to 9.0.65 everything is ok.

Have there been any changes?

Cheers Greg


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