删除 WebSphere 中 J2EE/Struts 应用程序中不必要的空格

发布于 2024-07-14 16:21:48 字数 227 浏览 6 评论 0原文

是否有人熟悉使用 JSTL 等标签库所产生的删除空格的技术? 我知道您可以在 Tomcat 中通过 trimSpaces 初始化来执行此操作 参数,但是有人有在 WebSphere App Server 中执行此类操作的类似经验吗?

Is anyone familiar with a technique for removal of whitespace that results from the use of tag libraries such as JSTL? I know that you can do this in Tomcat via a trimSpaces initialization parameter, but does anyone have similar experience doing this type of thing within WebSphere App Server?

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

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

发布评论

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

评论(2

仅冇旳回忆 2024-07-21 16:21:48

如果您使用的是 2.1 版或更高版本的 JSP 规范,则只需在 JSP 中包含以下指令,该指令将在通过网络发送结果有效负载之前去除空格:

<%@ page trimDirectiveWhitespaces="true" %>

If you're using version 2.1 or later of the JSP spec, you can simply include the following directive in your JSP, which will strip out whitespace before sending the resultant payload over the wire:

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