Java

Simple Cross Site Scripting (XSS) Servlet Filter

A Cross site scripting solution using a servlet filter and HttpServletRequestWrapper to encode parameter value's as they're retrieved by your application

URLRewriteFilter Servlet Filter problem in WebSphere 6.1.0.5

IBM has changed the way they deal with files and what they allow to pass through a servlet filter, there's a property that can be set to default back to the original behavior.

Java image resizer servlet

A servlet to dynamically resize images stored on the file system of your server. For small scale Java web apps that need multiple image sizes.