Hi,

To enable 3-legged OAuth requires authorization and authentication code. This is not present in the shindig sample container.

I went ahead and made a rough implementation based on jsecurity (soon to become apache ki).

While doing this I also:
 * Upgraded our servlet spec to 2.5, which includes JSP 2.1 etal
* added jstl-1.2 as a dependency, which requires adding the java.net maven repo.

There are some issues:

* Jetty 6.1 has it's own javax.el implementation that clashes with the juel lib causing a ClassCastException

Patch is available for review here:

http://codereview.appspot.com/27052

I'd appreciate any comments on this approach and also if this is something suitable for shindig in general.

Reply via email to