Skip to content

Handle the case where a system identifier is null - #263

Merged
ndw merged 1 commit into
xmlresolver:mainfrom
ndw:iss-262
Dec 3, 2025
Merged

ndw merged 1 commit into
xmlresolver:mainfrom
ndw:iss-262

Conversation

@ndw

@ndw ndw commented Dec 3, 2025

Copy link
Copy Markdown
Collaborator

Fix #262

This can’t actually happen when parsing an XML document because system identifiers are always required. But the resolver and catalogs both support lookup only by public identifier, so don’t NPE when someone does that!

Fix #262

This can’t actually happen when parsing an XML document because system
identifiers are always required. But the resolver and catalogs both support
lookup only by public identifier, so don’t NPE when someone does that!
@ndw
ndw merged commit 3e9e6d6 into xmlresolver:main Dec 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Is classpath only resources supported?

1 participant