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

DO NOT REPLY [Bug 11785] New: - mime-mapping for WMLS is incorrect

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

mime-mapping for WMLS is incorrect

           Summary: mime-mapping for WMLS is incorrect
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Unknown
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: chris@3dme.com


In tomcat4/conf/web.xml

The entry for wmls mime-mapping is incorrect. It is currently

<mime-mapping>
  <extension>wmls</extension>
  <mime-type>text/vnd.wap.wmls</mime-type>
</mime-mapping>

But, SHOULD BE as follows (I added "cript" to the MimeType.)

<mime-mapping>
  <extension>wmls</extension>
  <mime-type>text/vnd.wap.wmlscript</mime-type>
</mime-mapping>


Thank You,
Chris.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>