I'd like to move us to servlet-api 2.5 pros: * Allows easier web.xml configuration for various url patterns. * Allows for use of getContextPath() to ease configuration hassles
cons: * People can't deploy source builds directly to tomcat 5.5 or older containers. To make this easy I'll wrap calls to getContextPath() into it's own class that can be customized with hard coded or configured value.
