Hi Jerome, I'm using a Directory Restlet to serve static data (images/js/css) in my app. An issue cropped up recently in testing with some versions of IE7, that a GET on any .css file returns a 406 http response. The issue was tracked back to the http accepted languages header. The request returns 406 if the language is en-US, but returns 200 if the language is en-us (no caps on the country code).
Is this a bug, or perhaps a setting i'm missing? Regards, Jeff

