Remy Maucherat wrote: > You can, but I don't think we can fix it. > Some path manupulation opertaions are extremely tricky, > because the servlet > itself doesn't have a way to know how it's mapped. >
Isn't the fix below a valid fix (and more general): > > but to see if I could get the > > correct behavior I changed the line > > String path = getRelativePath(request); > > to > > String path = request.getRequestURI().substring( > > request.getContextPath().length()); -- Frank -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
