如何在Icefaces中隐藏/忽略?RVN

如何在Icefaces中隐藏/忽略?RVN,icefaces,Icefaces,各位开发人员,您好,当我必须隐藏/Login.html?rvn=1时,我遇到了问题,我想在icefaces中隐藏rvn参数,这有可能吗?我使用icefaces 1.8.2 我搜索了这个方法,发现这是一种隐藏rvn的方法,通过添加web.xml <context-param> <param-name>com.icesoft.faces.ignoreRvn</param-name> <param-value>true&l

各位开发人员,您好,当我必须隐藏/Login.html?rvn=1时,我遇到了问题,我想在icefaces中隐藏rvn参数,这有可能吗?我使用icefaces 1.8.2

我搜索了这个方法,发现这是一种隐藏rvn的方法,通过添加web.xml

<context-param>
        <param-name>com.icesoft.faces.ignoreRvn</param-name>
        <param-value>true</param-value>
</context-param> 

com.icesoft.faces.ignoreRvn
真的
但是,rvn仍然出现,大家能帮我吗


谢谢你的评论,抱歉我的英语不好:D

我认为最好的方法是使用prettyfaces,这样我们可以在icefaces中隐藏url,并使用自定义url,我们也可以破解它:D

我认为最好的方法是使用prettyfaces,这样我们就可以在icefaces中隐藏url,并使用自定义url,,我们也可以破解它:D