Gary Shea wrote:
Looking at the two signed versions, it looks like they both sign the directories. As youHey Leif --I have been through the same exercise recently. I suspect that Sun decided that problem is in WebStart, but I'm not sure. That was my take on it, but I didn't realize that an earlier version of jarsigner actually 'signed' the directory entries. That doesn't make a lot of sense to me... how do you compute a digest on a directory? Anyway, I went through all the bugs at WebStart, didn't find a corresponding one, so I added it. It appears to still be in the internal review phase.
say, what exactly they are computing the digest on, I am not sure.
What is the bug that you added?
I don't think that this has anything to do with Phoenix at all. Phyre simply has a blockAs a short-term fix, I ran some tests with all the non-file entries stripped out of xml-api.jar's manifest, and as I recall it worked. That was using merlin, though, not phoenix. Hardly a satisfactory solution...
which resoponds to requests for the individual jar files used by the WebStart and
then sends them to the client as is. The security error is happening within WebStart.
I am attaching the manifest.mf files from the original xml-api.jar, the xml-api.jar signed
using v1.3.1_03 and the version signed using v1.4.1_01
It was a $%$@! to figure out what the differences were because they go and write
the resulting manifests in completely different orders, but the problem appears to be
the following entry in the original file:
---
Name: org/apache/xmlcommons/Version
Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://xml.apache.org/commons/
Comment: XmlCommons for http://xml.apache.org/ subproject's use
Implementation-Title: org.apache.xmlcommons.Version
Implementation-Version: 1.0.b2
---
In the version signed by 1.4.1_01 it looks as follows:
(Unmodified other than order)
---
Name: org/apache/xmlcommons/Version
Implementation-Title: org.apache.xmlcommons.Version
Comment: XmlCommons for http://xml.apache.org/ subproject's use
Implementation-Version: 1.0.b2
Implementation-Vendor: Apache Software Foundation
Implementation-URL: http://xml.apache.org/commons/
---
But in the 1.3.1_03 file this entry was completely ommitted.
I have not checked to make sure there are no other changes, but that makes
up for the 7 line difference in the two files' sizes.
Now. Looking in the actual xml-api.jar file. There is not a directory with that name.
There is a single class in the parent directory called:
org/apache/xmlcommons/Version.class
This makes me wonder if this is a bug in the original manifest in the xml-api.jar file?
Cheers,
Leif
Manifest-Version: 1.0 Created-By: 1.2.2 (Sun Microsystems Inc.) Name: org/w3c/dom/css/ElementCSSInlineStyle.class SHA1-Digest: JM0R+lLx/m9u0+hAXJFztKsOazQ= Name: org/w3c/dom/css/CSSValueList.class SHA1-Digest: GhMX2Z0smbzyy5jkkHFFK13Bmcg= Name: org/w3c/dom/css/CSSMediaRule.class SHA1-Digest: hDoxPfCjyY6MiBDWP5Wf9joVQak= Name: javax/xml/transform/Result.class SHA1-Digest: Qg2xyULbfPmJLk0ztHo/VeHXv1E= Name: org/w3c/dom/html/HTMLBodyElement.class SHA1-Digest: +mOe/EpGB0xoye8XNDGNPseVWZ4= Name: org/w3c/dom/html/HTMLIsIndexElement.class SHA1-Digest: ygjA/gIkcMiHNj7iTRyiEbTn+9s= Name: javax/xml/transform/sax/TemplatesHandler.class SHA1-Digest: X64K4CR5dUY32OKn+tM8WbLS2To= Name: javax/xml/transform/FactoryFinder$ConfigurationError.class SHA1-Digest: GXt0eqNGOQ6ppl6ScwmsfbCcw20= Name: org/w3c/dom/html/HTMLOptionElement.class SHA1-Digest: EMbgbzyHItCuur9Yir7NcG0N5Rk= Name: org/w3c/dom/traversal/TreeWalker.class SHA1-Digest: JG6vC2TtSre3dsiu1TubV/80eiY= Name: org/w3c/dom/stylesheets/StyleSheet.class SHA1-Digest: OUiZQDmOTqgBIPlNvNLEGeEQfpY= Name: org/xml/sax/AttributeList.class SHA1-Digest: a2M1RVsO4vV+ctKJRfPJpiX/F+M= Name: org/w3c/dom/html/HTMLAreaElement.class SHA1-Digest: Z2QiFBAHByOm4lbn0vs5exadDUs= Name: org/w3c/dom/events/UIEvent.class SHA1-Digest: WSr82knyMyde3w2y3T/AMXZG7Jw= Name: org/w3c/dom/DocumentType.class SHA1-Digest: oMir9ynwWxf1CXsdRqsOP1pdB3Y= Name: javax/xml/parsers/ Implementation-Version: 1.1.2 Specification-Title: Java API for XML Processing Specification-Version: 1.1 Implementation-URL: http://java.sun.com/xml/jaxp.html Implementation-Title: javax.xml.transform Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Vendor: Sun Microsystems Inc. SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Specification-Vendor: Sun Microsystems Inc. Name: org/w3c/dom/html/HTMLParagraphElement.class SHA1-Digest: 8WHxUTGm/fHuErWs4KyVeD1O2dM= Name: javax/xml/parsers/FactoryFinder$ConfigurationError.class SHA1-Digest: qEGc80Xr9xmPb/7J+PE5kYnAOuw= Name: org/xml/sax/XMLFilter.class SHA1-Digest: F1dRMLnA/tPG7yfMy8th8QW8s+M= Name: org/w3c/dom/css/CSSRule.class SHA1-Digest: 3ren87sNiiuSxEPf/Xx5CJOxzIQ= Name: javax/xml/transform/Source.class SHA1-Digest: gvj7RkgnoqJvQsrRRvnVMT7OrgE= Name: org/w3c/dom/html/HTMLTableColElement.class SHA1-Digest: 7yh8TO8qahTHaTUgpWeir5ByTCs= Name: javax/xml/parsers/FactoryFinder.class SHA1-Digest: FTVHAPX4bYugh8zgDWv3Kdo4JqY= Name: org/w3c/dom/html/HTMLDListElement.class SHA1-Digest: wCNfOv0EVvCSslxqDEPm6t7DX6g= Name: org/w3c/dom/css/CSSImportRule.class SHA1-Digest: jUJPQgNzzifwr+PKvDYaNZhUqEQ= Name: org/w3c/dom/html/HTMLDivElement.class SHA1-Digest: /NZbgBETpK9OFdaOoIjGUfHSb7U= Name: org/xml/sax/helpers/XMLFilterImpl.class SHA1-Digest: BOQSjgAPKhl2U+3Ei8n8rz4Sd2E= Name: org/xml/sax/Attributes.class SHA1-Digest: peeKUQbmEjdqe9u+Gc1+vK/O2yg= Name: org/w3c/dom/css/DOMImplementationCSS.class SHA1-Digest: DunssZcz/NsB+4TGDzUhVNUabzk= Name: javax/xml/transform/FactoryFinder.class SHA1-Digest: e9NhdJOrUA8QaZmqVd4eXC/wvMQ= Name: javax/xml/transform/sax/TransformerHandler.class SHA1-Digest: 2jlIpYy73B2IlaP0JrJAE3/MGIQ= Name: org/w3c/dom/Entity.class SHA1-Digest: IZ/6vIJnEaZz2yeILBLtwLeVHW4= Name: org/w3c/dom/stylesheets/LinkStyle.class SHA1-Digest: D1clgyKT2sIoLPAMUlpG/v3ciNU= Name: org/w3c/dom/css/CSSPageRule.class SHA1-Digest: Gz6u4hrinzVdd3kJiwgmKPcnWwY= Name: org/w3c/dom/html/HTMLHtmlElement.class SHA1-Digest: Ofj+LJyuK4W4o24o04f3kueOUXk= Name: org/w3c/dom/html/HTMLModElement.class SHA1-Digest: YRCdnO66iC/BmTjE1YfUs21Fws8= Name: javax/xml/transform/dom/DOMSource.class SHA1-Digest: GRfRfPMFu+UyFz0C532rCQIqcgM= Name: org/xml/sax/helpers/NamespaceSupport.class SHA1-Digest: xtiMu3bmnVizEveMUE7OPeSUwIU= Name: org/xml/sax/Locator.class SHA1-Digest: kSnnsSe2a7c08JRM0/2uKc8Wy/I= Name: org/w3c/dom/html/HTMLTableSectionElement.class SHA1-Digest: z/wLTscXehqz8S8+yw8+ksK6v64= Name: org/w3c/dom/html/HTMLInputElement.class SHA1-Digest: NRL5t3WPwaBQTueKM4NCIHKBUHU= Name: javax/xml/transform/stream/StreamResult.class SHA1-Digest: YosdOCzFXw8dRcoCmbc1tk9WQN4= Name: org/w3c/dom/css/Rect.class SHA1-Digest: 0m/wVDSI+mwvSkZY3xBUwY2lrCw= Name: javax/xml/transform/dom/DOMResult.class SHA1-Digest: 1B1svoZBGAXeLkJ4bRrRGcsQPEo= Name: org/xml/sax/ext/LexicalHandler.class SHA1-Digest: FX9/UV16I60TsP03ZF8aO8lEKZk= Name: org/w3c/dom/html/HTMLTableRowElement.class SHA1-Digest: NMcjGr6TfViAC3VEDZwq/7r2hnU= Name: org/w3c/dom/css/ViewCSS.class SHA1-Digest: +gMkdTCt8l2hPNkElzUD2NhG9BI= Name: org/w3c/dom/css/CSSFontFaceRule.class SHA1-Digest: el9Hb88A4AbOAsrthBfOchX0wYc= Name: org/w3c/dom/html/HTMLSelectElement.class SHA1-Digest: bc962BZfuK+MpAJS12Ma7h3iDHw= Name: org/xml/sax/ContentHandler.class SHA1-Digest: EwgjcMBgw6ZxlbFyMbrHEiEbZ3c= Name: license/README.sax.txt SHA1-Digest: yRIYqTRgFfnkEOhvqvkmR5KN1sI= Name: javax/xml/parsers/DocumentBuilderFactory.class SHA1-Digest: DgtFHq3MMJ9noQSXSG5xY4tTnK0= Name: org/w3c/dom/CDATASection.class SHA1-Digest: qiNpbqoVVW+j5ci+TeqU4t+aokg= Name: org/w3c/dom/events/EventException.class SHA1-Digest: nzvmNXu4F+/MBHws7wNKwqEYFLI= Name: org/w3c/dom/html/HTMLFontElement.class SHA1-Digest: 6W0N/qZ8VjE0aGVjxNhHkvMgDQU= Name: license/LICENSE.txt SHA1-Digest: DU3n7xIbetLoBEqJFcF22VQ4ye4= Name: org/w3c/dom/css/DocumentCSS.class SHA1-Digest: C3x1jHlsSbmBLinohyiOxWRygSY= Name: javax/xml/transform/ErrorListener.class SHA1-Digest: 5aBIBIdSDpJsyddtrfokXf3XuOs= Name: org/w3c/dom/html/HTMLHeadElement.class SHA1-Digest: 6wHenDSIo58WAPMtVTP0hGYdo8o= Name: org/w3c/dom/html/HTMLStyleElement.class SHA1-Digest: n8257W7246Y96JGA1RAKfnpFGZQ= Name: org/xml/sax/XMLReader.class SHA1-Digest: dE51a5efoyb/0xaO5XAZhi4/hGs= Name: javax/xml/transform/stream/StreamSource.class SHA1-Digest: 3RNwgE5NkPJyoBsX7XZUHpMwlHQ= Name: javax/xml/transform/sax/SAXResult.class SHA1-Digest: 1imJYbMeYLJCfUIbk+rhukaLCA4= Name: org/xml/sax/SAXException.class SHA1-Digest: luWoTyklGzZRiC4FHGiEpFQsXSk= Name: org/w3c/dom/events/MutationEvent.class SHA1-Digest: Z9KQd7DLWmo3M5T2H7umx41FxaM= Name: javax/xml/transform/TransformerFactory.class SHA1-Digest: rf4DrRcQBiNDatNmsFYzY5/vQkI= Name: org/w3c/dom/html/HTMLIFrameElement.class SHA1-Digest: K0hZaamUaGy1fJ+zbsCtHwcy5Dw= Name: org/w3c/dom/html/HTMLMenuElement.class SHA1-Digest: AYzE7RB29o5rZ9jjFYyDsVfpHxI= Name: org/xml/sax/ Implementation-Version: 2.0 Specification-Title: Simple API for XML Specification-Version: 2.0 Implementation-URL: http://www.megginson.com/SAX/index.html Implementation-Title: org.xml.sax Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Vendor: David Megginson SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Specification-Vendor: David Megginson Name: javax/xml/parsers/ParserConfigurationException.class SHA1-Digest: FH+XxqAVxEWo/zNDM50LIxzhQCA= Name: org/w3c/dom/css/CSSUnknownRule.class SHA1-Digest: XC3OsO9poqCeqrFVZVgddZvyVMI= Name: org/w3c/dom/html/HTMLOListElement.class SHA1-Digest: FQUP7+1qLyQnekDvfzO5Xai1GwA= Name: license/LICENSE.dom-documentation.txt SHA1-Digest: EjUulqkb8wZnFFC7p9hf1grdYFg= Name: org/w3c/dom/css/CSSRuleList.class SHA1-Digest: YMoi0DCMLWbucA73yJuqfT+ai3o= Name: javax/xml/transform/OutputKeys.class SHA1-Digest: BvMqHBsvjqhPQg2drjOIGwwJhuY= Name: org/xml/sax/helpers/XMLReaderAdapter.class SHA1-Digest: gfSmLcXYOWDxeyWETuVE3VmSCb4= Name: org/w3c/dom/NamedNodeMap.class SHA1-Digest: htXTccP+KaDDqa2VSDpLTuh0ME0= Name: org/w3c/dom/html/HTMLImageElement.class SHA1-Digest: LbKXvkpevqjsQyv+14QVHwsS9oc= Name: org/w3c/dom/html/HTMLLIElement.class SHA1-Digest: pn+cQrfYVlcb9xkbp1AciS+gZQY= Name: javax/xml/parsers/FactoryConfigurationError.class SHA1-Digest: QIkiZbnBGeE9jV55A1j4qmKMjwI= Name: javax/xml/transform/sax/SAXSource.class SHA1-Digest: tMDSENMrgLK2rI9qYIjNWHGwJRg= Name: org/w3c/dom/css/CSSStyleRule.class SHA1-Digest: WlzjWz5D2WJXcfkAWYMJK6u1dBY= Name: org/w3c/dom/html/HTMLTitleElement.class SHA1-Digest: XmVTgPb7K5lK4p520dzPKHb5K4Y= Name: org/w3c/dom/css/CSSStyleDeclaration.class SHA1-Digest: U/lONGWXXZkzHmsFX1n9o6cSBTY= Name: org/w3c/dom/html/HTMLLabelElement.class SHA1-Digest: mTIR5K5YNVXtojDC/wbhH15yrx4= Name: org/xml/sax/SAXNotRecognizedException.class SHA1-Digest: ApZOKEwYsYia0cLBnBoZr6tIiMg= Name: license/README.dom.txt SHA1-Digest: Mr3DqqtHWMBZrO7Wg8YoHb0dAoc= Name: javax/xml/transform/TransformerFactoryConfigurationError.class SHA1-Digest: 0/vjp50SXwPzEFX/4ChLNBc66DQ= Name: org/w3c/dom/Attr.class SHA1-Digest: AJp5RTp/987M6UoIR4vVr61zgtM= Name: org/xml/sax/helpers/XMLReaderFactory.class SHA1-Digest: hENfaBxenKwy8JW5EZM/2Q0Qo/U= Name: org/w3c/dom/html/HTMLFrameElement.class SHA1-Digest: xsDuEBCEBnne3VLJQm9cr3yXRV8= Name: org/w3c/dom/traversal/DocumentTraversal.class SHA1-Digest: dgKA65dKiyTtt5ud+qaAxaYwUuc= Name: org/w3c/dom/html/HTMLLinkElement.class SHA1-Digest: zxe65RCotLfk6SqGD6dkTSAYypo= Name: javax/xml/transform/Templates.class SHA1-Digest: eBijc2+rwPBo3i+3pvR7KaOe9aI= Name: org/w3c/dom/traversal/NodeIterator.class SHA1-Digest: mjC3I7PFEbr9oMLxxAdnMg+niHU= Name: javax/xml/parsers/DocumentBuilder.class SHA1-Digest: sDfyEg699JC0O4M8nY3TAiiKnLo= Name: org/w3c/dom/html/HTMLBaseElement.class SHA1-Digest: Z1WGxss2hikUF6e0Uep0aY6Z6xo= Name: org/xml/sax/InputSource.class SHA1-Digest: duMjskW17Kmlt+auVXNt8ukdaGk= Name: javax/xml/transform/TransformerConfigurationException.class SHA1-Digest: xcUH8tuPUDxFVpgXJvsjfqLtTPc= Name: org/w3c/dom/html/HTMLElement.class SHA1-Digest: 5U9We/BJgC2w9xkKq98px9ssKNo= Name: license/LICENSE.dom-software.txt SHA1-Digest: WROzeCNdAlAUz+8mwMfv+t1bKNM= Name: org/w3c/dom/css/CSSStyleSheet.class SHA1-Digest: weo4scXgkL5i248Vjy4BgtCES7E= Name: org/w3c/dom/events/EventListener.class SHA1-Digest: cxmc8/uUFggoSMdTwbeKXJAh6yQ= Name: javax/xml/transform/URIResolver.class SHA1-Digest: qt16GzO9KtRRhI1AWwt8uxLi12g= Name: org/w3c/dom/Node.class SHA1-Digest: Y8/wcX0lxNzPqNSFH/gQwHCrtOg= Name: org/w3c/dom/EntityReference.class SHA1-Digest: iCxL/QoaLvE/J8g0TaHgOPYoPKM= Name: license/LICENSE.sax.txt SHA1-Digest: Y7nTnO2/F60S/m41D9uzvGIPNwo= Name: org/w3c/dom/ Implementation-Version: 1.0 Specification-Title: Document Object Model, Level 2 Core Specification-Version: 1.0 Implementation-URL: http://www.w3c.org/DOM/ Implementation-Title: org.w3c.dom Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Vendor: World Wide Web Consortium SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Specification-Vendor: World Wide Web Consortium Name: javax/xml/transform/SourceLocator.class SHA1-Digest: 2Sse1qOEdcv+Bf7f2fpx8KSoNhY= Name: org/w3c/dom/html/HTMLAppletElement.class SHA1-Digest: EUe/Ayt9g+d/sVnei45TC0eVQ/0= Name: org/xml/sax/Parser.class SHA1-Digest: ssTKJOtVJ/LexBEn85vrgCD3QWQ= Name: org/w3c/dom/events/MouseEvent.class SHA1-Digest: CmBxYRZ1DfNyxdIi3hiwKyT5sIY= Name: org/xml/sax/EntityResolver.class SHA1-Digest: LQSO47hLbIi3Jggm1y5sXa1ZMSI= Name: org/w3c/dom/ProcessingInstruction.class SHA1-Digest: lugkW0mt+/ww1LsPN2ZQIGoFd8I= Name: org/xml/sax/helpers/DefaultHandler.class SHA1-Digest: 8X2sjAmHXRABxEZLOrJ8Mcf4OdM= Name: org/w3c/dom/Text.class SHA1-Digest: rLAcYJVH6OJdZyk43mXugcrZWbM= Name: org/w3c/dom/Element.class SHA1-Digest: 7TF0QYYIRz5baVW5dwwocyoyPq0= Name: org/xml/sax/DocumentHandler.class SHA1-Digest: mZqYr+GS2EIvCOUGUR5CAHHlpHQ= Name: org/xml/sax/SAXParseException.class SHA1-Digest: bTlOLhYeMxsT1yAwOq56iBJNO3M= Name: org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class SHA1-Digest: iHzNpa+qO+KlbIfr1bLlpIL7/BI= Name: org/w3c/dom/html/HTMLFieldSetElement.class SHA1-Digest: Y/oidK9xbUPSx1PUpvzSI6ul3m0= Name: org/w3c/dom/html/HTMLTableElement.class SHA1-Digest: ARSkEdvpw1Ce44ZCOef15JCB5Jw= Name: org/w3c/dom/events/Event.class SHA1-Digest: klC0SGle+nIH+66KQGeXLYMHQn4= Name: org/w3c/dom/Notation.class SHA1-Digest: nYXy70i4UaZyZVswSvcRBxzMmi8= Name: org/w3c/dom/html/HTMLBaseFontElement.class SHA1-Digest: JrDFyZb+OvUX1NGj5hKx+sOa7/M= Name: org/xml/sax/ext/DeclHandler.class SHA1-Digest: H7qMoX1NV+QLyBpoFzUhLOVqv80= Name: org/xml/sax/ErrorHandler.class SHA1-Digest: h9six0Sd/bs/XnKYpByevZ9yc30= Name: org/w3c/dom/stylesheets/MediaList.class SHA1-Digest: K3jOvAOYx41GMg/fh+OwlDCPp/k= Name: org/w3c/dom/css/CSS2Properties.class SHA1-Digest: uq8gXNlo1EJynAY5DRaK3+Tg9Yo= Name: org/w3c/dom/html/HTMLFormElement.class SHA1-Digest: 0fLw3xKE3bw2vUOJdqQdXhe6src= Name: javax/xml/transform/sax/SAXTransformerFactory.class SHA1-Digest: XhIQ/RceYaEeltY8gD+8Y4RiySg= Name: org/w3c/dom/ranges/Range.class SHA1-Digest: T2+id88u+T7GS+pKHKmUB42BBxI= Name: org/w3c/dom/html/HTMLObjectElement.class SHA1-Digest: aNwWEiTcnu4IQmKq/knvYKcC5KM= Name: org/w3c/dom/html/HTMLScriptElement.class SHA1-Digest: b2717/Mo9w2fOj3PcylfsCD+fBE= Name: org/w3c/dom/views/DocumentView.class SHA1-Digest: l77EGiHN9G+vRoMIlXG4r5xVzR8= Name: org/w3c/dom/ranges/RangeException.class SHA1-Digest: eafPv1sJh6/KpanuHyO9VnsdCUc= Name: org/w3c/dom/html/HTMLMapElement.class SHA1-Digest: 8KBbHATmxI3tI2Ac5s1oFbg0a5g= Name: org/w3c/dom/NodeList.class SHA1-Digest: OS8BYJ3f8X8nBkukprmvVlZ28vI= Name: org/w3c/dom/html/HTMLParamElement.class SHA1-Digest: d0J+w+XI28vvFGhQ+5jp3axAp1U= Name: org/w3c/dom/Document.class SHA1-Digest: 0Luiv5/IQ6IclKkg1lfx03VdKjw= Name: org/xml/sax/helpers/NamespaceSupport$Context.class SHA1-Digest: ajav0A80GR4y/W4TmbXkJSgv2Kc= Name: org/w3c/dom/html/HTMLQuoteElement.class SHA1-Digest: Ty7LZJpFQyhXaahykw7oMG1kjJc= Name: org/xml/sax/helpers/AttributesImpl.class SHA1-Digest: aCcexEiPjhVf1c9k1ttygvOOMAE= Name: org/w3c/dom/css/RGBColor.class SHA1-Digest: jxgng3ud+43NCxDWVFHoO1gU3SY= Name: org/w3c/dom/html/HTMLMetaElement.class SHA1-Digest: BBdg0ymXLiGTEu2QYlbYpQExZDA= Name: org/apache/xmlcommons/Version.class SHA1-Digest: MlJSUVCaeBTxU0qaZzIHMtZghDo= Name: javax/xml/transform/ Implementation-Version: 1.1.2 Specification-Title: Java API for XML Processing Specification-Version: 1.1 Implementation-URL: http://java.sun.com/xml/jaxp.html Implementation-Title: javax.xml.transform Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Vendor: Sun Microsystems Inc. SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Specification-Vendor: Sun Microsystems Inc. Name: org/w3c/dom/html/HTMLAnchorElement.class SHA1-Digest: SBce/rj3dkEnzui2D2zxt/0OtOE= Name: license/README.txt SHA1-Digest: 1wmDEIYKu+VAmG+7klUSkDxGz1U= Name: org/xml/sax/DTDHandler.class SHA1-Digest: hiwHnLYXhr5bkwFjm1TyrbbkBY8= Name: org/w3c/dom/Comment.class SHA1-Digest: DspdodIVpMqC7zJDVWjsmuK5Zd4= Name: org/w3c/dom/html/HTMLTextAreaElement.class SHA1-Digest: IVzX6daxG6pDzUqSWP3zfs+Pd4s= Name: org/w3c/dom/html/HTMLDirectoryElement.class SHA1-Digest: +lloMUEBMwsSZBJ4aUp1mvjqVNc= Name: org/w3c/dom/html/HTMLLegendElement.class SHA1-Digest: q5N+cvMsQPF4+Y0uzOyuLoxAN18= Name: org/xml/sax/HandlerBase.class SHA1-Digest: u9xdBPrMb1UpGiFmqvFhjhPnJQk= Name: org/xml/sax/helpers/LocatorImpl.class SHA1-Digest: MNPd15nwCyoktCtqwKpLIVadJEw= Name: org/w3c/dom/html/HTMLCollection.class SHA1-Digest: Au3bCGF6fY6zs7dxl//cqNmASfI= Name: org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class SHA1-Digest: 4jniZvJ/VgFmhYSeeDFk1Z3oWCE= Name: org/w3c/dom/html/HTMLButtonElement.class SHA1-Digest: HVFZi8tx06zEh9lPhE2+uoGbqTc= Name: javax/xml/transform/TransformerException.class SHA1-Digest: khMoEVxYpcHbZfOF5Ue3Gu8cJOM= Name: org/w3c/dom/css/CSSValue.class SHA1-Digest: 0fcZGw+hNdAg9bdSQGhOk6FMpcg= Name: org/w3c/dom/html/HTMLTableCellElement.class SHA1-Digest: S/CSifWwp9s/ZjAx2gf+gSqg+Io= Name: org/w3c/dom/html/HTMLHeadingElement.class SHA1-Digest: WOx62AWHZsctH/C16FnBE37QEQg= Name: org/w3c/dom/ranges/DocumentRange.class SHA1-Digest: DWX42Y2hdY2r61E+lrV/CSJmTTs= Name: org/w3c/dom/html/HTMLDocument.class SHA1-Digest: eCBiQ4h2e7GQNjtri4YC4RoNrPg= Name: org/w3c/dom/DOMImplementation.class SHA1-Digest: XE4lngPg5SRTMXntsJjlkBjEmkI= Name: org/w3c/dom/stylesheets/DocumentStyle.class SHA1-Digest: JC/5Uu7yDDdu08yO078LWmc9tT8= Name: org/xml/sax/helpers/ParserFactory.class SHA1-Digest: yFy+Ug0yT34Zq2FJoVz1mGnbrSM= Name: org/w3c/dom/stylesheets/StyleSheetList.class SHA1-Digest: T8wXyqqK7G1tOHir340ZxRQUacM= Name: javax/xml/transform/Transformer.class SHA1-Digest: fWUevrrhID2ykKedQgyK9YR09I4= Name: org/w3c/dom/html/HTMLBRElement.class SHA1-Digest: EAs2II6gcz5fuBunNPF+U/xnoRE= Name: org/w3c/dom/css/CSSPrimitiveValue.class SHA1-Digest: BRffEDNtpKHUvPvxlYpCM2oTtR0= Name: org/w3c/dom/DocumentFragment.class SHA1-Digest: BP4Pm/vkgYy5YOSi/x2QeTnarbM= Name: org/xml/sax/helpers/ParserAdapter.class SHA1-Digest: lmnmCIVxxn0G5C2Y36gA1DOr+Lg= Name: org/w3c/dom/events/DocumentEvent.class SHA1-Digest: tVMZgEzkEK4vZS0AHasNhoJ8N2c= Name: org/w3c/dom/traversal/NodeFilter.class SHA1-Digest: yxHQOKu9yPwio+ffpt2a7vhwTGg= Name: org/w3c/dom/DOMException.class SHA1-Digest: 8Ci4mAVnewrelOtfAoOwN3zGmSY= Name: org/w3c/dom/html/HTMLHRElement.class SHA1-Digest: lqot5p8Pg0VtzPZLFPdjk3HOdSc= Name: org/w3c/dom/css/Counter.class SHA1-Digest: 9+AA+NFPKkCSVS/VYhII4d4lT2o= Name: org/w3c/dom/html/HTMLOptGroupElement.class SHA1-Digest: kvQmH+/88CbA98mmgZMw6q9bsHY= Name: javax/xml/transform/dom/DOMLocator.class SHA1-Digest: rjETkOAayXMq/nhDs9h6LJBX5hE= Name: org/w3c/dom/CharacterData.class SHA1-Digest: u7eC2bZHg+yGT6FjxVDiy3CV+jQ= Name: org/w3c/dom/events/EventTarget.class SHA1-Digest: ktKzv73cCwy8t6qE/pqKRrj5WtY= Name: org/w3c/dom/html/HTMLPreElement.class SHA1-Digest: w2MhGZ7w8FeILC4TcL/WrAM5Iq0= Name: javax/xml/parsers/SAXParser.class SHA1-Digest: zHLQxWPuZhRI87U6rXMRX5bmgI8= Name: org/w3c/dom/html/HTMLTableCaptionElement.class SHA1-Digest: C7njSyRvYCYjlJmwF4tD0t1TmYw= Name: org/xml/sax/helpers/AttributeListImpl.class SHA1-Digest: dInC8R/0PaJxgItbYDqzETbhxDg= Name: javax/xml/parsers/SAXParserFactory.class SHA1-Digest: Qypzs6z1DT/j6R3fs+F/uz7th1Y= Name: org/w3c/dom/views/AbstractView.class SHA1-Digest: Oo+JJUZcJTcOkNJQBoQQ+1OtoVI= Name: org/w3c/dom/css/CSSCharsetRule.class SHA1-Digest: Eu7SmD9NQBu7Vnn0hAvbpEmKSd0= Name: org/w3c/dom/html/HTMLFrameSetElement.class SHA1-Digest: IrqyIDQaUcPdkVsq0auQvX7UEXA= Name: org/xml/sax/SAXNotSupportedException.class SHA1-Digest: X+jnogAchPE4YIh8gbpVZ6uNmkI= Name: org/w3c/dom/html/HTMLUListElement.class SHA1-Digest: nEWCdf7a3Hpz5il5bwdf0xvSGLc=
Manifest-Version: 1.0 Created-By: 1.2.2 (Sun Microsystems Inc.) Name: org/w3c/dom/html/HTMLParagraphElement.class SHA1-Digest: 8WHxUTGm/fHuErWs4KyVeD1O2dM= Name: org/w3c/dom/html/HTMLModElement.class SHA1-Digest: YRCdnO66iC/BmTjE1YfUs21Fws8= Name: org/xml/sax/helpers/XMLReaderAdapter.class SHA1-Digest: gfSmLcXYOWDxeyWETuVE3VmSCb4= Name: javax/xml/transform/dom/DOMResult.class SHA1-Digest: 1B1svoZBGAXeLkJ4bRrRGcsQPEo= Name: org/w3c/dom/html/HTMLTableRowElement.class SHA1-Digest: NMcjGr6TfViAC3VEDZwq/7r2hnU= Name: org/w3c/dom/CharacterData.class SHA1-Digest: u7eC2bZHg+yGT6FjxVDiy3CV+jQ= Name: org/w3c/dom/css/CSS2Properties.class SHA1-Digest: uq8gXNlo1EJynAY5DRaK3+Tg9Yo= Name: org/w3c/dom/html/HTMLBaseFontElement.class SHA1-Digest: JrDFyZb+OvUX1NGj5hKx+sOa7/M= Name: org/w3c/dom/events/EventTarget.class SHA1-Digest: ktKzv73cCwy8t6qE/pqKRrj5WtY= Name: org/w3c/dom/css/ViewCSS.class SHA1-Digest: +gMkdTCt8l2hPNkElzUD2NhG9BI= Name: license/LICENSE.txt SHA1-Digest: DU3n7xIbetLoBEqJFcF22VQ4ye4= Name: org/w3c/dom/events/DocumentEvent.class SHA1-Digest: tVMZgEzkEK4vZS0AHasNhoJ8N2c= Name: org/w3c/dom/html/HTMLScriptElement.class SHA1-Digest: b2717/Mo9w2fOj3PcylfsCD+fBE= Name: org/w3c/dom/css/CSSStyleSheet.class SHA1-Digest: weo4scXgkL5i248Vjy4BgtCES7E= Name: org/w3c/dom/html/HTMLIFrameElement.class SHA1-Digest: K0hZaamUaGy1fJ+zbsCtHwcy5Dw= Name: org/w3c/dom/html/HTMLPreElement.class SHA1-Digest: w2MhGZ7w8FeILC4TcL/WrAM5Iq0= Name: org/w3c/dom/html/HTMLDirectoryElement.class SHA1-Digest: +lloMUEBMwsSZBJ4aUp1mvjqVNc= Name: org/w3c/dom/events/EventListener.class SHA1-Digest: cxmc8/uUFggoSMdTwbeKXJAh6yQ= Name: org/w3c/dom/css/CSSPrimitiveValue.class SHA1-Digest: BRffEDNtpKHUvPvxlYpCM2oTtR0= Name: org/apache/xmlcommons/Version Implementation-Title: org.apache.xmlcommons.Version Comment: XmlCommons for http://xml.apache.org/ subproject's use Implementation-Version: 1.0.b2 Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/commons/ Name: org/w3c/dom/Node.class SHA1-Digest: Y8/wcX0lxNzPqNSFH/gQwHCrtOg= Name: org/xml/sax/helpers/NamespaceSupport.class SHA1-Digest: xtiMu3bmnVizEveMUE7OPeSUwIU= Name: org/w3c/dom/html/HTMLTableCaptionElement.class SHA1-Digest: C7njSyRvYCYjlJmwF4tD0t1TmYw= Name: javax/xml/transform/sax/TemplatesHandler.class SHA1-Digest: X64K4CR5dUY32OKn+tM8WbLS2To= Name: org/w3c/dom/stylesheets/DocumentStyle.class SHA1-Digest: JC/5Uu7yDDdu08yO078LWmc9tT8= Name: org/w3c/dom/css/CSSImportRule.class SHA1-Digest: jUJPQgNzzifwr+PKvDYaNZhUqEQ= Name: javax/xml/transform/TransformerException.class SHA1-Digest: khMoEVxYpcHbZfOF5Ue3Gu8cJOM= Name: org/xml/sax/helpers/DefaultHandler.class SHA1-Digest: 8X2sjAmHXRABxEZLOrJ8Mcf4OdM= Name: org/w3c/dom/css/DocumentCSS.class SHA1-Digest: C3x1jHlsSbmBLinohyiOxWRygSY= Name: org/w3c/dom/css/CSSRuleList.class SHA1-Digest: YMoi0DCMLWbucA73yJuqfT+ai3o= Name: org/xml/sax/Parser.class SHA1-Digest: ssTKJOtVJ/LexBEn85vrgCD3QWQ= Name: org/w3c/dom/stylesheets/MediaList.class SHA1-Digest: K3jOvAOYx41GMg/fh+OwlDCPp/k= Name: org/w3c/dom/html/HTMLFrameElement.class SHA1-Digest: xsDuEBCEBnne3VLJQm9cr3yXRV8= Name: org/xml/sax/AttributeList.class SHA1-Digest: a2M1RVsO4vV+ctKJRfPJpiX/F+M= Name: org/w3c/dom/html/HTMLParamElement.class SHA1-Digest: d0J+w+XI28vvFGhQ+5jp3axAp1U= Name: org/xml/sax/EntityResolver.class SHA1-Digest: LQSO47hLbIi3Jggm1y5sXa1ZMSI= Name: org/w3c/dom/css/CSSMediaRule.class SHA1-Digest: hDoxPfCjyY6MiBDWP5Wf9joVQak= Name: javax/xml/transform/dom/DOMLocator.class SHA1-Digest: rjETkOAayXMq/nhDs9h6LJBX5hE= Name: org/w3c/dom/html/HTMLLIElement.class SHA1-Digest: pn+cQrfYVlcb9xkbp1AciS+gZQY= Name: javax/xml/transform/FactoryFinder$ConfigurationError.class SHA1-Digest: GXt0eqNGOQ6ppl6ScwmsfbCcw20= Name: org/w3c/dom/NamedNodeMap.class SHA1-Digest: htXTccP+KaDDqa2VSDpLTuh0ME0= Name: javax/xml/parsers/DocumentBuilder.class SHA1-Digest: sDfyEg699JC0O4M8nY3TAiiKnLo= Name: org/w3c/dom/html/HTMLOptionElement.class SHA1-Digest: EMbgbzyHItCuur9Yir7NcG0N5Rk= Name: javax/xml/parsers/DocumentBuilderFactory.class SHA1-Digest: DgtFHq3MMJ9noQSXSG5xY4tTnK0= Name: license/README.txt SHA1-Digest: 1wmDEIYKu+VAmG+7klUSkDxGz1U= Name: org/w3c/dom/stylesheets/StyleSheet.class SHA1-Digest: OUiZQDmOTqgBIPlNvNLEGeEQfpY= Name: org/w3c/dom/DOMImplementation.class SHA1-Digest: XE4lngPg5SRTMXntsJjlkBjEmkI= Name: javax/xml/transform/stream/StreamSource.class SHA1-Digest: 3RNwgE5NkPJyoBsX7XZUHpMwlHQ= Name: org/w3c/dom/events/Event.class SHA1-Digest: klC0SGle+nIH+66KQGeXLYMHQn4= Name: org/w3c/dom/html/HTMLFontElement.class SHA1-Digest: 6W0N/qZ8VjE0aGVjxNhHkvMgDQU= Name: org/w3c/dom/traversal/TreeWalker.class SHA1-Digest: JG6vC2TtSre3dsiu1TubV/80eiY= Name: org/w3c/dom/NodeList.class SHA1-Digest: OS8BYJ3f8X8nBkukprmvVlZ28vI= Name: org/w3c/dom/html/HTMLMetaElement.class SHA1-Digest: BBdg0ymXLiGTEu2QYlbYpQExZDA= Name: org/w3c/dom/html/HTMLFieldSetElement.class SHA1-Digest: Y/oidK9xbUPSx1PUpvzSI6ul3m0= Name: javax/xml/transform/SourceLocator.class SHA1-Digest: 2Sse1qOEdcv+Bf7f2fpx8KSoNhY= Name: org/w3c/dom/events/MutationEvent.class SHA1-Digest: Z9KQd7DLWmo3M5T2H7umx41FxaM= Name: org/apache/xmlcommons/Version.class SHA1-Digest: MlJSUVCaeBTxU0qaZzIHMtZghDo= Name: org/w3c/dom/html/HTMLCollection.class SHA1-Digest: Au3bCGF6fY6zs7dxl//cqNmASfI= Name: org/w3c/dom/html/HTMLHtmlElement.class SHA1-Digest: Ofj+LJyuK4W4o24o04f3kueOUXk= Name: org/w3c/dom/css/ElementCSSInlineStyle.class SHA1-Digest: JM0R+lLx/m9u0+hAXJFztKsOazQ= Name: org/w3c/dom/traversal/DocumentTraversal.class SHA1-Digest: dgKA65dKiyTtt5ud+qaAxaYwUuc= Name: org/w3c/dom/html/HTMLAppletElement.class SHA1-Digest: EUe/Ayt9g+d/sVnei45TC0eVQ/0= Name: org/xml/sax/helpers/AttributeListImpl.class SHA1-Digest: dInC8R/0PaJxgItbYDqzETbhxDg= Name: org/w3c/dom/html/HTMLAnchorElement.class SHA1-Digest: SBce/rj3dkEnzui2D2zxt/0OtOE= Name: org/w3c/dom/css/CSSValueList.class SHA1-Digest: GhMX2Z0smbzyy5jkkHFFK13Bmcg= Name: org/w3c/dom/html/HTMLBaseElement.class SHA1-Digest: Z1WGxss2hikUF6e0Uep0aY6Z6xo= Name: org/w3c/dom/html/HTMLMapElement.class SHA1-Digest: 8KBbHATmxI3tI2Ac5s1oFbg0a5g= Name: org/w3c/dom/html/HTMLTableElement.class SHA1-Digest: ARSkEdvpw1Ce44ZCOef15JCB5Jw= Name: javax/xml/transform/TransformerConfigurationException.class SHA1-Digest: xcUH8tuPUDxFVpgXJvsjfqLtTPc= Name: org/w3c/dom/html/HTMLObjectElement.class SHA1-Digest: aNwWEiTcnu4IQmKq/knvYKcC5KM= Name: javax/xml/transform/ErrorListener.class SHA1-Digest: 5aBIBIdSDpJsyddtrfokXf3XuOs= Name: org/w3c/dom/views/DocumentView.class SHA1-Digest: l77EGiHN9G+vRoMIlXG4r5xVzR8= Name: javax/xml/transform/sax/SAXTransformerFactory.class SHA1-Digest: XhIQ/RceYaEeltY8gD+8Y4RiySg= Name: javax/xml/transform/TransformerFactory.class SHA1-Digest: rf4DrRcQBiNDatNmsFYzY5/vQkI= Name: org/w3c/dom/events/UIEvent.class SHA1-Digest: WSr82knyMyde3w2y3T/AMXZG7Jw= Name: javax/xml/transform/stream/StreamResult.class SHA1-Digest: YosdOCzFXw8dRcoCmbc1tk9WQN4= Name: org/xml/sax/ext/DeclHandler.class SHA1-Digest: H7qMoX1NV+QLyBpoFzUhLOVqv80= Name: javax/xml/parsers/ Specification-Title: Java API for XML Processing SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Implementation-Title: javax.xml.transform Specification-Version: 1.1 Specification-Vendor: Sun Microsystems Inc. Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Version: 1.1.2 Implementation-Vendor: Sun Microsystems Inc. Implementation-URL: http://java.sun.com/xml/jaxp.html Name: org/w3c/dom/events/EventException.class SHA1-Digest: nzvmNXu4F+/MBHws7wNKwqEYFLI= Name: org/w3c/dom/css/CSSPageRule.class SHA1-Digest: Gz6u4hrinzVdd3kJiwgmKPcnWwY= Name: javax/xml/parsers/SAXParserFactory.class SHA1-Digest: Qypzs6z1DT/j6R3fs+F/uz7th1Y= Name: license/README.sax.txt SHA1-Digest: yRIYqTRgFfnkEOhvqvkmR5KN1sI= Name: org/w3c/dom/traversal/NodeIterator.class SHA1-Digest: mjC3I7PFEbr9oMLxxAdnMg+niHU= Name: org/w3c/dom/css/DOMImplementationCSS.class SHA1-Digest: DunssZcz/NsB+4TGDzUhVNUabzk= Name: org/w3c/dom/css/CSSUnknownRule.class SHA1-Digest: XC3OsO9poqCeqrFVZVgddZvyVMI= Name: javax/xml/transform/URIResolver.class SHA1-Digest: qt16GzO9KtRRhI1AWwt8uxLi12g= Name: org/w3c/dom/html/HTMLUListElement.class SHA1-Digest: nEWCdf7a3Hpz5il5bwdf0xvSGLc= Name: org/xml/sax/XMLReader.class SHA1-Digest: dE51a5efoyb/0xaO5XAZhi4/hGs= Name: org/w3c/dom/html/HTMLLinkElement.class SHA1-Digest: zxe65RCotLfk6SqGD6dkTSAYypo= Name: org/w3c/dom/stylesheets/LinkStyle.class SHA1-Digest: D1clgyKT2sIoLPAMUlpG/v3ciNU= Name: org/w3c/dom/css/CSSRule.class SHA1-Digest: 3ren87sNiiuSxEPf/Xx5CJOxzIQ= Name: org/w3c/dom/Element.class SHA1-Digest: 7TF0QYYIRz5baVW5dwwocyoyPq0= Name: org/w3c/dom/html/HTMLImageElement.class SHA1-Digest: LbKXvkpevqjsQyv+14QVHwsS9oc= Name: org/w3c/dom/ Specification-Title: Document Object Model, Level 2 Core SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Implementation-Title: org.w3c.dom Specification-Version: 1.0 Specification-Vendor: World Wide Web Consortium Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Version: 1.0 Implementation-Vendor: World Wide Web Consortium Implementation-URL: http://www.w3c.org/DOM/ Name: org/w3c/dom/html/HTMLFormElement.class SHA1-Digest: 0fLw3xKE3bw2vUOJdqQdXhe6src= Name: org/w3c/dom/html/HTMLTableCellElement.class SHA1-Digest: S/CSifWwp9s/ZjAx2gf+gSqg+Io= Name: org/w3c/dom/html/HTMLLabelElement.class SHA1-Digest: mTIR5K5YNVXtojDC/wbhH15yrx4= Name: org/w3c/dom/html/HTMLTitleElement.class SHA1-Digest: XmVTgPb7K5lK4p520dzPKHb5K4Y= Name: org/w3c/dom/html/HTMLQuoteElement.class SHA1-Digest: Ty7LZJpFQyhXaahykw7oMG1kjJc= Name: org/w3c/dom/html/HTMLButtonElement.class SHA1-Digest: HVFZi8tx06zEh9lPhE2+uoGbqTc= Name: org/w3c/dom/html/HTMLStyleElement.class SHA1-Digest: n8257W7246Y96JGA1RAKfnpFGZQ= Name: javax/xml/transform/ Specification-Title: Java API for XML Processing SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Implementation-Title: javax.xml.transform Specification-Version: 1.1 Specification-Vendor: Sun Microsystems Inc. Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Version: 1.1.2 Implementation-Vendor: Sun Microsystems Inc. Implementation-URL: http://java.sun.com/xml/jaxp.html Name: org/w3c/dom/html/HTMLDivElement.class SHA1-Digest: /NZbgBETpK9OFdaOoIjGUfHSb7U= Name: javax/xml/transform/sax/SAXResult.class SHA1-Digest: 1imJYbMeYLJCfUIbk+rhukaLCA4= Name: org/xml/sax/ Specification-Title: Simple API for XML SHA1-Digest: 2jmj7l5rSw0yVb/vlWAYkK/YBwk= Implementation-Title: org.xml.sax Specification-Version: 2.0 Specification-Vendor: David Megginson Comment: xml-commons for http://xml.apache.org/ subproject's use Implementation-Version: 2.0 Implementation-Vendor: David Megginson Implementation-URL: http://www.megginson.com/SAX/index.html Name: org/w3c/dom/html/HTMLElement.class SHA1-Digest: 5U9We/BJgC2w9xkKq98px9ssKNo= Name: javax/xml/parsers/FactoryConfigurationError.class SHA1-Digest: QIkiZbnBGeE9jV55A1j4qmKMjwI= Name: javax/xml/transform/dom/DOMSource.class SHA1-Digest: GRfRfPMFu+UyFz0C532rCQIqcgM= Name: org/w3c/dom/views/AbstractView.class SHA1-Digest: Oo+JJUZcJTcOkNJQBoQQ+1OtoVI= Name: org/xml/sax/Attributes.class SHA1-Digest: peeKUQbmEjdqe9u+Gc1+vK/O2yg= Name: org/w3c/dom/css/Rect.class SHA1-Digest: 0m/wVDSI+mwvSkZY3xBUwY2lrCw= Name: org/w3c/dom/Attr.class SHA1-Digest: AJp5RTp/987M6UoIR4vVr61zgtM= Name: javax/xml/transform/Result.class SHA1-Digest: Qg2xyULbfPmJLk0ztHo/VeHXv1E= Name: org/xml/sax/helpers/ParserAdapter.class SHA1-Digest: lmnmCIVxxn0G5C2Y36gA1DOr+Lg= Name: org/w3c/dom/css/CSSFontFaceRule.class SHA1-Digest: el9Hb88A4AbOAsrthBfOchX0wYc= Name: org/w3c/dom/css/CSSStyleRule.class SHA1-Digest: WlzjWz5D2WJXcfkAWYMJK6u1dBY= Name: javax/xml/parsers/SAXParser.class SHA1-Digest: zHLQxWPuZhRI87U6rXMRX5bmgI8= Name: org/xml/sax/helpers/ParserFactory.class SHA1-Digest: yFy+Ug0yT34Zq2FJoVz1mGnbrSM= Name: org/xml/sax/InputSource.class SHA1-Digest: duMjskW17Kmlt+auVXNt8ukdaGk= Name: org/w3c/dom/html/HTMLHeadingElement.class SHA1-Digest: WOx62AWHZsctH/C16FnBE37QEQg= Name: javax/xml/transform/sax/TransformerHandler.class SHA1-Digest: 2jlIpYy73B2IlaP0JrJAE3/MGIQ= Name: org/w3c/dom/html/HTMLTableColElement.class SHA1-Digest: 7yh8TO8qahTHaTUgpWeir5ByTCs= Name: org/w3c/dom/html/HTMLOListElement.class SHA1-Digest: FQUP7+1qLyQnekDvfzO5Xai1GwA= Name: org/w3c/dom/css/CSSValue.class SHA1-Digest: 0fcZGw+hNdAg9bdSQGhOk6FMpcg= Name: javax/xml/parsers/FactoryFinder$ConfigurationError.class SHA1-Digest: qEGc80Xr9xmPb/7J+PE5kYnAOuw= Name: org/xml/sax/helpers/AttributesImpl.class SHA1-Digest: aCcexEiPjhVf1c9k1ttygvOOMAE= Name: org/w3c/dom/DocumentFragment.class SHA1-Digest: BP4Pm/vkgYy5YOSi/x2QeTnarbM= Name: javax/xml/transform/TransformerFactoryConfigurationError.class SHA1-Digest: 0/vjp50SXwPzEFX/4ChLNBc66DQ= Name: javax/xml/parsers/FactoryFinder.class SHA1-Digest: FTVHAPX4bYugh8zgDWv3Kdo4JqY= Name: org/w3c/dom/ranges/DocumentRange.class SHA1-Digest: DWX42Y2hdY2r61E+lrV/CSJmTTs= Name: javax/xml/transform/Templates.class SHA1-Digest: eBijc2+rwPBo3i+3pvR7KaOe9aI= Name: org/w3c/dom/html/HTMLSelectElement.class SHA1-Digest: bc962BZfuK+MpAJS12Ma7h3iDHw= Name: org/w3c/dom/EntityReference.class SHA1-Digest: iCxL/QoaLvE/J8g0TaHgOPYoPKM= Name: org/w3c/dom/html/HTMLLegendElement.class SHA1-Digest: q5N+cvMsQPF4+Y0uzOyuLoxAN18= Name: javax/xml/transform/OutputKeys.class SHA1-Digest: BvMqHBsvjqhPQg2drjOIGwwJhuY= Name: org/xml/sax/ErrorHandler.class SHA1-Digest: h9six0Sd/bs/XnKYpByevZ9yc30= Name: org/w3c/dom/DOMException.class SHA1-Digest: 8Ci4mAVnewrelOtfAoOwN3zGmSY= Name: org/xml/sax/ext/LexicalHandler.class SHA1-Digest: FX9/UV16I60TsP03ZF8aO8lEKZk= Name: org/xml/sax/helpers/NamespaceSupport$Context.class SHA1-Digest: ajav0A80GR4y/W4TmbXkJSgv2Kc= Name: org/w3c/dom/css/CSSStyleDeclaration.class SHA1-Digest: U/lONGWXXZkzHmsFX1n9o6cSBTY= Name: org/xml/sax/DTDHandler.class SHA1-Digest: hiwHnLYXhr5bkwFjm1TyrbbkBY8= Name: org/xml/sax/helpers/XMLReaderFactory.class SHA1-Digest: hENfaBxenKwy8JW5EZM/2Q0Qo/U= Name: license/README.dom.txt SHA1-Digest: Mr3DqqtHWMBZrO7Wg8YoHb0dAoc= Name: org/w3c/dom/html/HTMLFrameSetElement.class SHA1-Digest: IrqyIDQaUcPdkVsq0auQvX7UEXA= Name: javax/xml/transform/Source.class SHA1-Digest: gvj7RkgnoqJvQsrRRvnVMT7OrgE= Name: org/w3c/dom/ranges/RangeException.class SHA1-Digest: eafPv1sJh6/KpanuHyO9VnsdCUc= Name: org/xml/sax/SAXException.class SHA1-Digest: luWoTyklGzZRiC4FHGiEpFQsXSk= Name: org/xml/sax/helpers/XMLReaderAdapter$AttributesAdapter.class SHA1-Digest: iHzNpa+qO+KlbIfr1bLlpIL7/BI= Name: org/xml/sax/helpers/XMLFilterImpl.class SHA1-Digest: BOQSjgAPKhl2U+3Ei8n8rz4Sd2E= Name: org/w3c/dom/Entity.class SHA1-Digest: IZ/6vIJnEaZz2yeILBLtwLeVHW4= Name: org/w3c/dom/CDATASection.class SHA1-Digest: qiNpbqoVVW+j5ci+TeqU4t+aokg= Name: org/w3c/dom/html/HTMLBodyElement.class SHA1-Digest: +mOe/EpGB0xoye8XNDGNPseVWZ4= Name: org/xml/sax/SAXNotRecognizedException.class SHA1-Digest: ApZOKEwYsYia0cLBnBoZr6tIiMg= Name: javax/xml/transform/Transformer.class SHA1-Digest: fWUevrrhID2ykKedQgyK9YR09I4= Name: org/xml/sax/helpers/LocatorImpl.class SHA1-Digest: MNPd15nwCyoktCtqwKpLIVadJEw= Name: org/w3c/dom/css/CSSCharsetRule.class SHA1-Digest: Eu7SmD9NQBu7Vnn0hAvbpEmKSd0= Name: license/LICENSE.sax.txt SHA1-Digest: Y7nTnO2/F60S/m41D9uzvGIPNwo= Name: org/xml/sax/SAXParseException.class SHA1-Digest: bTlOLhYeMxsT1yAwOq56iBJNO3M= Name: org/xml/sax/HandlerBase.class SHA1-Digest: u9xdBPrMb1UpGiFmqvFhjhPnJQk= Name: org/w3c/dom/html/HTMLIsIndexElement.class SHA1-Digest: ygjA/gIkcMiHNj7iTRyiEbTn+9s= Name: org/w3c/dom/ProcessingInstruction.class SHA1-Digest: lugkW0mt+/ww1LsPN2ZQIGoFd8I= Name: org/w3c/dom/events/MouseEvent.class SHA1-Digest: CmBxYRZ1DfNyxdIi3hiwKyT5sIY= Name: org/w3c/dom/Comment.class SHA1-Digest: DspdodIVpMqC7zJDVWjsmuK5Zd4= Name: org/w3c/dom/html/HTMLDListElement.class SHA1-Digest: wCNfOv0EVvCSslxqDEPm6t7DX6g= Name: org/xml/sax/helpers/ParserAdapter$AttributeListAdapter.class SHA1-Digest: 4jniZvJ/VgFmhYSeeDFk1Z3oWCE= Name: org/w3c/dom/html/HTMLDocument.class SHA1-Digest: eCBiQ4h2e7GQNjtri4YC4RoNrPg= Name: org/w3c/dom/ranges/Range.class SHA1-Digest: T2+id88u+T7GS+pKHKmUB42BBxI= Name: license/LICENSE.dom-documentation.txt SHA1-Digest: EjUulqkb8wZnFFC7p9hf1grdYFg= Name: org/w3c/dom/html/HTMLHRElement.class SHA1-Digest: lqot5p8Pg0VtzPZLFPdjk3HOdSc= Name: org/w3c/dom/html/HTMLTableSectionElement.class SHA1-Digest: z/wLTscXehqz8S8+yw8+ksK6v64= Name: org/w3c/dom/html/HTMLTextAreaElement.class SHA1-Digest: IVzX6daxG6pDzUqSWP3zfs+Pd4s= Name: org/xml/sax/DocumentHandler.class SHA1-Digest: mZqYr+GS2EIvCOUGUR5CAHHlpHQ= Name: org/w3c/dom/DocumentType.class SHA1-Digest: oMir9ynwWxf1CXsdRqsOP1pdB3Y= Name: license/LICENSE.dom-software.txt SHA1-Digest: WROzeCNdAlAUz+8mwMfv+t1bKNM= Name: org/w3c/dom/html/HTMLOptGroupElement.class SHA1-Digest: kvQmH+/88CbA98mmgZMw6q9bsHY= Name: org/w3c/dom/html/HTMLAreaElement.class SHA1-Digest: Z2QiFBAHByOm4lbn0vs5exadDUs= Name: org/w3c/dom/Text.class SHA1-Digest: rLAcYJVH6OJdZyk43mXugcrZWbM= Name: org/w3c/dom/html/HTMLBRElement.class SHA1-Digest: EAs2II6gcz5fuBunNPF+U/xnoRE= Name: org/w3c/dom/Document.class SHA1-Digest: 0Luiv5/IQ6IclKkg1lfx03VdKjw= Name: org/w3c/dom/css/Counter.class SHA1-Digest: 9+AA+NFPKkCSVS/VYhII4d4lT2o= Name: org/xml/sax/ContentHandler.class SHA1-Digest: EwgjcMBgw6ZxlbFyMbrHEiEbZ3c= Name: javax/xml/transform/sax/SAXSource.class SHA1-Digest: tMDSENMrgLK2rI9qYIjNWHGwJRg= Name: org/xml/sax/SAXNotSupportedException.class SHA1-Digest: X+jnogAchPE4YIh8gbpVZ6uNmkI= Name: org/w3c/dom/stylesheets/StyleSheetList.class SHA1-Digest: T8wXyqqK7G1tOHir340ZxRQUacM= Name: org/xml/sax/XMLFilter.class SHA1-Digest: F1dRMLnA/tPG7yfMy8th8QW8s+M= Name: org/w3c/dom/html/HTMLHeadElement.class SHA1-Digest: 6wHenDSIo58WAPMtVTP0hGYdo8o= Name: org/w3c/dom/Notation.class SHA1-Digest: nYXy70i4UaZyZVswSvcRBxzMmi8= Name: org/w3c/dom/css/RGBColor.class SHA1-Digest: jxgng3ud+43NCxDWVFHoO1gU3SY= Name: org/w3c/dom/html/HTMLMenuElement.class SHA1-Digest: AYzE7RB29o5rZ9jjFYyDsVfpHxI= Name: org/w3c/dom/html/HTMLInputElement.class SHA1-Digest: NRL5t3WPwaBQTueKM4NCIHKBUHU= Name: org/w3c/dom/traversal/NodeFilter.class SHA1-Digest: yxHQOKu9yPwio+ffpt2a7vhwTGg= Name: javax/xml/parsers/ParserConfigurationException.class SHA1-Digest: FH+XxqAVxEWo/zNDM50LIxzhQCA= Name: javax/xml/transform/FactoryFinder.class SHA1-Digest: e9NhdJOrUA8QaZmqVd4eXC/wvMQ= Name: org/xml/sax/Locator.class SHA1-Digest: kSnnsSe2a7c08JRM0/2uKc8Wy/I=
Manifest-Version: 1.0 Created-By: 1.2.2 (Sun Microsystems Inc.) Name: javax/xml/transform/ Implementation-Vendor: Sun Microsystems Inc. Implementation-URL: http://java.sun.com/xml/jaxp.html Comment: xml-commons for http://xml.apache.org/ subproject's use Specification-Title: Java API for XML Processing Specification-Version: 1.1 Implementation-Title: javax.xml.transform Specification-Vendor: Sun Microsystems Inc. Implementation-Version: 1.1.2 Name: org/w3c/dom/ Implementation-Vendor: World Wide Web Consortium Implementation-URL: http://www.w3c.org/DOM/ Comment: xml-commons for http://xml.apache.org/ subproject's use Specification-Title: Document Object Model, Level 2 Core Specification-Version: 1.0 Implementation-Title: org.w3c.dom Specification-Vendor: World Wide Web Consortium Implementation-Version: 1.0 Name: org/apache/xmlcommons/Version Implementation-Vendor: Apache Software Foundation Implementation-URL: http://xml.apache.org/commons/ Comment: XmlCommons for http://xml.apache.org/ subproject's use Implementation-Title: org.apache.xmlcommons.Version Implementation-Version: 1.0.b2 Name: javax/xml/parsers/ Implementation-Vendor: Sun Microsystems Inc. Implementation-URL: http://java.sun.com/xml/jaxp.html Comment: xml-commons for http://xml.apache.org/ subproject's use Specification-Title: Java API for XML Processing Specification-Version: 1.1 Implementation-Title: javax.xml.transform Specification-Vendor: Sun Microsystems Inc. Implementation-Version: 1.1.2 Name: org/xml/sax/ Implementation-Vendor: David Megginson Implementation-URL: http://www.megginson.com/SAX/index.html Comment: xml-commons for http://xml.apache.org/ subproject's use Specification-Title: Simple API for XML Specification-Version: 2.0 Implementation-Title: org.xml.sax Specification-Vendor: David Megginson Implementation-Version: 2.0
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>