Hi,
I have js files and a getFromResourceDirectory. Since Chrome is caching 
them and takes from cache without checking with the server (say via a 
request with If-Modified-Since, or etag checking), I am trying with 
cachingProhibited directive to check if when Expires, no-cache and/or 
max-age headers are responded with the js files initially, if Chrome will 
send the requests in a way that allows the server to return 304 not 
modified.
However just wrapping the getFromResourceDirectory with cachingProhibited 
(it is true that other directives are wrapping in between, chaining etc), 
results in 404 not found being returned upon requesting the js files.
Please help me understand this,
Thank you,
Nicu Marasoiu

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to