Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jaxb-impl-dev] Possible bug marshelling an object-member with text containing CR
  • From: "Henning, Juergen" <juergen.henning@xxxxxxxxxxx>
  • Date: Wed, 22 Apr 2026 14:02:31 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=fail (sender ip is 3.78.201.96) smtp.rcpttodomain=eclipse.org smtp.mailfrom=draeger.com; dmarc=fail (p=reject sp=reject pct=100) action=oreject header.from=draeger.com; dkim=none (message not signed); arc=none (0)
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=k2fdtR+E9Pcntge6Fm0KvBLlP45rHDxUgKCq78mu30g=; b=s4L2WTb+CmV86unhA48g+gtwS11xHDNjOxuEerTmZECEzdJ6wOJgPFFAYj5USqyZlgSSIyDfWGTA66CsR6sw/gF9A82efqIVo7QSs0LZTyQHHAifRh5PH75dcWvNwVnAzs67Wkw/FpPStxHYgnaOiOSloQJCiq0W0yyIp65RJi3beQivtLGibE37Vk9qlsomfGS66r3/1QS2Gs+8oSyOxEiRmu+cquakuK6N7PKxVwBYu/a57FXoCs+pKVoed2EQmk0GS2W51I9nfB8W2XPiwn9aeFYr3TWwBi1VdkovLTY6GBQXd6SbOFUzz6d49HwuQaP4+eaMgyU9qwEgMY5FiQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=vElSYSTPRZM88joKz4tOKXGwdzxSCrcBHsvnz80z7p32GPA7RRfaVXrZlvW4EEEHrs84SGyt0CJLs8SmdBJcQg2CxsUlprdG3lZigEginbz14rMSZoBi2q82M39tvT3h5e0nZaaAIDnvJhNcF/Aa2C3wLTf5eU7BA7Y9CgeSJRN9SFUwXSdyJfUCwP4C3xaB+iykSDnuflZ1Ggh1IyZyqs1y7WjCMsyC70oJTYJ1bccWriYyysfkjFjfkR2aCU7yi8PGEZgxOpST0wph8JuNpMQP5i7VbdBf6VmkMJTiH22LwCcz4Mqsi0/x1Ejw6aE1BP6ltCFJP25sl2ZwcOgR2w==
  • Delivered-to: jaxb-impl-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jaxb-impl-dev/>
  • List-help: <mailto:jaxb-impl-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jaxb-impl-dev>, <mailto:jaxb-impl-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jaxb-impl-dev>, <mailto:jaxb-impl-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_16b2258f-3676-449a-9218-817a22e44788_Enabled=True; MSIP_Label_16b2258f-3676-449a-9218-817a22e44788_SiteId=e8d897a8-f400-4625-858a-6f3ae627542b; MSIP_Label_16b2258f-3676-449a-9218-817a22e44788_SetDate=2026-04-22T14:02:30.859Z; MSIP_Label_16b2258f-3676-449a-9218-817a22e44788_Name=Labeled; MSIP_Label_16b2258f-3676-449a-9218-817a22e44788_ContentBits=1; MSIP_Label_16b2258f-3676-449a-9218-817a22e44788_Method=Standard;
  • Thread-index: AQHc0l/uVd5FTyPBgUGEKbm1wueizw==
  • Thread-topic: Possible bug marshelling an object-member with text containing CR

Internal

Hi,

I found a bug in version 4.0.7 marsheling CR in a text field (the version 4.0.6 works fine).

I attached a small java project with the main class "JaxbCrBugReproducer" to reproduce the error.

Regards
Juergen


---
This communication contains confidential information. If you are not the intended recipient please return this email to the sender and delete it from your records.

Diese Nachricht enthaelt vertrauliche Informationen. Sollten Sie nicht der beabsichtigte Empfaenger dieser E-mail sein, senden Sie bitte diese an den Absender zurueck und loeschen Sie die E-mail aus Ihrem System.

Attachment: jaxb-cr-bug.zip
Description: jaxb-cr-bug.zip


Back to the top