You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org> on 2007/06/16 23:37:26 UTC

[jira] Resolved: (TAPESTRY-1578) ParseException in AssetService

     [ https://issues.apache.org/jira/browse/TAPESTRY-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1578.
-------------------------------------

    Resolution: Fixed
      Assignee: Jesse Kuhnert

> 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
>            Assignee: Jesse Kuhnert
>            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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org