Hello,
I specified
pattern '/jspc*.jsp' for disabling scripting in JSPs matching with this pattern. When I started
tomcat 5.0 server, I got following parsing error:
"Invalid <url-pattern> /jspc*.jsp in
servlet mapping"
Could someone please help! Is the pattern I am specifying is incorrect, if so what's the correct pattern for disabling scripting for specific jsps.
Thanks!