The GitHub Actions job "Java CI with Maven" on stormcrawler.git/1597 has 
succeeded.
Run started by GitHub user rzo1 (triggered by rzo1).

Head commit for run:
a21a09186a9cbd9ad47afe76fd157209f597c44f / Richard Zowalla <[email protected]>
#1598 - URL -> URI

  1. URLUtil.toURL(String) utility method

  - Added URLUtil.toURL(String) that wraps new URI(url).toURL() and converts 
URISyntaxException into MalformedURLException —
  callers no longer need to handle two exception types
  - Fixed getHostSegments(String) to use toURL() and removed URISyntaxException 
from its signature

  2. Pre-sanitization in BasicURLNormalizer.sanitizeForURI()

  - Encodes common illegal URI characters before parsing: | → %7C, \ → %5C, 
space → %20, { → %7B, } → %7D
  - Converts non-standard %uXXXX percent encoding to proper UTF-8 percent 
encoding (e.g., %u011f → %C4%9F)
  - Applied at the start of filter() so all subsequent URI parsing succeeds

Report URL: https://github.com/apache/stormcrawler/actions/runs/23359777480

With regards,
GitHub Actions via GitBox

Reply via email to