I am trying to get the Spring Security Oath2 Sparklr2 example working with a web.xml. Jetty initialisation is done programmatically.
All files are loaded from classpath.

I can get the filter fired using a DefaultServlet, but not Oauth2 parts. Maybe i need a Spring DispatcherServlet to get it to handle the Oauth2 endpoint. I can't get the DispatcherServlet to load in the same Spring context than the filter.

Have people here, experience with embedded Jetty 9 and Spring Security+Oauth2?

Thanks
Peter
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to