如何隐藏/忽略 Icefaces 中的 RVN

发布于 2024-10-27 03:16:31 字数 396 浏览 1 评论 0原文

你好,开发人员同事,当我必须隐藏时遇到问题,例如,/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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半葬歌 2024-11-03 03:16:31

我认为最好的方法是使用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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文