Rewrite engine for wildfly

落爺英雄遲暮 提交于 2019-12-10 21:15:18

问题


I'm wondering if It's possible to use Rewrite engine for Wildfly application server without any third-party library. I have tried to use RewriteValve, but it did not work with Wildfly 8.x

If it's not possible, Is there any tiny library to use?


回答1:


You can use Predicates Attributes and Handlers provided by undertow, you must add the file undertow-handlers.conf into WEB-INF directory with the rules.

Another alternative is use prettyfaces.



来源:https://stackoverflow.com/questions/28218940/rewrite-engine-for-wildfly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!