[ 
https://issues.apache.org/jira/browse/TUSCANY-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624532#action_12624532
 ] 

Jean-Sebastien Delfino commented on TUSCANY-2516:
-------------------------------------------------

Two more comments:

- option 2 still requires the conditionalGet(uri, ifNotMatchETag, 
ifModifiedSince) from option 1 since the business object does not flow into a 
get.

- option 1 would fix the current issue with the ATOM binding which doesn't flow 
the ifNotMatchETag, ifModifiedSince info to the get(uri) method.


> HTTP binding should support etag and if-modified headers
> --------------------------------------------------------
>
>                 Key: TUSCANY-2516
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-2516
>             Project: Tuscany
>          Issue Type: Wish
>          Components: Java SCA Misc Binding Extensions
>            Reporter: Jean-Sebastien Delfino
>            Assignee: Dan Becker
>             Fix For: Java-SCA-Next
>
>
> The HTTP binding currently does not support etag and if-modified headers for 
> implementation-resource and implementation-widget components, preventing Web 
> browsers to do any caching.
> Supporting etag and if-modified should be easy for the above component 
> implementation types, just a matter of calculating a checksum and use it as 
> etag or checking the timestamp of the served file.

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

Reply via email to