Mantis - Hessian
Viewing Issue Advanced Details
3931 minor always 03-08-10 09:21 03-08-10 09:21
ferg  
 
normal  
new 4.0.3  
open  
none    
none  
0003931: expires in Hessian for rest-style responses
(rep by Riccardo Cohen)

To limit requests to resources that rarely change, sometimes in http
responses, I simply add

response.setDateHeader("Expires",now+600000);

But in hessian, I have no access to the response object (only request
object through ServiceContext.getContextRequest())

Is it possible ?

There are no notes attached to this issue.