[Bug 283748] [PATCH] www/nginx: nginx-dav-ext-module: Fix handling for hidden files and folders

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Dec 2024 19:25:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283748

            Bug ID: 283748
           Summary: [PATCH] www/nginx: nginx-dav-ext-module: Fix handling
                    for hidden files and folders
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: decke@FreeBSD.org
             Flags: maintainer-feedback?(joneum@FreeBSD.org)
          Assignee: joneum@FreeBSD.org

Created attachment 256297
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=256297&action=edit
nginx-dav-ext PR#62

Currently hidden files and folders are badly broken in the dav-ext module which
I noticed when I tried to use nginx as a WebDAV backend for SeedVault (android
backup). SeedVault seems to create a hidden folder where it tries to place some
metadata information and that fails.

Lucky me there is already a proper fix for this in PR#62 of the upstream
repository and I confirmed that it works properly for me and SeedVault backups
work properly with it. \o/

https://github.com/arut/nginx-dav-ext-module/pull/62

At least AlpineLinux is also using this fix in their nginx port since 2021 (and
still is).

-- 
You are receiving this mail because:
You are the assignee for the bug.