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.
…insensitive header accessor was not being used in getHeaderAsInt(). Changed this method to use the internal getHeader() method.
Removed assertion from ReflectUtilTest that Map.getValue() is not an invokeable read method. Checking the source in OpenJDK, it is public. Regardless, this assertion is useless since this test is supposed to test whether or not ReflectUtil can execute the read method.
Removed unused imports from ValidationWithGenericsTest
…insensitive header accessor was not being used in getHeaderAsInt(). Changed this method to use the internal getHeader() method.