gpt4 book ai didi

struts2 - 错误 : application/pdf is not a supported mime type

转载 作者:行者123 更新时间:2023-12-04 19:51:48 32 4
gpt4 key购买 nike

<分区>

我正在使用 Struts2 和 Liferay 开发应用程序。

我的struts.xml如下:

<action name="download" class="com.stp.portal.view.DownloadAction">
<result name="success" type="stream">
<param name="contentType">application/pdf</param>
<param name="inputName">fileInputStream</param>
<param name="contentDisposition">attachment;filename="abc.pdf"</param>
<param name="bufferSize">1024</param>
</result>
</action>

我基本上想从服务器下载一个pdf文件。但是我收到以下错误:

10:05:55,782 ERROR [Jsr168Dispatcher:38] Could not execute action java.lang.IllegalArgumentException: application/pdf is not a supported mime type at com.liferay.portlet.MimeResponseImpl.setContentType(MimeResponseImpl.java:159)...

不知道怎么解决。非常感谢有人的帮助。确实需要这样做。

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com