Xavier Roche
cd3051ca1a
url_savename never clamps the final path segment, only the whole path ( #861 )
...
* url_savename never clamps the final path segment, only the whole path
Inside url_savename's over-ceiling shortening, every directory segment is cut
to MAX_SEG_LEN but the name itself is copied under the whole-path budget alone.
A single component could therefore run to ~226 characters on Windows while its
parent directories were held to 48, and once the directories had eaten the
budget the cut landed mid-name and took the extension with it, leaving a page
saved with no .html at all.
Clamp the name like any other segment, and reserve a plain extension across the
cut the way #623 already reserves the ".delayed" marker.
75_engine-longpath-posix's Windows branch asserted the clamp all along; it had
never run until #847 broadened the CI glob, so this also drops the expected_skip
that filed the failure as #852 .
Closes #852
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
Signed-off-by: Xavier Roche <roche@httrack.com >
* Fix 01_engine-savename's Windows expectation for the clamped name
The Windows arm pinned the pre-fix output: 210 characters of name and no
extension at all. It now takes the 48-char segment clamp with its ".html"
intact.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com >
Signed-off-by: Xavier Roche <roche@httrack.com >
---------
Signed-off-by: Xavier Roche <roche@httrack.com >
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com >
2026-07-27 22:47:41 +00:00
..
2026-07-01 22:26:16 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-08 21:02:27 +02:00
2026-07-27 16:21:40 +02:00
2026-07-14 20:03:40 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-06-26 08:05:59 +02:00
2026-06-26 08:05:59 +02:00
2026-07-11 20:04:47 +02:00
2026-07-27 15:49:00 +02:00
2026-06-26 08:05:59 +02:00
2026-07-17 06:43:47 +02:00
2026-07-27 13:24:23 +02:00
2026-06-28 15:29:03 +02:00
2026-07-27 15:49:00 +02:00
2026-07-17 09:19:52 +02:00
2026-07-27 13:24:23 +02:00
2026-07-14 19:49:39 +02:00
2026-07-07 20:09:25 +02:00
2026-07-27 15:49:00 +02:00
2026-07-22 18:15:12 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 16:21:40 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-08 08:53:57 +02:00
2026-07-12 12:59:05 +02:00
2026-07-07 18:14:16 +02:00
2026-07-14 20:03:40 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 18:34:21 +00:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-06-26 08:05:59 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-06-28 11:34:56 +02:00
2026-07-17 06:37:58 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-06-26 08:05:59 +02:00
2026-07-27 16:51:19 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 22:47:41 +00:00
2026-07-27 15:49:00 +02:00
2026-06-26 08:05:59 +02:00
2026-07-14 14:29:12 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-26 11:31:45 +02:00
2026-07-27 13:24:23 +02:00
2026-07-26 09:11:12 +02:00
2026-07-27 16:21:40 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 15:49:00 +02:00
2026-07-13 20:20:02 +02:00
2026-07-27 15:49:00 +02:00
2026-07-18 08:05:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 07:59:59 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-10 21:06:28 +02:00
2026-07-27 13:24:23 +02:00
2026-06-20 16:35:13 +02:00
2026-06-20 16:35:13 +02:00
2026-07-04 10:05:41 +02:00
2026-06-20 18:12:01 +02:00
2026-06-21 10:20:08 +02:00
2026-07-04 10:05:41 +02:00
2026-07-27 13:24:23 +02:00
2026-07-15 07:41:41 +02:00
2026-06-24 22:35:55 +02:00
2026-07-05 15:15:07 +02:00
2026-07-27 15:26:04 +02:00
2026-07-27 13:24:23 +02:00
2026-06-26 20:10:37 +02:00
2026-06-27 20:26:28 +02:00
2026-06-27 22:57:05 +02:00
2026-07-15 07:41:41 +02:00
2026-06-28 13:52:21 +02:00
2026-07-01 22:26:16 +02:00
2026-07-03 19:42:32 +02:00
2026-07-05 15:15:07 +02:00
2026-07-05 18:10:55 +02:00
2026-07-04 15:23:25 +02:00
2026-07-12 12:24:42 +02:00
2026-07-27 11:10:17 +02:00
2026-07-05 10:52:53 +02:00
2026-07-05 18:10:55 +02:00
2026-07-27 13:24:23 +02:00
2026-07-10 21:06:28 +02:00
2026-07-11 09:17:13 +02:00
2026-07-27 08:58:20 +02:00
2026-07-11 14:49:01 +02:00
2026-07-11 17:17:30 +02:00
2026-07-15 07:41:41 +02:00
2026-07-15 07:41:41 +02:00
2026-07-15 07:41:41 +02:00
2026-07-12 09:44:40 +02:00
2026-07-14 08:26:20 +02:00
2026-07-14 13:10:28 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-15 17:26:30 +02:00
2026-07-15 21:58:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-17 18:57:03 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-22 09:30:41 +02:00
2026-07-22 09:26:54 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 10:24:06 +02:00
2026-07-23 03:35:53 +02:00
2026-07-27 10:24:06 +02:00
2026-07-27 22:47:41 +00:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 18:27:02 +00:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 07:59:59 +02:00
2026-07-27 10:03:31 +02:00
2026-07-27 10:24:06 +02:00
2026-07-27 10:24:06 +02:00
2026-07-27 11:31:47 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 23:44:15 +02:00
2026-07-27 15:49:00 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 13:24:23 +02:00
2026-07-27 19:50:29 +02:00
2026-07-27 23:44:15 +02:00
2026-07-27 23:44:15 +02:00
2026-07-27 16:43:43 +02:00
2026-07-27 15:21:50 +02:00
2026-07-27 19:49:06 +02:00
2026-07-27 18:36:53 +00:00
2026-07-27 17:18:44 +02:00
2026-07-27 18:09:31 +00:00
2026-07-27 18:20:23 +02:00
2026-07-27 18:27:02 +00:00
2026-07-27 18:51:25 +00:00
2026-07-27 19:52:26 +00:00
2026-07-27 19:49:09 +02:00
2026-07-27 19:07:05 +00:00
2026-07-27 23:58:27 +02:00
2026-07-27 23:44:15 +02:00
2026-07-27 23:44:15 +02:00
2026-07-27 19:53:40 +00:00
2026-07-27 21:38:58 +00:00
2026-07-27 21:38:58 +00:00
2026-07-27 21:38:58 +00:00
2026-07-27 20:17:07 +00:00
2026-07-27 23:43:21 +02:00
2026-07-28 00:14:19 +02:00
2026-07-11 17:57:34 +02:00
2026-07-27 19:49:09 +02:00
2026-07-27 23:58:27 +02:00
2026-07-28 00:14:19 +02:00
2026-07-27 18:36:53 +00:00
2026-07-16 18:01:30 +02:00
2026-07-16 18:01:30 +02:00
2026-07-17 06:39:11 +02:00
2026-07-26 08:56:26 +02:00
2026-07-27 19:50:29 +02:00
2026-06-20 16:35:13 +02:00
2026-06-20 16:35:13 +02:00
2026-07-17 17:00:03 +02:00
2026-07-27 13:06:51 +02:00
2026-07-27 22:07:53 +00:00
2026-07-28 00:14:19 +02:00
2026-07-27 18:36:53 +00:00
2026-07-17 06:39:11 +02:00
2026-07-23 01:32:34 +02:00
2026-07-27 21:38:58 +00:00
2026-07-27 15:49:00 +02:00