Files
nginx-ui/internal
Cursor Agent 36ef12843e fix: add WebDAV methods (PROPFIND, PROPPATCH, MKCOL, etc.) to ValidHTTPMethods
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>
2026-02-06 15:22:12 +00:00
..
2025-12-07 11:41:27 +08:00
2025-12-08 17:45:30 +08:00
2025-11-07 18:23:23 +08:00