Content-Disposition Apache Tomcat 8 的设置
Content-Disposition setting for Apache Tomcat 8
在位于 "C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\web.xml"
的 apache tomcat 的 web.xml 文件中,我们可以设置 http header.
的 Content-Type
我还需要设置 Content-Disposition
,同样需要更改哪些内容和位置?
写一个过滤器。
UrlRewriteFilter 可能会对您有所帮助。
https://wiki.apache.org/tomcat/AddOns
在位于 "C:\Program Files\Apache Software Foundation\Tomcat 8.0\conf\web.xml"
的 apache tomcat 的 web.xml 文件中,我们可以设置 http header.
Content-Type
我还需要设置 Content-Disposition
,同样需要更改哪些内容和位置?
写一个过滤器。
UrlRewriteFilter 可能会对您有所帮助。 https://wiki.apache.org/tomcat/AddOns