neilg 2003/01/08 15:04:54
Added: java/src/org/apache/xerces/parsers
SecurityConfiguration.java
Log:
add a new configuration that allows Xerces to behave in a security-conscious way
with no changes in application code.
Revision ChangesPath
1.1
neilg 2003/01/08 15:04:11
Modified:java/src/org/apache/xerces/impl XMLEntityManager.java
java/src/org/apache/xerces/impl/msg XMLMessages.properties
Log:
applying a patch, based on code Neeraj committed earlier to a branch, that leverages
the new SecurityManager prop
neilg 2003/01/08 15:03:12
Modified:java/src/org/apache/xerces/impl Constants.java
Added: java/src/org/apache/xerces/util SecurityManager.java
Log:
add new SecurityManager property. Once components have been altered to handle
security problems, this property will allow the
neilg 2003/01/08 15:01:28
Modified:java/src/org/apache/xerces/parsers XML11Configuration.java
IntegratedParserConfiguration.java
StandardParserConfiguration.java
Log:
clean up some unused imports
Revision ChangesPath
1.3
elena 2003/01/08 13:44:01
Modified:java build.xml
Log:
Include thread test for dom and sax for "test" and "test-dom3" targets
Revision ChangesPath
1.113 +54 -1 xml-xerces/java/build.xml
Index: build.xml
elena 2003/01/08 13:43:06
Modified:java/tests/thread Test.java
Log:
Modify to test normalizeDocument
Revision ChangesPath
1.2 +8 -1 xml-xerces/java/tests/thread/Test.java
Index: Test.java
elena 2003/01/08 13:42:23
Modified:java/src/dom3/org/w3c/dom Element.java
Log:
Update setIdAttributeNode methods per latest DOM L3 draft
Revision ChangesPath
1.4 +2 -1 xml-xerces/java/src/dom3/org/w3c/dom/Element.java
Index: Element.java
==
elena 2003/01/08 13:42:04
Modified:java/src/org/apache/xerces/dom DOMNormalizer.java
ElementImpl.java
java/src/org/apache/xerces/impl/xs/opti DefaultElement.java
java/src/org/apache/xerces/parsers AbstractDOMParser.java
Log:
Upd
elena 2003/01/08 13:21:26
Modified:java/src/org/apache/xerces/dom
CoreDOMImplementationImpl.java DOMNormalizer.java
Log:
Implement validators pool for normalizeDocument
Revision ChangesPath
1.21 +40 -49
xml-xerces/java/src/org/apache/xer