[appengine-java] Re: Setting headers to static files / resources

2012-02-12 Thread Rick Mangi
I accidentally replied to Itsu directly instead of posting to the group... Take a look at: http://code.google.com/p/urlrewritefilter/ He replied that this doesn't work for .html files, which is true and makes sense because requests for static html files are probably never hitting the servlet eng

[appengine-java] Re: Setting headers to static files / resources

2012-02-12 Thread andrew
We had a similar need for serving font files cross-site, as some versions of IE need the header, and didn't find anyway to do it for a static file. We need something like the mechanism for mapping file extensions to mime types in web.XML -- You received this message because you are subscrib

[appengine-java] Re: Setting headers to static files / resources

2012-02-13 Thread Itsu Tamam
@Rick, thanks for you help, the solution you purpose will surly work. Also love UrlRewriteFilter. @Andrew, yes - this is what we need. On Feb 13, 9:35 am, andrew wrote: > We had a similar need for serving font files cross-site, >  as some versions of IE need the header, and didn't find anyway to

[appengine-java] Re: Setting headers to static files / resources

2012-02-14 Thread andrew
Does a feature request exist that we can star? If not, let's create one? -- 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 google-appengine-java@googlegroups.com. To unsubscribe from this group,

[appengine-java] Re: Setting headers to static files / resources

2012-02-15 Thread Itsu Tamam
http://code.google.com/p/googleappengine/issues/detail?id=6939 On Feb 15, 9:35 am, andrew wrote: > Does a feature request exist that we can star? > > If not, let's create one? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To po

[appengine-java] Re: Setting headers to static files / resources

2012-02-16 Thread andrew
Thanks. I was at the Issues page about to open it, when I saw your update. I have starred and added a comment regarding my need. -- 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 google-appengine

Re: [appengine-java] Re: Setting headers to static files / resources

2012-03-04 Thread kwanja9999
Sent from my BlackBerry® by dtac. -Original Message- From: Itsu Tamam Sender: google-appengine-java@googlegroups.com Date: Mon, 13 Feb 2012 20:46:58 To: Google App Engine for Java Reply-To: google-appengine-java@googlegroups.com Subject: [appengine-java] Re: Setting headers to static