freebsd-ports/japanese/xgate/files/patch-web.xml
Norikatsu Shigemura bcf80b4673 Add xGate 3.5 patch level 1, is a webmail system
implemented by Servlet over IMAP4/POP3.

Desired by:	ume
Tested by:	ume
Reviewed by:	ume
Approved by:	Orangesoft Inc
2006-01-16 15:33:49 +00:00

13 lines
484 B
XML

--- xgate/WEB-INF/web.xml.orig Sat Dec 17 23:52:08 2005
+++ xgate/WEB-INF/web.xml Sun Dec 18 15:17:15 2005
@@ -90,6 +90,10 @@
<session-timeout>10</session-timeout>
</session-config>
<mime-mapping>
+ <extension>html</extension>
+ <mime-type>text/html;charset=Shift_JIS</mime-type>
+ </mime-mapping>
+ <mime-mapping>
<extension>hdml</extension>
<mime-type>text/x-hdml;charset=Shift_JIS</mime-type>
</mime-mapping>