You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by HansBrende <gi...@git.apache.org> on 2018/08/02 18:12:28 UTC

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

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 <fi...@...>
Date:   2018-08-01T21:06:55Z

    ANY23-380 disallow duplicate attribute keys

commit 159aeb489473f600213142a746d39a49e3d3548b
Author: Hans <fi...@...>
Date:   2018-08-02T17:46:44Z

    cleaned up annoying logging/console output

commit 0291f588d04859053ef4eb8845686bad824b4461
Author: Hans <fi...@...>
Date:   2018-08-02T18:01:19Z

    added license and javadoc

----


---

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

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---