--- parser3/ChangeLog 2022/09/26 02:05:11 1.178 +++ parser3/ChangeLog 2023/08/07 02:05:12 1.180 @@ -1,3 +1,20 @@ +2023-08-02 moko + + * tests/: results/417.processed, 417.html: test for empty string + match after last char added (related to bug #1224) + + * src/main/pa_string.C: avoid prestart++ after last char on zero + length match (related to bug #1224) + +2022-11-22 moko + + * tests/: 419.html, results/419.processed: test for L_URI and path + removeal from filename added (related to bug #1204) + + * src/main/pa_request.C: bugfix: pa_filename was lost in 1.394 + commit (related to bug #1204), L_HTTP_HEADER is incorrect for + attribute value, L_URI should be used + 2022-09-21 moko * src/targets/cgi/parser3.C: more clear error messages