You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Ben Roberts (JIRA)" <ji...@apache.org> on 2018/01/17 16:11:00 UTC

[jira] [Updated] (ANY23-326) parsing unclosed meta and input tags fails

     [ https://issues.apache.org/jira/browse/ANY23-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ben Roberts updated ANY23-326:
------------------------------
    Description: 
parsing fails as soon as it hits an unclosed input or meta tag, as an example try
 ./bin/any23 rover https://ben.thatmustbe.me/note/2017/12/28/1

[Fatal Error] :170:3: The element type "input" must be terminated by the matching end-tag "</input>".

 

It seems like the issue might be that this is using a very old version of jsoup.  at least as best I could tell.

  was:
parsing fails as soon as it hits an unclosed input or meta tag, as an example try
./bin/any23 rover [https://ben.thatmustbe.me/note/2017/12/28/1

][Fatal Error] :170:3: The element type "input" must be terminated by the matching end-tag "</input>".

 

It seems like the issue might be that this is using a very old version of jsoup.  at least as best I could tell.


> parsing unclosed meta and input tags fails
> ------------------------------------------
>
>                 Key: ANY23-326
>                 URL: https://issues.apache.org/jira/browse/ANY23-326
>             Project: Apache Any23
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.1
>         Environment: ubuntu 17.04
>            Reporter: Ben Roberts
>            Priority: Major
>
> parsing fails as soon as it hits an unclosed input or meta tag, as an example try
>  ./bin/any23 rover https://ben.thatmustbe.me/note/2017/12/28/1
> [Fatal Error] :170:3: The element type "input" must be terminated by the matching end-tag "</input>".
>  
> It seems like the issue might be that this is using a very old version of jsoup.  at least as best I could tell.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)