StripesFramework / stripes

Stripes is a Java framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as it should be. It's stripey and it doesn't suck.
http://www.stripesframework.org/
171 stars 72 forks source link

* Additional fix for STS-919. Unit tests caught an issue where case-… #18

Closed rgrashel closed 9 years ago

rgrashel commented 9 years ago

…insensitive header accessor was not being used in getHeaderAsInt(). Changed this method to use the internal getHeader() method.