Please send your Questions & Answers or Feedback to "mohan@javabook.org"

How is scripting disabled?


Scripting is disabled by setting the scripting-invalid element of the deployment descriptor to true. It is a subelement of jsp-property-group. Its valid values are true and false. The syntax for disabling scripting is as follows:
<jsp-property-group>
   <url-pattern>*.jsp</url-pattern>
   <scripting-invalid>true</scripting-invalid>
</jsp-property-group>
Related Posts Plugin for WordPress, Blogger...
Flag Counter