Hi Georg,
One question though:
PathRewriterFactory
So this class is currently called ResourceUriMappingChain and it is
*not* a factory - it is a regular OSG service that does not hold
any state as member variables - did you have a particular reason in
mind why it should be a factory or was this just following the
pattern from the ResourceResolver?
I wanted to have a factory that allows to create a PathRewriter which
contains a servlet request - this way such a PathRewriter can be created
for every incoming request as a first step and then simply be passed -
in my case to the ResourceResolverFactory and then the ResourceResolver.
This way if you use the PathRewriter from the ResourceResolver it
already has the right context (request).
I thought it might be useful to manage some state (request in this case)
on the PathRewriter.
Regards
Carsten
--
Carsten Ziegeler
Adobe Research Switzerland
cziege...@apache.org