security « J2EE « JSP-Servlet Q&A





1. Websphere exception handling    stackoverflow.com

From a security standpoint, what is the best solution to handle application errors with Websphere? I've been thinking of creating a class that is called every time an application error is generated, ...

2. LTPA Token Not Changing    stackoverflow.com

When I log out of an application on WebSphere and back on, the LTPA token is unchanged. I thought it would change because session tokens are supposed to be unpredictable. ...

3. Java Applet Emailing Issue    stackoverflow.com

I'm creating a Java Applet to be used online for a company website. The applet is essentially a dynamic online form which will prompt a user for certain important order details for ...

5. Email servlet security    coderanch.com

Anybody got any ideas about how to add some level of security to an email servlet which is being used for sending automated emails from applications? If the servlet is accessible via a URL with the email parameters passed as URL parameters then theoretically, if a user knows the format of the URL, they can use the servlet to send email ...