提交 83293b39 编写于 作者: S Sam Brannen

URL Cleanup - fix undesirable code change

Namespace handlers are mapped based on the canonical names for XML
namespaces which in Spring do not use "https" as the scheme.

See gh-22680
上级 5dc9c4c5
...@@ -1406,7 +1406,7 @@ public class BeanDefinitionParserDelegate { ...@@ -1406,7 +1406,7 @@ public class BeanDefinitionParserDelegate {
return decorated; return decorated;
} }
} }
else if (namespaceUri.startsWith("https://www.springframework.org/")) { else if (namespaceUri.startsWith("http://www.springframework.org/")) {
error("Unable to locate Spring NamespaceHandler for XML schema namespace [" + namespaceUri + "]", node); error("Unable to locate Spring NamespaceHandler for XML schema namespace [" + namespaceUri + "]", node);
} }
else { else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册