MockHttpServletRequest.getIntHeader() is case-sensitive
-------------------------------------------------------

                 Key: STS-897
                 URL: http://www.stripesframework.org/jira/browse/STS-897
             Project: Stripes
          Issue Type: Bug
    Affects Versions: Release 1.5.7
            Reporter: Janne Jalkanen
            Priority: Minor


MockHttpServletRequest.getHeader() does proper lowercasing, but getIntHeader() 
does not.  Problem is that setHeader() does lowercase it, so you need to always 
use lower-case in getIntHeader().

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to