spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.
http://github.com/spring-projects/spring-security-oauth
Apache License 2.0
4.69k stars 4.05k forks source link

Backward compatibility for spring-security-oauth2 namespace #1917

Open prabhu-radhakrishna opened 3 years ago

prabhu-radhakrishna commented 3 years ago

we need to support both http & https in https://github.com/spring-projects/spring-security-oauth/commits/master/spring-security-oauth2/src/main/resources/META-INF/spring.schemas,, making only https breaks backward compatibility. it should should support like any other spring schemas https://github.com/spring-projects/spring-security/blob/master/config/src/main/resources/META-INF/spring.schemas

even https://github.com/spring-io/nohttp/tree/master/nohttp supports using http for namespace

jgrandja commented 3 years ago

Thanks for the report @prabhu-radhakrishna. Would you be interested in submitting a PR for this fix?