We are currently serving our photos from the following URL:

 http://mydomain.com/base/resources/app/photo?bid=53060&cid=22288

However we would like the URL to be:

 http://mydomain.com/base/resources/app/photo/53060/22288/image.jpg

We are currently mounting our shared resource as follows:

getSharedResources().add("photo",   new BusinessPhotoSharedResource());
mountSharedResource("photo", "photo");

I would like to be able to something like MixedParamUrlCodingStrategy but for 
resources

mount(new SharedResourceRequestTargetMixedParamUrlCodingStrategy("/photo",
               "photo", new String[] { "bid", "cid", "file" }));

Is this possible? or provided currently in 1.4.x?  Are there other ways to 
provide this behavior?

Thanks
- Doug

Reply via email to