> If you look at doGet() and follow the code you should be able to figure
out what you need to change to get things working in 8.5.x. Thanks Mark, that did the trick, serveResource calls getRelativePath(request, true) now where we were overriding getRelativePath(request) Chris, the Filter idea definitely looks like a better design, I'll keep that in mind if we rework the feature. Thanks. /Daryl