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-02-13 18:24:01 +01:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-09 23:58:52 -06:00
2026-02-09 23:58:52 -06:00
2026-01-31 16:19:20 +09:00
2026-01-31 16:19:20 +09:00
2026-02-12 20:17:25 -06:00
2026-02-12 20:17:25 -06:00
2026-02-08 23:59:43 -08:00
2026-01-30 03:16:21 +01:00
2026-02-01 10:03:47 +09:00
2026-02-09 08:55:50 +01:00
2026-02-10 00:44:38 -06:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-01-31 16:19:20 +09:00
2026-02-13 18:24:01 +01:00
2026-02-12 19:01:53 -06:00
2026-02-12 19:01:53 -06:00
2026-01-25 10:02:12 +00:00
2026-02-08 23:59:43 -08:00
2026-02-01 10:03:47 +09:00
2026-02-13 11:39:22 +00:00
2026-01-31 16:19:20 +09:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01: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-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-10 00:44:38 -06:00
2026-02-12 23:23:12 -05:00
2026-02-10 00:44:38 -06:00
2026-01-30 03:16:21 +01: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-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-02-11 12:46:51 -05:00
2026-01-30 03:16:21 +01:00
2026-01-30 03:16:21 +01:00
2026-02-12 23:23:12 -05:00
2026-01-30 03:16:21 +01: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-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-18 06:12:54 +00:00
2026-01-31 16:19:20 +09:00
2026-01-30 03:16:21 +01:00
2026-02-07 05:00:55 -08:00
2026-02-13 15:11:38 +00:00
2026-02-13 14:17:24 +01:00
2026-02-13 05:51:04 +01:00
2026-02-13 11:39:22 +00:00
2026-02-13 11:39:22 +00:00
2026-02-08 23:59:43 -08:00
2026-02-08 20:06:29 -05:00
2026-02-08 20:06:29 -05:00
2026-02-11 14:00:40 -05:00