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=4982>.
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=4982

HTC files aren't being attached

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2001-11-21 08:50 -------
This is not a bug.
I found the solution for it , as sugegsted by [EMAIL PROTECTED], to test the mime-types.
Adding the following lines to the web.xml file solves the problem :

        <mime-mapping>
                <extension>css</extension>
                <mime-type>text/css</mime-type>
        </mime-mapping>
        <mime-mapping>
                <extension>htc</extension>
                <mime-type>text/x-component</mime-type>
        </mime-mapping>

Sorry for not finalizing other options before submitting this bug.

Best regards and many thanks for the help ,
                               Avner Cohen.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to