Skip to content
New issue

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

Fixing URL generation from file path. #287

Merged
merged 1 commit into from
Jul 11, 2016
Merged

Commits on Jul 1, 2016

  1. Fixing URL generation from file path.

    Appending 'file:/' at the start of a file path work only under windows, where paths start with the drive letter (-> file:/c:/...).
    On Unix, paths start with /, resulting in a URL like file://var/lib/... - this is then interpreted as a file on the host 'var', in directory 'lib/...'
    
    This fix utilizes Java to source the URL for a file, instead of crafting it manually.
    Tamás Földesi committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    81525ec View commit details
    Browse the repository at this point in the history