我在 tomcat 服务器上托管了一系列 REST 服务,其中许多可以使用反斜杠 \ 作为实体 ID 的一部分,如http://server/entitype/id\of\the\entitythatcan/have/forwardslashes/too
现在我发现的tomcat没有提供改变这两种默认行为的方法,要么在URL上找到反斜杠时返回错误,要么用正斜杠替换\。请参阅http://www.docjar.com/html/api/org/apache/coyote/tomcat5/CoyoteAdapter.java.html第 735 行
有没有希望在不必定制tomcat的情况下改变这一点?