https://bz.apache.org/bugzilla/show_bug.cgi?id=62459
--- Comment #5 from Mark Thomas <ma...@apache.org> --- Thanks. I see what you are trying to do now. This is going to be an interesting problem to solve. I suspect that it will require fixes / changes in multiple components. For those following along, take a look at the examples here: https://restfulapi.net/resource-naming/ The issue at hand is that if a resource ID contains a "/" it needs to be encoded else the URI will not be interpreted correctly. Other relevant information: RFC 3986 states (section 2.2) that a %nn encoded delimiter is NOT equivalent to the decoded form. That begs the question at what point - if any - should Tomcat decode these sequences. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org