how to avoid hacking complex web applications
can any one provide a solution for avoiding the theft(breaching ) the data in the servlets
[97 byte] By [
MSSLa] at [2007-11-27 7:37:32]

Go ask Sun... :pThere shouldn't be any data in servlets. Anyway, if you make it publically accessible, the data will be free to be grabbed. What exactly is it you want to prevent (example scenario) and what exactly is it you want to protect?