How is scripting disabled?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How is scripting disabled?
Rating:
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:
<url-pattern>*.jsp</url-pattern>
<scripting-invalid>true</scripting-invalid>
</jsp-property-group>
Rating:
Was this information helpful?
Other articles
- SCWCD CX310-081 Short Notes: Exam passing tips
- What are the scopes available in <jsp:useBean>?
- Authentication
- What is the forward() method?
- What is the <jsp:param> standard action?
