Marcus Castro
d91e995e46
fix(inbound): preserve literal backslash-n sequences in Windows paths ( #11547 )
...
* fix(inbound): preserve literal backslash-n sequences in Windows paths
The normalizeInboundTextNewlines function was converting literal backslash-n
sequences (\n) to actual newlines, corrupting Windows paths like
C:\Work\nxxx\README.md when sent through WebUI.
This fix removes the .replaceAll("\\n", "\n") operation, preserving
literal backslash-n sequences while still normalizing actual CRLF/CR to LF.
Fixes #7968
* fix(test): set RawBody to Windows path so BodyForAgent fallback chain tests correctly
* fix: tighten Windows path newline regression coverage (#11547 ) (thanks @mcaxtr)
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com >
2026-02-13 18:24:01 +01:00
..
2026-01-31 16:19:20 +09:00
2026-02-12 00:13:15 -06:00
2026-01-30 03:16:21 +01:00
2026-02-01 10:03:47 +09:00
2026-02-13 05:22:14 +01:00
2026-02-01 10:03:47 +09:00
2026-02-06 13:16:58 -05:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-30 03:16:21 +01:00
2026-02-12 18:02:30 -05:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-30 03:16:21 +01:00
2026-01-21 17:12:50 +00:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-02-01 10:03:47 +09:00
2026-02-12 23:52:19 -05:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-11 21:42:33 -06:00
2026-02-12 17:53:13 -06:00
2026-01-10 02:41:16 +01:00
2026-02-01 10:03:47 +09:00
2026-02-13 05:22:14 +01:00
2026-02-01 10:03:47 +09:00
2026-02-02 01:22:41 -08:00
2026-02-10 00:44:38 -06:00
2026-02-01 10:03:47 +09:00
2026-02-03 16:19:41 -08:00
2026-02-03 16:18:49 -08:00
2026-02-01 10:03:47 +09:00
2026-02-12 23:52:19 -05:00
2026-02-01 10:03:47 +09:00
2026-02-04 19:49:36 -05:00
2026-02-04 19:49:36 -05:00
2026-02-02 17:36:49 +00:00
2026-01-27 02:43:14 -05:00
2026-02-01 10:03:47 +09:00
2026-02-04 09:23:17 +05:30
2026-02-01 10:03:47 +09:00
2026-02-08 18:07:13 +01:00
2026-02-04 09:23:17 +05:30
2026-02-02 20:05:17 +00:00
2026-02-13 14:17:24 +01:00
2026-02-13 14:17:24 +01:00
2026-02-08 04:53:31 -08:00
2026-02-01 10:03:47 +09:00
2026-02-04 19:49:36 -05:00
2026-02-01 10:03:47 +09:00
2026-01-14 09:11:16 +00:00
2026-01-31 16:19:20 +09:00
2026-01-31 16:19:20 +09:00
2026-01-31 16:19:20 +09:00
2026-02-04 04:10:13 -08:00
2026-02-01 10:03:47 +09:00
2026-02-09 16:08:15 -08:00
2026-02-01 10:03:47 +09:00
2026-02-09 16:08:15 -08:00
2026-02-04 09:23:17 +05:30
2026-02-01 10:03:47 +09:00
2026-02-09 16:08:15 -08:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-01-14 15:02:19 +00:00
2026-02-08 23:59:43 -08:00
2026-02-01 10:03:47 +09:00
2026-02-05 18:08:29 -08:00
2026-01-18 06:12:54 +00:00
2026-02-12 18:02:30 -05:00
2026-02-12 17:53:13 -06:00
2026-02-12 18:50:36 -06:00
2026-02-04 09:23:17 +05:30
2026-01-18 06:12:54 +00:00
2026-02-11 12:46:51 -05:00
2026-02-02 16:18:09 +09:00
2026-02-13 05:51:04 +01:00
2026-02-11 14:00:40 -05:00
2026-02-10 00:44:38 -06:00
2026-01-23 23:34:30 +00:00
2026-01-31 16:19:20 +09:00
2026-02-13 05:51:04 +01:00
2026-02-01 10:03:47 +09:00
2026-02-10 00:44:38 -06:00
2026-02-13 18:24:01 +01:00
2026-02-13 18:24:01 +01:00
2026-01-25 12:22:36 +00:00
2026-02-01 10:03:47 +09:00
2026-02-12 23:52:19 -05:00
2026-02-12 23:52:19 -05:00
2026-01-30 03:16:21 +01:00
2026-02-12 09:58:01 -06:00
2026-02-11 12:46:51 -05:00
2026-02-12 17:12:15 -05:00
2026-02-11 12:46:51 -05:00
2026-02-01 10:03:47 +09:00
2026-02-09 19:52:24 -06:00
2026-02-01 10:03:47 +09:00
2026-02-12 00:13:15 -06:00
2026-01-16 21:15:25 +00:00
2026-01-10 03:01:04 +01:00
2026-02-07 05:00:55 -08:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-13 05:22:14 +01:00
2026-02-13 05:22:14 +01:00
2026-02-12 18:50:36 -06:00
2026-02-01 10:03:47 +09:00
2026-01-10 03:01:04 +01:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-05 16:54:44 -05:00
2026-02-01 10:03:47 +09:00
2026-02-04 16:16:34 -05:00
2026-02-10 00:44:38 -06:00
2026-02-13 04:58:11 +00:00
2026-02-12 23:52:19 -05:00
2026-02-12 18:02:30 -05:00
2026-02-12 23:52:19 -05:00
2026-02-12 23:52:19 -05:00
2026-02-12 23:52:19 -05:00
2026-02-09 09:20:52 +09:00
2026-02-13 14:17:24 +01:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-08 04:53:31 -08:00
2026-02-08 04:53:31 -08:00
2026-01-17 10:26:08 +00:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-07 05:00:55 -08:00
2026-02-03 23:02:45 -08:00