You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2002/08/02 15:55:07 UTC

DO NOT REPLY [Bug 11412] New: - [PATCH] text/rdf and text/x-vcard mimetypes for MIMEUtils

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11412>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11412

[PATCH] text/rdf and text/x-vcard mimetypes for MIMEUtils

           Summary: [PATCH] text/rdf and text/x-vcard mimetypes for
                    MIMEUtils
           Product: Cocoon 2
           Version: Current CVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: general components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: torstenknodt@datas-world.de


Index: src/java/org/apache/cocoon/util/MIMEUtils.java
===================================================================
RCS file:
/home/cvspublic/xml-cocoon2/src/java/org/apache/cocoon/util/MIMEUtils.java,v
retrieving revision 1.4
diff -r1.4 MIMEUtils.java
112a113,116
>         } else if ("text/x-vcard".equals(type)) {
>             return ".vcf";
>         } else if ("text/rdf".equals(type)) {
>             return ".rdf";

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org