The GitHub Actions job "Java CI with Ant" on poi.git/trunk has failed.
Run started by GitHub user pjfanning (triggered by pjfanning).

Head commit for run:
9935676696aac1bd8863f2bb04252f91b414bc9c / Burak Kalaycı 
<[email protected]>
Fix getRelationshipPartName for percent-encoded part names (#1265)

* Fix getRelationshipPartName for percent-encoded part names

URI.getPath() decodes %20 to a space, so createPartName later throws
and the method returns null. Keep the raw path when building the
relationship part name.

Fixes #1264

* Keep percent-encoding when inverting relationship part URIs

getSourcePartUriFromRelationshipPartUri now uses getRawPath, matching
getRelationshipPartName, so save/remove still work for names like %20.

Report URL: https://github.com/apache/poi/actions/runs/34766937945

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to