Re: Tomcat 8.5 : Jasper errors

2017-02-27 Thread Amit Pande
Any help on this as this worked in 8.0.x as expected but broke in 8.5.x (Checked with 8.5.9 and 8.5.11). This is preventing us from upgrade to Tomcat 8.5. I see Jasper binaries have updated in 8.5.x. Is this a bug in catalina-jasper component? To elaborate further, we have a customTag.jar

Re: "mime-mapping" and Content-Type

2017-02-27 Thread Ryan Yohnk
Chris, On Feb 24, 2017, at 11:12 AM, Christopher Schultz > wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ryan, On 2/20/17 10:38 AM, Ryan Yohnk wrote: I’ve come across a problem for which the “mime-mapping” element

Re: Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Diego Urenia
Hello Mark, Unfortunately, one of my tests was made using the simplest scenario possible, but everything worked as expected and I wasn't able to reproduce it this way. Best regards, Diego On Mon, Feb 27, 2017 at 1:59 PM, Mark Thomas wrote: > On 27/02/17 10:02, Diego Urenia

Re: Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Mark Thomas
On 27/02/17 10:02, Diego Urenia wrote: > *UPDATE: *Making further tests while I was waiting for some answers I found > out that if I explode the war by myself (unziping the war file into the > webapps folder) I still experience the problem. So I think we can rule out > the assumption that the

Re: Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Diego Urenia
*UPDATE: *Making further tests while I was waiting for some answers I found out that if I explode the war by myself (unziping the war file into the webapps folder) I still experience the problem. So I think we can rule out the assumption that the problem happens while the application is still

Different behavior on startup from version 6 and 7 to version 8, 8.5 and 9

2017-02-27 Thread Diego Urenia
Hello all, My application creates a folder to store the config files at the first startup and immediately after that the application tries to access this folder in order to save some information. Using Tomcat 6 and 7 everything works fine. Using Tomcat 8, 8.5, and 9 the application experiences a