fix #504 : smb and ftp support

This commit is contained in:
Shinsuke Sugaya 2016-05-12 20:52:33 +09:00
parent a3c1570280
commit 4c3379dd81

View file

@ -97,7 +97,7 @@
<property name="allRequired">true</property>
<postConstruct name="addRule">
<arg>"url"</arg>
<arg>"file:.*"</arg>
<arg>"(file|smb|ftp):.*"</arg>
</postConstruct>
<postConstruct name="addRule">
<arg>"mimeType"</arg>
@ -108,6 +108,9 @@
+ "|application/rdf+xml"
+ "|application/pdf"
+ "|application/x-freemind"
+ "|application/lha"
+ "|application/x-lha"
+ "|application/x-lha-compressed"
+ "|text/xml"
+ "|text/xml-external-parsed-entity"
+ "|text/html)"