Hi Jason Wee,

Thanks much for the suggestions. We will convey the same with application 
support team.

Regards,

DivyaBharathi.S

TCS - Infra Midrange SME

Malaysia Airlines Berhad



________________________________
From: Jason Wee <peich...@gmail.com>
Sent: Saturday, February 8, 2025 8:25 AM
To: Tomcat Users List <users@tomcat.apache.org>
Subject: Re: REG: Version stability of Tomcat 9.0.96

CAUTION! This email originated from outside of MAG

> Could you please suggest whether the below link can be given to the 
> application team as supported artifacts or doc for the deprecated methods.

Been reading this threads and I think you can encounter issue due to
arguments in the method releaseTag, if yes, you can use this link
https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html#releaseTag(javax.servlet.jsp.tagext.Tag,org.apache.tomcat.InstanceManager,boolean)<https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/jasper/runtime/JspRuntimeLibrary.html#releaseTag(javax.servlet.jsp.tagext.Tag,org.apache.tomcat.InstanceManager,boolean)>

Anyway, your application team should know what to do...just download
the tomcat source file and read the code ;)

Regards,
Jason Wee

On Fri, Feb 7, 2025 at 9:21 PM Divyabharathi Sundaram
<ext_divyabharathi.sunda...@malaysiaairlines.com.invalid> wrote:
>
> Hi Jason Wee & Konstantin Kolinko,
>
> Noted, thank you both for the suggestions.
>
> @ Jason Wee,
> Could you please suggest whether the below link can be given to application 
> team as supported artifacts or doc for the deprecated methods.
> https://tomcat.apache.org/tomcat-9.0-doc/jspapi/deprecated-list.html<https://tomcat.apache.org/tomcat-9.0-doc/jspapi/deprecated-list.html>
>
>
> Regards,
>
> DivyaBharathi.S
>
> TCS - Infra Midrange SME
>
> Malaysia Airlines Berhad
>
>
>
> ________________________________
> From: Jason Wee <peich...@gmail.com>
> Sent: Friday, February 7, 2025 5:23 PM
> To: Tomcat Users List <users@tomcat.apache.org>
> Subject: Re: REG: Version stability of Tomcat 9.0.96
>
> CAUTION! This email originated from outside of MAG
>
> Why not use releaseTag with 2 arguments? That 3 arguments method is
> deprecated in tomcat9.0.98 anyway...sooner it will be removed...
>
> Regards,
> Jason Wee
>
> On Fri, Feb 7, 2025 at 5:55 PM Konstantin Kolinko
> <knst.koli...@gmail.com> wrote:
> >
> > чт, 6 февр. 2025 г. в 16:42, Divyabharathi Sundaram
> > <ext_divyabharathi.sunda...@malaysiaairlines.com.invalid>:
> > >
> > > Stacktraces
> > > org.apache.jasper.JasperException: javax.servlet.ServletException: 
> > > java.lang.NoSuchMethodError: 
> > > org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(Ljavax/servlet/jsp/tagext/Tag;Lorg/apache/tomcat/InstanceManager;Z)V
> > > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:623)
> >
> > If your team has observed the above NoSuchMethodError, it is a symptom
> > that their update procedure is flawed: they forget to recompile their
> > JSPsfor the new version of Tomcat.
> >
> > In essence that means that any changes that affect java code
> > generation for JSPs in the Jasper component (the JSP engine) of Tomcat
> > are not picked up by your upgrade procedure. Those include a bug that
> > introduced CVE-2024-52318 as well as a fix for it.
> >
> > See:
> > https://tomcat.apache.org/security-9.html<https://tomcat.apache.org/security-9.html><https://tomcat.apache.org/security-9.html<https://tomcat.apache.org/security-9.html>>
> >
> > Best regards,
> > Konstantin Kolinko
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org

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

Reply via email to