-
Notifications
You must be signed in to change notification settings - Fork 38.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit XML schema handling for consistent local vs external resolution #22504
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Milestone
Comments
sbrannen
added
the
in: core
Issues in core modules (aop, beans, core, context, expression)
label
Mar 5, 2019
jhoeller
changed the title
Revisit XML schema handling for lenient local resolution
Revisit XML schema handling for consistent local vs external resolution
Mar 6, 2019
spring-projects-issues
added
status: backported
An issue that has been backported to maintenance branches
and removed
for: backport-to-5.0.x
labels
Mar 6, 2019
jhoeller
added a commit
that referenced
this issue
Mar 6, 2019
jhoeller
added a commit
that referenced
this issue
Mar 6, 2019
jhoeller
added a commit
that referenced
this issue
Mar 6, 2019
jhoeller
added a commit
that referenced
this issue
Mar 6, 2019
sbrannen
pushed a commit
to sbrannen/spring-framework
that referenced
this issue
Mar 31, 2019
Co-Authored-By: Sam Brannen <sbrannen@pivotal.io> See spring-projectsgh-22504
sbrannen
pushed a commit
to sbrannen/spring-framework
that referenced
this issue
Mar 31, 2019
Co-Authored-By: Sam Brannen <sbrannen@pivotal.io> See spring-projectsgh-22504
6 tasks
This was referenced Apr 10, 2019
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: enhancement
A general enhancement
Following up on #18077, we could allow further variants of Spring schema declarations - e.g. with https, despite http being the canonical identifier for XML schemas - that still resolve against locally shipped xsd files (as defined in
spring.schemas
with canonical http identifiers). At the same time, we could consistently resolve external references via https even if the declaration uses the canonical http identifiers, separating the common XML identifier format from the recommended wire protocol.The text was updated successfully, but these errors were encountered: