FileLocation throwing if the path contains #

Issue #788 new
Mihai Nita created an issue

Try this:

final static FileLocation root = FileLocation.fromClass(IntegrationtestUtils.class);
root.in("/xml/Issue#591/").asFile(); // Throws

This works:

root.in("/xml/Issue%23591/").asFile(); // Succeeds

Comments (1)

  1. Log in to comment