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/09 16:02:25 UTC

[jira] Created: (TAPESTRY-1553) ETag header incorrect format

ETag header incorrect format
----------------------------

                 Key: TAPESTRY-1553
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1553
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1.2
         Environment: any
            Reporter: Jesse Kuhnert
            Assignee: Jesse Kuhnert
             Fix For: 4.1.2


The format of the current ETag header is incorrect - it should be formatted to be more like:

return "W/\"" + resourceAttributes.getContentLength() + "-"
                + resourceAttributes.getLastModified() + "\"";


-- 
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


[jira] Resolved: (TAPESTRY-1553) ETag header incorrect format

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1553.
-------------------------------------

    Resolution: Fixed

> ETag header incorrect format
> ----------------------------
>
>                 Key: TAPESTRY-1553
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1553
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: Jesse Kuhnert
>            Assignee: Jesse Kuhnert
>             Fix For: 4.1.2
>
>
> The format of the current ETag header is incorrect - it should be formatted to be more like:
> return "W/\"" + resourceAttributes.getContentLength() + "-"
>                 + resourceAttributes.getLastModified() + "\"";

-- 
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