[GitHub] any23 pull request #110: ANY23-380 disallow duplicate attribute keys

2018-08-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/any23/pull/110


---


[GitHub] any23 pull request #110: ANY23-380 disallow duplicate attribute keys

2018-08-02 Thread HansBrende
GitHub user HansBrende opened a pull request:

https://github.com/apache/any23/pull/110

ANY23-380 disallow duplicate attribute keys

I disallowed duplicate attribute keys in html to avoid 
`org.xml.sax.SAXParseException`s.

Along the way, I also cleaned up some annoying or unnecessary 
logging/console output produced by our massive suite of test cases.

Also cleaned up some javadoc/miscellaneous items.

mvn clean test -> all tests passed

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/HansBrende/any23 ANY23-380

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/any23/pull/110.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #110


commit 4e3011a4d80545f04563f427687f4fa74e17103f
Author: Hans 
Date:   2018-08-01T21:06:55Z

ANY23-380 disallow duplicate attribute keys

commit 159aeb489473f600213142a746d39a49e3d3548b
Author: Hans 
Date:   2018-08-02T17:46:44Z

cleaned up annoying logging/console output

commit 0291f588d04859053ef4eb8845686bad824b4461
Author: Hans 
Date:   2018-08-02T18:01:19Z

added license and javadoc




---