This content has been marked as final.
Show 2 replies
-
1. Re: JBoss AS7.1.1 - JSP implicit package import
jaikiran Sep 20, 2012 2:21 AM (in response to syau)1 of 1 people found this helpfulThe spec doesn't mandate implicit import of those packages, so I don't think JBossWeb adds those implicit imports.
-
2. Re: JBoss AS7.1.1 - JSP implicit package import
jfclere Sep 20, 2012 3:56 AM (in response to jaikiran)The jsp-2_2 specs says: (Table JSP.1-8 Page Directive Attributes)
+++
Packages java.lang.*, javax.servlet.*, javax.servlet.jsp.*, and
javax.servlet.http.* are imported implicitely by the JSP
container. No other packages may be part of this implicitely
imported list
+++
So having java.util.* in the implicited import probably breaks the JSP specs...