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

Konstantin Kolinko <knst.koli...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #12 from Konstantin Kolinko <knst.koli...@gmail.com> ---
(In reply to qeepcologne from comment #11)
> Created attachment 37906 [details]
> LoginForm_jsp.java

_jspx_dependants.put("/WEB-INF/lib/spring-security-taglibs-5.5.0.jar"
_jspx_dependants.put("/WEB-INF/lib/spring-webmvc-5.3.8.jar"

OK, I see what versions of the libs were used.

_jspx_dependants.put("/WEB-INF/tld/fn-1.1.1.tld",
_jspx_dependants.put("/WEB-INF/tld/c-1.1.2.tld",

I wonder why the app is using JSTL 1.1.x instead of the current version
(1.2.х).
https://tomcat.apache.org/download-taglibs.cgi
https://tomcat.apache.org/taglibs.html

I found those TLD files at
https://repo.maven.apache.org/maven2/taglibs/c/1.1.2/c-1.1.2.tld
https://repo.maven.apache.org/maven2/taglibs/fn/1.1.1/fn-1.1.1.tld

They are the same as c.tld and fn.tld in standard.jar of
jakarta-taglibs-standard-1.1.2.zip from
http://archive.apache.org/dist/jakarta/taglibs/standard/binaries/


With those libs and files I am able to reproduce the error.
The libraries used:
jstl.jar
spring-beans-5.3.8.jar
spring-expression-5.3.8.jar
spring-security-taglibs-5.5.0.jar
spring-security-web-5.5.0.jar
spring-webmvc-5.3.8.jar
standard.jar

-- 
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