Files
jmap-webmail/lib
Matthieu MALVACHE 8843b70add fix(jmap): use path extraction instead of origin-length slicing for URL rewrite
When Stalwart returns session URLs with explicit :443 port, the URL
parser normalizes it out but the original string keeps it, causing
string slicing to produce wrong offsets. Now extracts the path by
finding the first / after // instead of relying on origin length.
2026-02-25 12:44:41 +01:00
..