This release fixes a number of minor bugs, and no code changes are required
from 2.1.
Upgrading from 2.1
There are no incompatible changes from 2.1. Just drop in the new jar.
Major Changes
- The <excludes> tag in decorators.xml now takes into account ServletPath, PathInfo and QueryString.
- Overhaul of the main Servlet Filter to remove unnecessary complexity and more gracefully handle situations where the order of calls on the HttpServletResponse, PrintWriter and ServletOutputStream occur in an awkward order.
All Changes