I get sporadic failures in test[62: Name[pct-t-begin:umlaut_time_S],
Type[text]] and in test[63: Name[pct-t-begin:umlaut_time_S], Type[json]]
It seems it has to do with malformed SSS:
JSON:
'{"time-begin:'Ä'HH 'ä' mm 'ö' ss 'ü' SSS'Ü'":"0\u00c414 \u00e4 18
\u00f6 48 \u00fc 08\u00dc"}'
'\{"time-begin:'Ä'HH 'ä' mm 'ö' ss 'ü' SSS'Ü'":"\\u00c4\d\d \\u00e4 \d\d
\\u00f6 \d\d \\u00fc \d\d\d\\u00dc"\}'
Text:
'0\u00c411 \u00e4 20 \u00f6 36 \u00fc 70\u00dc'
'\\u00c4\d\d \\u00e4 \d\d \\u00f6 \d\d \\u00fc \d\d\d\\u00dc'
we can see double digit "08" resp. "70" at the SSS position, but an
additional leading "0" at the start of the line.
Observed for TC 9.0.103 and 10.1.40, tests for TC 11 not started yet.
Best regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org