working commit

This commit is contained in:
2026-02-20 00:13:41 +02:00
parent e06ea41fbb
commit be8c6635d2
2 changed files with 47 additions and 18 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func pathCompiler(path string) (string, error) {
}
const (
defaultRegexp = `[a-zA-Z0-9_\.][/\-\.,a-zA-Z0-9_%=*\[\]:~]+`
defaultRegexp = `[a-zA-Z0-9_\.*][/\-\.,a-zA-Z0-9_%=*\[\]:~\$]+`
)
func convertRegexp(src []byte) []byte {