Merge pull request #3430 from airween/v3/confvaluepathfix

fix: add Windows specific characters to config value syntax
This commit is contained in:
Ervin Hegedus 2025-08-03 11:06:00 +03:00 committed by GitHub
commit 0ac551b070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3753 additions and 3677 deletions

File diff suppressed because it is too large Load Diff

View File

@ -405,7 +405,7 @@ CONFIG_VALUE_ONLYARGS (?i:OnlyArgs)
CONFIG_VALUE_OFF (?i:Off)
CONFIG_VALUE_ON (?i:On)
CONFIG_VALUE_PARALLEL (?i:Parallel|Concurrent)
CONFIG_VALUE_PATH [0-9A-Za-z_\/\.\-\*\:]+
CONFIG_VALUE_PATH (?i:[0-9a-z_/.*: \\()-]+)
CONFIG_VALUE_PROCESS_PARTIAL (?i:ProcessPartial)
CONFIG_VALUE_REJECT (?i:Reject)
CONFIG_VALUE_RELEVANT_ONLY (?i:RelevantOnly)

View File

@ -212,7 +212,7 @@
]
},
"expected": {
"audit_log": "{\"transaction\":{\"client_ip\":\"200.249.12.31\",\"time_stamp\":\"\\S{3} \\S{3} \\d{2} \\d{2}:\\d{2}:\\d{2} \\d{4}\"",
"audit_log": "{\"transaction\":{\"client_ip\":\"200.249.12.31\",\"time_stamp\":\"\\S{3} \\S{3} [ \\d]\\d \\d{2}:\\d{2}:\\d{2} \\d{4}\"",
"debug_log": "",
"error_log": "",
"http_code": 403