Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Embedded Jetty 9 with Spring security Oauth2.

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

Back to the top