Hi all, We have an application running restlet 1.1.8 that for some reason, in our production environment has decided to longer do content negotation via URLs.
i.e. Requesting /foo/bar.html used to internally appear to my Resource as /foo/bar with a TEXT_HTML type, now my Resource sees /foo/bar.html If I curl to the server with -H "Accept: text/html" and /foo/bar everything works as expected, but not when requesting /foo/bar.html The same code deployed on our staging servers, and my local machine all seem to work fine. My application sets getTunnelService().setExtensionsTunnel(true). I also see that in my dev/staging environments, passing "?method=OPTIONS" on my curls will work as expected, but not in our production server. Is there any reason why the extensions tunnel might somehow get disabled at runtime? Thanks, mark -- Pull me down under... ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2644420

