See gh-22839
This commit is contained in:
Rob Winch 2019-04-25 10:10:46 -05:00 committed by Stephane Nicoll
parent fde92793b5
commit 8c605dd082
1 changed files with 1 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ public class BeanDefinitionParserDelegate {
return decorated;
}
}
else if (namespaceUri.startsWith("http://www.springframework.org/")) {
else if (namespaceUri.startsWith("http://www.springframework.org/schema/")) {
error("Unable to locate Spring NamespaceHandler for XML schema namespace [" + namespaceUri + "]", node);
}
else {