You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version: 1.3.3
com.fasterxml.aalto.in.NsBinding#createDefaultNs creates an NsBinding where the prefix is null where it should be XMLConstants.DEFAULT_NS_PREFIX.
This is particularly problematic in conjunction with com.fasterxml.aalto.in.FixedNsContext#getNamespaceURI, which does not allow the prefix argument to be null.
So it is impossible to retrieve any URI for the default namespace from a FixedNsContent.
The text was updated successfully, but these errors were encountered:
Version: 1.3.3
com.fasterxml.aalto.in.NsBinding#createDefaultNs creates an NsBinding where the prefix is
null
where it should beXMLConstants.DEFAULT_NS_PREFIX
.This is particularly problematic in conjunction with com.fasterxml.aalto.in.FixedNsContext#getNamespaceURI, which does not allow the prefix argument to be
null
.So it is impossible to retrieve any URI for the default namespace from a FixedNsContent.
The text was updated successfully, but these errors were encountered: