Open glassfishrobot opened 11 years ago
@glassfishrobot Commented Reported by liborjelinek
@glassfishrobot Commented This issue was imported from java.net JIRA JSP-36
Testing shows this isn't an issue with the upstream Apache Tomcat JSP implementation in any current version. I'm leaving this open as it may be an issue in Glassfish but I suspect it is Jetty specific given https://bugs.eclipse.org/bugs/show_bug.cgi?id=401531#c4
Hi Glassfish developers! Specifying URL pattern "/*" for in web.xml:
causes Glassfish (org.apache.jasper) to crash with HTTP 500
Originally I found this bug when using Jetty but Jetty just include Glassfish's JSP implementation therefore reporting here. Related Jetty bugzilla issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=401531
You may will find useful a bug demonstration "hello world" program here https://bugs.eclipse.org/bugs/attachment.cgi?id=227465.