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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to