Hi,
To make the appengine serve *.htc static files with the contentType:
"text/x-component" in response headers, I add an element into my
web.xml as follows:
<mime-mapping>
<extension>htc</extension>
<mime-type>text/x-component</mime-type>
</mime-mapping>
But it does not work. The contentType is not added in the response
headers on my local development server. Did I miss something? Please
help. Thx.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---