• v0.2.1-rc3 afc5cf0dfc

    xavi released this 2024-02-20 08:18:11 +01:00 | 5 commits to master since this release

    Otherwise:

    • slcl would accept /public/ (i.e., without a file name) as a valid
      resource. This would incorrectly map the public/ directory on the
      database, making slcl to return -1 because public/ is not a regular
      file.

    • slcl would accept directory names (e.g.: /public/dir/), which is never
      expected since slcl stores all public files into a single directory.

    Downloads