Page 1 of 1

About Question enthuware.jwpv6.2.1127 :

Posted: Sat Aug 13, 2016 11:56 am
by johnlong
Hello

Although according to official documentation the following prefix values are reserved:
jsp, jspx, java, javax, sun, servlet, and sunw, I am still able to run JSP using java prefix (although Eclipse IDE is showing compilation error). Any idea why am I still able to run JSP with reserved prefix value?

Re: About Question enthuware.jwpv6.2.1127 :

Posted: Sat Aug 13, 2016 12:36 pm
by admin
Sometimes servlet container may not stick to the specification exactly. It could be due to a mistake or some reason that only the container vendor can explain.
HTH,
Paul.

Re: About Question enthuware.jwpv6.2.1127 :

Posted: Mon Aug 15, 2016 11:08 am
by johnlong
Thanks.