Description
HttpRequest Authorization headers are being ignored when deciding if the HttpRequest/HttpResponse is cacheable. This is causing a problem in gadgets that try and use makeRequest with the OAUTH_USE_TOKEN parameter set to 'if_available' and then later makes a request to the same web services with the OAUTH_USE_TOKEN set to 'always'. It should be respecting the Authorization header according to the HTTP spec.