This is an automated email from the ASF dual-hosted git repository. veithen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
from 42f49b433 Properly validate names passed to createElement new 37fc15f5c Properly validate prefixes passed to setPrefix new c4af6b514 Properly decode UTF-16 when validating names The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../src/main/java/org/apache/axiom/util/xml/XMLChar.java | 4 ++-- .../axiom/om/impl/dom/W3CDOMLevel2ImplementationTest.java | 1 - .../src/main/java/org/apache/axiom/dom/NSUtil.java | 15 +++++++++------ .../axiom/dom/impl/mixin/DOMNSAwareNamedNodeMixin.java | 2 ++ .../java/org/apache/axiom/ts/dom/DOMTestSuiteBuilder.java | 7 +++++++ ...=> TestCreateElementNSWithSupplementaryCharacter.java} | 13 +++++++------ ...a => TestCreateElementWithSupplementaryCharacter.java} | 10 +++------- .../TestSetPrefixWithSupplementaryCharacter.java} | 14 +++++++------- .../src/test/java/org/apache/axiom/ts/dom/XercesTest.java | 7 +++++++ 9 files changed, 44 insertions(+), 29 deletions(-) copy testing/dom-testsuite/src/main/java/org/apache/axiom/ts/dom/document/{TestCreateElementNSWithoutNamespace.java => TestCreateElementNSWithSupplementaryCharacter.java} (70%) copy testing/dom-testsuite/src/main/java/org/apache/axiom/ts/dom/document/{TestCreateElement.java => TestCreateElementWithSupplementaryCharacter.java} (78%) copy testing/dom-testsuite/src/main/java/org/apache/axiom/ts/dom/{document/TestCreateElementNSWithoutNamespace.java => element/TestSetPrefixWithSupplementaryCharacter.java} (73%)