• Matthew Holt's avatar
    caddyfile: Use full, absolute file path in token structs (fixes #1892) · e60400a9
    Matthew Holt authored
    When two Caddyfiles with the same name, but different paths, are
    imported, it can cause a weird bug because isNewLine() returned false
    when it should return true, since the files are actually different,
    but it couldn't know that because only the base name was stored,
    not the whole path.
    e60400a9
parse.go 10.8 KB