About Question com.enthuware.ets.scwcd.v5.2.143 :
Posted: Thu Oct 09, 2014 12:37 pm
Pardon my ignorance if this is thick, I am just starting my studies for this test.
It is stated on one of explanations that "You cannot start an extension mapping with a /."
However Appendix A of the JSP 2.0 spec, on "JSP.A.4 The Web Application Descriptor" provides an example:
Is this a different case because it is a jsp or can we start with a "/"?
PS: My spec file is named jsp-2_0-fr-spec.pdf, "JavaServer PagesTM Specification Version 2.0". On this file the example above can be found on page 390 of 478.
It is stated on one of explanations that "You cannot start an extension mapping with a /."
However Appendix A of the JSP 2.0 spec, on "JSP.A.4 The Web Application Descriptor" provides an example:
Code: Select all
<servlet-mapping>
<servlet-name> HelloWorld </servlet-name>
<url-pattern> /HelloWorld.jsp </url-pattern>
</servlet-mapping>
PS: My spec file is named jsp-2_0-fr-spec.pdf, "JavaServer PagesTM Specification Version 2.0". On this file the example above can be found on page 390 of 478.