--- parser3/etc/auto.p.in 2024/11/04 04:06:05 1.14 +++ parser3/etc/auto.p.in 2025/08/16 14:34:25 1.19 @@ -1,4 +1,4 @@ -#$Id: auto.p.in,v 1.14 2024/11/04 04:06:05 moko Exp $ +#$Id: auto.p.in,v 1.19 2025/08/16 14:34:25 moko Exp $ @auto[] #source/client charsets @@ -99,7 +99,7 @@ $LIMITS[ $.post_max_size(64*0x400*0x400) # $.max_file_size(512*0x400*0x400) # $.max_loop(100000) -# $.max_array(1000000) +# $.max_array_size(1000000) # $.max_recursion(1000) ] @@ -168,7 +168,7 @@ $result(def $env:REMOTE_ADDR && ^env:REM }{ ^if($exception.type eq "file.missing"){ # $response:location[/404/] - $response:status(404) + ^httpd:404[] }{ ^unhandled_exception_release[$exception;$stack] } @@ -242,8 +242,7 @@ $cfg[^config[ $response:server[Parser$env:PARSER_VERSION] $response:date[^date::now[]] $response:connection[close] -$uri[^request:uri.match[\?.*][]{}] -$uri[^string:unescape[uri;$uri; $.charset[UTF-8] ]] +$uri[$request:path] ^if(def $cfg.log){ ^log[$cfg.log]