Github user dudaerich commented on the issue:
https://github.com/apache/activemq-artemis/pull/845
Hi @clebertsuconic
my intention here was to fix tests which fail in our CI. The path to
project directory contains '&' characters. Example of path:
```
.../jdk/java18_default/label/RHEL6&&x86_64/...
```
I didn't realize that this could cause problems at more places in the code.
Using URI to open a file is much better solution than decoding the URL :).
Thanks for the proper fix, it looks good. I executed the tests with your fix
and they passed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---