ZF-12488: adding OPTIONS support to OAuth
Description
By default, Zend_Oauth does not seem to support support for OPTIONS requests. This simple patch adds support for OPTIONS requests.
By default, Zend_Oauth does not seem to support support for OPTIONS requests. This simple patch adds support for OPTIONS requests.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2012-12-19T16:31:26.000+0000
Fixed on trunk (r25166) and release-1.12 branch (r25167); added unit tests for the OPTIONS functionality only.