security issue on web application using firebug
Posted
by Suresh S
on Stack Overflow
See other posts from Stack Overflow
or by Suresh S
Published on 2010-04-16T09:36:40Z
Indexed on
2010/04/16
9:43 UTC
Read the original article
Hit count: 197
Guys i have developed a web application in jsp . I have many javscript validation for text validation in the jsp page.while during the testing , i enabled firebug in firefox and cleared a function that validates and submits to a servlet.The web application allows to submit garbage value of the textfiedl . how to overcome this ? any solutions?
© Stack Overflow or respective owner