We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResourceAsInput must support both absolute (with leading slash) and relative (without the slash) paths.
ResourceAsInput
https://stackoverflow.com/a/16571137/187141
The text was updated successfully, but these errors were encountered:
#130: reproduced
0809540
It seems that it's not a bug. We must transparently pass the name of the resource to the class loader. What happens next, is out of our control.
Sorry, something went wrong.
#130: fix
178d4fa
Merge remote-tracking branch 'upstream/master' into padded-text-start
f704c27
* upstream/master: yegor256#134: UrlAsInput accepts URI and String yegor256#132: InputAsLSInput yegor256#130: fix yegor256#130: reproduced yegor256#128: more ctors yegor256#126: UncheckedText with callback yegor256#126: UncheckedIOException yegor256#126: optimized yegor256#126: UncheckedBytes with fallback
No branches or pull requests
ResourceAsInput
must support both absolute (with leading slash) and relative (without the slash) paths.https://stackoverflow.com/a/16571137/187141
The text was updated successfully, but these errors were encountered: