| Author |
To make script invalid
|
Ravindranath Chowdary
Ranch Hand
Joined: Nov 08, 2006
Posts: 71
|
|
Hi Friends, To disable scripting I added the following lines of code web.xml <jsp-config> <jsp-property-group> <url-pattern>*.jsp</url-pattern> <scripting-invalid>true</scripting-invalid> </jsp-property-group> </jsp-config> Even though i disable scripting it is showing the page where i have used scripting. I have checked in the log also, there are no errors in that. Can you please clear my doubt, why it is not throwing an error even if i disable the scripting?. Thanks, Ravindranath.
|
 |
Ravindranath Chowdary
Ranch Hand
Joined: Nov 08, 2006
Posts: 71
|
|
Hi Friends, I got this by deleting the related files in the work folder and redeploying the application. Thanks, Ravindranath.
|
 |
 |
|
|
subject: To make script invalid
|
|
|