liferay 模板:如何编码 url

发布于 2024-10-07 15:11:59 字数 236 浏览 3 评论 0原文

由于某种原因,当我在 Internet Explorer 中使用 liferay 时,它似乎不接受 cookie。 所以我想我需要对我的网址进行编码。

我尝试了 httpUtil.encodeURL('http://x.com/y',true) 但这只是让我 http://x.com/y 而不附加 JSessionID。

For some reason when I'm using liferay in internet explorer it does not seem to accept cookies.
So I guess I need to encode my URLs.

I tried httpUtil.encodeURL('http://x.com/y',true) but that just gets me http://x.com/y again without the JSessionID appended.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

漫漫岁月 2024-10-14 15:11:59

VelocityTools 有一个 LinkTool 也可以对 url 进行编码。另外,请确保已创建会话。

VelocityTools has a LinkTool that can encode urls too. Also, make sure that a session has been created.

单调的奢华 2024-10-14 15:11:59

EscapeTool 是 LinkTool 的替代品

The EscapeTool is an alternative to the LinkTool

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