Differences From Artifact [6dca66fb8a]:
- File src/main.c — part of check-in [dc21949fa3] at 2025-03-12 19:37:48 on branch trunk — When searching for a repository to open based on the request URI, do not mistake directories whose names end with ".fossil" as repositories. This resolves the issue mentioned in [forum:/forumpost/3724e6175b7f6163|forum post 3724e6175b]. (user: drh size: 134745) [more...]
To Artifact [e30bfa19f2]:
- File src/main.c — part of check-in [2269ac697f] at 2025-03-17 13:16:58 on branch trunk — Write failed attempts to POST from a different origin into the error log. Add a new category to the error log filter for such messages. (user: drh size: 134746)
| ︙ | |||
2159 2160 2161 2162 2163 2164 2165 | 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 | - + |
json_bootstrap_late();
jsonOnce = 1;
}
}
#endif
if( (pCmd->eCmdFlags & CMDFLAG_RAWCONTENT)==0 ){
cgi_decode_post_parameters();
|
| ︙ |