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

--- Comment #13 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Created attachment 37907
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37907&action=edit
test_no-libs.zip

To reproduce:
1) Unzip test_no-libs.zip into an empty directory
2) Download the following libraries and put them into WEB-INF/lib durectory:

https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-taglibs/5.5.0/spring-security-taglibs-5.5.0.jar

https://repo.maven.apache.org/maven2/org/springframework/security/spring-security-web/5.5.0/spring-security-web-5.5.0.jar

https://repo.maven.apache.org/maven2/org/springframework/spring-beans/5.3.8/spring-beans-5.3.8.jar

https://repo.maven.apache.org/maven2/org/springframework/spring-expression/5.3.8/spring-expression-5.3.8.jar

https://repo.maven.apache.org/maven2/org/springframework/spring-webmvc/5.3.8/spring-webmvc-5.3.8.jar

3) zip or jar it and rename to test.war

4) Put the war file into ${catalina.base}/webapps-javaee
5) Start Tomcat 10
6) Open http://localhost:8080/test/LoginForm.jsp

The errors:

[[[
An error occurred at line: [509] in the generated java file:
[...\LoginForm_jsp.java]
out cannot be resolved to a variable

An error occurred at line: [543] in the generated java file:
[...\LoginForm_jsp.java]
out cannot be resolved to a variable
]]]

Those lines (509, 543) both are:

>           out = _jspx_page_context.popBody();

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