[go: up one dir, main page]

Activity for CyberNeko HTML Parser

  • RBRi RBRi modified a comment on ticket #119

    tested with the latest version of https://github.com/HtmlUnit/htmlunit-neko works fine as far as i can see

  • RBRi RBRi posted a comment on ticket #119

    tested with the latest version of https://github.com/HtmlUnit/htmlunit-neko works fine as far as i can see - will close this

  • RBRi RBRi posted a comment on ticket #113

    Please check out https://github.com/HtmlUnit/htmlunit-neko, this is fixed there.

  • RBRi RBRi posted a comment on ticket #130

    should be fixed in https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #131

    fixed in https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #160

    Fixed in https://github.com/HtmlUnit/htmlunit-neko There was a problem with the reset implementation that leads to this when the form is not closed in the parsed html code

  • RBRi RBRi posted a comment on ticket #157

    fixed in https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #158

    this is fixed in https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #162

    should be fixed (and tested) in https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #164

    Mitigate in https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #159

    This is implemented for https://github.com/HtmlUnit/htmlunit-neko

  • RBRi RBRi posted a comment on ticket #115

    see https://github.com/HtmlUnit/htmlunit-neko/issues/146 Will be fixed in htmlunit-neko 4.12

  • RBRi RBRi posted a comment on ticket #95

    Please check out https://github.com/HtmlUnit/htmlunit-neko - htmlunit-neko no longer depends on Xerces

  • RBRi RBRi posted a comment on ticket #90

    Please check out https://github.com/HtmlUnit/htmlunit-neko, this is fixed there. see org.htmlunit.cyberneko.HTMLTagBalancer.reset(XMLComponentManager)

  • RBRi RBRi posted a comment on ticket #89

    Please have a look at https://github.com/HtmlUnit/htmlunit-neko, the bug should be fixed there

  • RBRi RBRi posted a comment on ticket #72

    please check out https://github.com/HtmlUnit/htmlunit-neko All the feature names there are available as public vars

  • RBRi RBRi posted a comment on ticket #21

    https://github.com/HtmlUnit/htmlunit-neko is a far more advanced version of this parser. But also in the latest versions of this project is a feature named 'http://cyberneko.org/html/features/parse-noscript-content' that can be used to switch on the behavior you expect.

  • Sourabh Sarvotham Parkala Sourabh Sarvotham Parkala created ticket #25

    CVE-2022-24839 in NekoHtml

  • Marc Guillemot Marc Guillemot posted a comment on ticket #167

    NekoHtml Parser is deeply asleep. Perhaps can this fork help you: https://github.com/HtmlUnit/htmlunit-neko

  • Priya Kumari Priya Kumari created ticket #167

    Nekohtml update is breaking html based UI

  • John Shahid John Shahid created ticket #24

    Report errors when a tag isn't closed properly

  • Dave Wichers Dave Wichers posted a comment on ticket #166

    For others reading this thread, the latest available version of Neko is currently (1.9.22): https://search.maven.org/artifact/net.sourceforge.nekohtml/nekohtml/1.9.22/jar - The 1.9.6.x version Sonicle refers to above is at an older set of artifact coordinates: https://search.maven.org/artifact/nekohtml/nekohtml/1.9.6.2/jar - If you are using that old version, you should switch to: net.sourceforge.nekohtml:nekohtml:1.9.22 or greater.

  • Sonicle Srl Sonicle Srl posted a comment on ticket #166

    Yes thanks, moving to the html unit neko solved the problem automagically!

  • Marc Guillemot Marc Guillemot posted a comment on ticket #166

    I would recommend to use the latest available version (1.9.21). You can give a try to HtmlUnit's fork of Neko as well, perhas does it already contain a fix for your issue: https://github.com/HtmlUnit/htmlunit-neko

  • Sonicle Srl Sonicle Srl posted a comment on ticket #166

    Actually I did not try latest 1.9.9 but only 1.9.6.x , as it it is the highest version available on maven repos. Why isn't 1.9.9 available?

  • Marc Guillemot Marc Guillemot posted a comment on ticket #166

    If you provide a patch fixing the problem, it can be quickly applied.

  • Sonicle Srl Sonicle Srl created ticket #166

    balance tags and svg tags breaks html flux

  • Marc Guillemot Marc Guillemot posted a comment on ticket #165

    Can you provide some code (at best a unit test) for what your are looking for?

  • Sonicle Srl Sonicle Srl created ticket #165

    receive html entities as is

  • RBRi RBRi modified a comment on ticket #126

    Have applied this fixes to the HtmlUnit fork.

  • RBRi RBRi modified a comment on ticket #23

    Have applied this fixes to the HtmlUnit fork.

  • RBRi RBRi modified a comment on ticket #18

    Have applied this fixes to the HtmlUnit fork.

  • RBRi RBRi modified a comment on ticket #18

  • RBRi RBRi posted a comment on ticket #126

    patch applied; thanks

  • RBRi RBRi posted a comment on ticket #23

    Fixed, thanks for the patch.

  • RBRi RBRi posted a comment on ticket #18

    have added most of these error handlers.

  • RBRi RBRi posted a comment on ticket #135

    Seems to be fixed inbetween; test case added.

  • Danor Cohen Danor Cohen created ticket #164

    CyberNeko seems to be vulnerable to XXE attack.

  • Marc Guillemot Marc Guillemot modified ticket #163

    Dependency on vulnerable library, http-client 3.1, CVE-2015-5262 CVE-2014-3577 CVE-2012-6153

  • Marc Guillemot Marc Guillemot posted a comment on ticket #163

    NekoHTML has no dependency on HttpClient

  • Matt Seil Matt Seil created ticket #163

    Dependency on vulnerable library, http-client 3.1, CVE-2015-5262 CVE-2014-3577 CVE-2012-6153

  • Daniel Fernandez Daniel Fernandez created ticket #162

    Possible bad cleanup of parser after unbalanced "form" tags

  • Fabian Poe Fabian Poe created ticket #161

    Missing attribute name error thrown for all self closing tags

  • Ronny AERTS Ronny AERTS created ticket #7

    why are META tags not closed

  • Radek Burget Radek Burget posted a comment on ticket #23

    A testing example. According to the current HTML working draft, the MENU should be...

  • Radek Burget Radek Burget created ticket #23

    The MENU element should be listed among the parents of LI.

  • Nic Cottrell Nic Cottrell created ticket #160

    DOMFragmentParser sometimes ignores <form> tag during parse

  • Ahmed Ashour Ahmed Ashour created ticket #22

    Be able to configure HTMLElements

  • miyabet miyabet posted a comment on ticket #158

    This is a bug fix and test case.

  • miyabet miyabet posted a comment on ticket #159

    This is a testcase.

  • Marc Guillemot Marc Guillemot committed [r349]

    release 1.9.22

  • Marc Guillemot Marc Guillemot committed [r348]

    preparing release 1.9.22

  • Marc Guillemot Marc Guillemot modified ticket #158

    Data may be lost in middle of script tag

  • Marc Guillemot Marc Guillemot posted a comment on ticket #158

    Test case?

  • Marc Guillemot Marc Guillemot posted a comment on ticket #159

    Example? Or better: testcase?

  • Marc Guillemot Marc Guillemot modified ticket #16

    Elements which closes P

  • Marc Guillemot Marc Guillemot modified ticket #20

    meta charset can cause UnsupportedOperationException

  • Marc Guillemot Marc Guillemot posted a comment on ticket #20

    Patch applied. Many thanks and sorry for the delay.

  • Marc Guillemot Marc Guillemot committed [r347]

    improved detection of compatible encodings from...

  • Marc Guillemot Marc Guillemot posted a comment on ticket #21

    Patch applied. Many thanks.

  • Marc Guillemot Marc Guillemot modified ticket #21

    A shouldn't be inline

  • Marc Guillemot Marc Guillemot committed [r346]

    Element A shouldn't be inline (patch from Ahmed...

  • miyabet miyabet created ticket #159

    '*' in tags should be allowed .

  • miyabet miyabet created ticket #158

    Data may be lost in middle of script tag

  • Ahmed Ashour Ahmed Ashour posted a comment on ticket #21

    Please discard the previous patch, here is another one with fixing all needed elements...

  • Ahmed Ashour Ahmed Ashour posted a comment on ticket #21

    It could also be Element.CONTAINER, and actually I don't know the difference between...

  • Ahmed Ashour Ahmed Ashour created ticket #21

    A shouldn't be inline

  • Sergey Zhemzhitsky Sergey Zhemzhitsky created ticket #157

    IllegalArgumentException when parsing content with "a" tags which contain fragment just after that "&" parameter separator

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure --> Purifier filter corrupts...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    Input file

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

  • Anonymous modified a comment on ticket #136

    summary: Purifier filter corrupts document structure (with a fix) --> Purifier filter...

1 >