panthony commented on issue #139: ANY23-441 Upgrade JSoup version from 1.11.3 
to 1.12.1
URL: https://github.com/apache/any23/pull/139#issuecomment-526041898
 
 
   @HansBrend Although I do reproduce the UnecheckedIOException with your test 
case, I do not have the issue with my original reproduction case:
   
   ```java
           byte[] data = readFully(new 
URL("https://www.streetpadel.com/overgrip-head-pro-grip-dz-negro-p-17233.html";));
           String string = new String(data, StandardCharsets.ISO_8859_1);
           org.jsoup.parser.Parser.parseFragment(string, null, "", 
ParseErrorList.tracking(1));
       }
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to