Really nobody got a clue where the problem might be? Do you encounter problems serving files with blank spaces? Anybody?
On Sep 24, 12:16 am, "[email protected]" <[email protected]> wrote: > Hi, > > I have problems serving files with blank-space. > > app.yaml > > - url: /fonts > static_dir: fonts > expiration: "10d" > > It is no problem serving files like: > > http://domain.com/fonts/admire.ttf > > If I type this URL in the browser it downloads the file. > > A problem is if the font filename contains a blank space. Like 'admire > font.ttf' > > If I type this URL:http://domain.com/fonts/admirefont.ttf > orhttp://domain.com/fonts/admire%20font.ttf > > in the browser it does not find the file. > > Where is my problem? > > Thanks! -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
