jeanouii opened a new pull request, #505:
URL: https://github.com/apache/tomcat/pull/505

   An issue as been introduced in JasperInitializer with commit 
https://github.com/apache/tomcat/commit/5e8eb5533f551c3dbc3003e4c2f4f0d2958a8eb3
   
   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.
   Adding a small test checking the PoolSize can be set using the 
ServletContext and therefor the bug as been fixed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to