I'd like to add a custom header to all HTML files served from my app. I'm looking for a configuration option in appengine-web.xml ( http://code.google.com/appengine/docs/java/config/appconfig.html) or web.xml (http://code.google.com/appengine/docs/java/config/webxml.html), but could not found any. - Maybe I'm missing something in the documentation?
Wrapping our HTML's in JSP (or any other server side HTML generation technology) is not a good solution for us - we want our HTML files to be cached in the front-ends. We need this in order to set a X-FRAME-OPTIONS header. Help will be really appreciated. Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/GeDsGasKSBMJ. 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.
