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

fix: Read windows path error #514

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 14, 2020

  1. fix windows path error

    this issue is happened on windows 10 system,it may cased by incorrect string parse with url.Parse() method .that split string with ' : ',and make it wrong . The error message is as follows:
    
    time="2020-01-08T15:43:39+08:00" level=error msg="Unable to update access rules from given location, changes will be ignored. Check the configuration or restart the service if the issue persists." error="parse file://\F:\aweso
    meProject\bin\resource-server.json: invalid port ":\\awesomeProject\\bin\\resource-server.json" after host" file="file:///F:/awesomeProject/bin/resource-server.json"
    alexanyang authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    b9b104a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update fetcher_default.go

    just delete pieces of code
    alexanyang authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    6d5298f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    c8f5187 View commit details
    Browse the repository at this point in the history