Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的应用程序使用 Apache Server + Weblogic。Apache 似乎拒绝任何带有编码斜杠的 uri。
我尝试在 httpd.conf 中设置 AllowEncodedSlashes On/NoDecode
但是 NoDecode 似乎使用 404 响应对 URI 进行了双重编码,weblogic 代理日志显示以下错误“拒绝双重编码的 URI”。我没有找到此错误的参考。
我怀疑问题出在 Apache 但与 weblogic 代理有关。任何人都可以在这里帮忙吗?
添加
AllowEncodedSlashes On
到 Apache 中的 vhost 配置解决了我们的 weblogic 10 设置的问题。
更多详细信息:需要在 Apache 上允许编码斜杠