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