*/
public RewriteProcessing execute(RewriteContext pContext) throws RewriteException {
try {
pContext.setLocation(pContext.resolveLocation(pContext.expand(mLocation)));
} catch (IOException e) {
throw new RewriteException("Error setting location.", e);
}
return RewriteProcessing.ContinueProcessing;
}