mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
Merge
This commit is contained in:
commit
b7df5697db
1589 changed files with 229851 additions and 128707 deletions
|
@ -51,6 +51,7 @@ final class CatalogResolverImpl implements CatalogResolver {
|
|||
|
||||
@Override
|
||||
public InputSource resolveEntity(String publicId, String systemId) {
|
||||
CatalogMessages.reportNPEOnNull("systemId", systemId);
|
||||
//Normalize publicId and systemId
|
||||
systemId = Normalizer.normalizeURI(Util.getNotNullOrEmpty(systemId));
|
||||
publicId = Normalizer.normalizePublicId(Normalizer.decodeURN(Util.getNotNullOrEmpty(publicId)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue