I have a page protection filter that redirects unpermitted page requests to the Denied page, however the redirected url looks like this:
http://0.0.0.37:8080/audit/denied/ManageUsers where the original page requested is added to the end of the url. For some reason this damages the page render because the images in the enclosing layout are not located. Something to do with relative paths I guess, any ideas? Other pages work fine, so it just seems to be the redirection. regards, John