Hi,

Is it possible to internally Proxy an existing Sling Resource from another ResourceProvider ?

eg

I have a PrivateResourceProvider that matches /_user/private

From that it builds a path based on the logged in user and the rest of the url
eg
/_private/A3/D0/33/admin

eg
/_user/private/test1.html
results in
/_private/A3/D0/33/admin/test1.html

at that point I would like to internally get hold of the resource for / _private/A3/D0/33/admin/test1.html and return with that from the PrivateResourceProvider so that it handles everything. But, I get an external redirect (302) to _private/A3/D0/33/admin/test1.html

Ian


Reply via email to