ERROR: application/pdf is not a supported mime type [duplicate]

安稳与你 提交于 2019-11-28 14:03:41

Looking at the source code seems like only application/vnd.wap.xhtml+xml and text/html are allowed.
Source: http://grepcode.com/file/repo1.maven.org/maven2/com.liferay.portal/portal-impl/6.0.2/com/liferay/portlet/MimeResponseImpl.java

Put portletUrlType="resource" to the <s:url> tag which you use to create download link.

<s:url var="downloadUrl" action="download" portletUrlType="resource" />
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!