Re: PropertyNotFoundException does not work with custom error in web.xml

2014-01-14 Thread Tomcat Random
Sorry for the late reply, it works, just a dumb mistake on my part. I wasn't handling GETs in my custom error servlet. Thanks again, Alec On Thu, Jan 9, 2014 at 5:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Alec, > >

Re: PropertyNotFoundException does not work with custom error in web.xml

2014-01-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alec, On 1/9/14, 2:28 PM, Tomcat Random wrote: > I have a custom error servlet set up in my webapps web.xml file > like so: > > > java.lang.RuntimeException > /runtimeExceptionHandler > > In JSTL if a property is spelled incorrectly or doesn't

PropertyNotFoundException does not work with custom error in web.xml

2014-01-09 Thread Tomcat Random
I have a custom error servlet set up in my webapps web.xml file like so: java.lang.RuntimeException /runtimeExceptionHandler In JSTL if a property is spelled incorrectly or doesn't exist, the PropertyNotFoundException will not trigger the error servlet, even though PNFEs extend