[jira] [Commented] (JAMES-1808) if (character > 128) should be changed to if (character >= 128)

2021-09-04 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17409955#comment-17409955 ] Benoit Tellier commented on JAMES-1808: --- https://github.com/apache/james-project/pull/634 fixes

[jira] [Commented] (JAMES-1808) if (character > 128) should be changed to if (character >= 128)

2021-09-04 Thread Benoit Tellier (Jira)
[ https://issues.apache.org/jira/browse/JAMES-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17409866#comment-17409866 ] Benoit Tellier commented on JAMES-1808: --- Hello there, This is a clear report, and it has sadly not

[jira] [Commented] (JAMES-1808) if (character > 128) should be changed to if (character >= 128)

2016-07-25 Thread Paul Lee (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392225#comment-15392225 ] Paul Lee commented on JAMES-1808: - Unfortunately, I don't have any failing test case. I inadvertently

[jira] [Commented] (JAMES-1808) if (character > 128) should be changed to if (character >= 128)

2016-07-25 Thread Matthieu Baechler (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15392185#comment-15392185 ] Matthieu Baechler commented on JAMES-1808: -- Thank you very much for you report. Do you have a