spring-gradle-plugins / spring-build-conventions

Contains common build logic and uses conventions to build a Spring Project with Gradle
14 stars 18 forks source link

spring security oauth2 to support http schema to refer local xsd to support backward compatible #92

Closed prabhu-radhakrishna closed 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
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

rwinch commented 3 years ago

Thanks for the report. I think you have created this issue in the wrong repository by mistake. Is there a reason you created the issue here vs in the repository that you are linking to (spring-projects/spring-security-oauth)?

jgrandja commented 3 years ago

Closing as duplicate spring-security-oauth#1917