https://bz.apache.org/bugzilla/show_bug.cgi?id=66031
Bug ID: 66031
Summary: JasperInitializer not correctly initialized when a
Default JspFactory is already defined
Product: Tomcat 10
Version: unspecified
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ------
An issue as been introduced in JasperInitializer with commit 5e8eb55
When a default JspFactory is already defined the static field defaultFactory in
JasperInitializer isn't initialized. It produces a NullPointerException line
108 when setting the poolSize.
This fix enforces a proper initialization even when the default JspFactory is
already set.
PR available https://github.com/apache/tomcat/pull/505
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]