如何使 SimpleFormController 使用 HTTPS 显示表单

发布于 2024-09-08 01:05:24 字数 87 浏览 1 评论 0原文

这是怎么做到的?我有一个视图,在某些情况下我需要使用 HTTP 显示,而在其他情况下需要使用 HTTPS。控制器使用 SimpleFormController。

How is this done? I have a view which in certain conditions I need to display using HTTP and in other cases HTTPS. The controller is using SimpleFormController.

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

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

发布评论

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

评论(1

非要怀念 2024-09-15 01:05:24

控制器不关心协议。只需将 .jsp 中的链接/表单目标指向 https://site.com/context/controller 即可工作(前提是您已成功设置 servlet 容器的 https)

The controller doesn't care about the protocol. Simply make the links / form targets in your .jsp to point to https://site.com/context/controller and it will work (provided you have successfully setup https of the servlet container)

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