mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-05-06 22:12:23 +08:00
The structured access logs were showing an empty method field for PROPFIND requests because the parser only recognized standard HTTP methods. Changes: - Add WebDAV methods (RFC 4918) to ValidHTTPMethods in parser/types.go: PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK - Update the validMethods check in indexer/parallel_indexer_optimized.go - Add test cases for WebDAV methods in parser_test.go Fixes: PROPFIND method not showing in structured access logs Co-authored-by: Jacky <me@jackyu.cn>