| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ] |
| Articles Libraries |
- Securing Your Web Application Requests by Eric Spiegelberg - [Clicks: 7]
One often unanticipated vector for security attacks on web applications is the possibility that a user could hack the GET or POST request to send unanticipated or invalid data to the application. In this article, Eric Speigelberg shows how to use JSTL's URL encoding and a servlet filter to obfuscate or even encode parameters in each direction to thwart parameter-hacking.
[Includes sample code]
http://today.java.net/pub/a/today/2008/05/20/securing-your-applications-request-parameters.html - May, 2008
- Jakarta Taglibs - [Clicks: 118]
This project is an open-source repository for JSP custom tag libraries and associated projects, such as TagLibraryValidator classes and extensions to page-creation tools to support tag libraries.
[Jakarta Taglibs also hosts the development tree of the reference implementation (RI) for the JSP Standard Tag Library (JSTL).]
http://jakarta.apache.org/taglibs/index.html