Weblogic 11g URL Rewrite

后端 未结 3 1942
孤独总比滥情好
孤独总比滥情好 2021-01-19 08:07

I have a client running a WebLogic 11g install on a Windows Server machine who wishes to implement Apache-style mod_rewrite-like functionality to translate requests for http

3条回答
  •  既然无缘
    2021-01-19 08:43

    There is no way to do this out of the box with weblogic. The least invasive is to implement Pascal's suggestion of a url rewrite filter. I had the exact same requirement (implement this with just weblogic, no additional code as it would have to be managed/documented, etc) and there was no way to do this.

提交回复
热议问题