ParseException in AssetService
------------------------------

                 Key: TAPESTRY-1578
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1578
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1.2
         Environment: Jetty 6, Firefox 2, german locale
            Reporter: Marcus Schulte
            Priority: Minor
             Fix For: 4.1.2


The Last-Modified Header is set using, ultimately, 
HttpServletResponse.setDateHeader() while the If-Modified-Since Header  is read 
using getHeader(String) and parsed using a fixed Pattern. 
Fix: Use HttpServletRequest.getDateHeader() to read the date.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to