Hi Am Dienstag, den 11.01.2011, 09:00 +0000 schrieb Jurg: > Hi all, > > After browsing through some email archives, in particular the treffic of > 28-apr-2010, it does not become quite clear if there is support for > conditional GET/caching, and in particular for is-modified-since headers > in Sling. > > Can somebody shed light, if and per which version there is some > "built-in" support for this mechanism?
The DefaultGetServlet for streaming binary data (used e.g. if you stored an image in the repository you and you GET it) supports if-modified-since for quite some time now. Regards Felix > > Thanks, > Jurg >
