> On Fri, Jan 21, 2011 at 3:00 PM, Markus Joschko > <[email protected]> wrote: >> I see. That might work fine with XMLHTTPRequests, but not when I use >> plain old direct >> HTTP calls. And I find it highly inelegant. > > You may of course also use a regular servlet filter to set the Location > header.
Before the postservlet is called? The folders do not yet exist so I have to go into the repository and create them to have a valid path I can use to continue processing. Can I do this in a filter?
