如何隐藏/忽略 Icefaces 中的 RVN
你好,开发人员同事,当我必须隐藏时遇到问题,例如,/Login.html?rvn=1,我想在icefaces中隐藏rvn参数,这可能吗?iam使用icefaces 1.8.2..
我正在搜索该方法和o发现这是一种隐藏rvn的方法,通过在web.xml中添加,
<context-param>
<param-name>com.icesoft.faces.ignoreRvn</param-name>
<param-value>true</param-value>
</context-param>
但是,rvn仍然显示,大家可以帮助我吗?
感谢您的评论,抱歉我的英语不好:D
Hello fellow developer,im getting problem when i have to hide the, for example, /Login.html?rvn=1, i want to hide rvn parameter in icefaces,s that possible?iam using icefaces 1.8.2..
i have searching that method and o found thats a way to hide rvn,by adding in web.xml,
<context-param>
<param-name>com.icesoft.faces.ignoreRvn</param-name>
<param-value>true</param-value>
</context-param>
but,the rvn is still shows up,could everyone help me?
thanks for your comment n sorry for my bad english :D
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的方法是使用prettyfaces,这样我们就可以隐藏icefaces中的url,并且使用自定义url,我们也可以破解它:D
I thinks the best way to do this is by using prettyfaces,so we can hide the the url in icefaces,and using custom url,,we can hack it too :D