You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/04/21 15:28:42 UTC

[Bug 59365] New: Locale sensitive assertions in TestSsl and TestCustomSsl

https://bz.apache.org/bugzilla/show_bug.cgi?id=59365

            Bug ID: 59365
           Summary: Locale sensitive assertions in TestSsl and
                    TestCustomSsl
           Product: Tomcat 9
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: ebourg@apache.org

The assertions in TestSsl and TestCustomSsl depend on the default locale and
fail on non english systems. The code checks for "Hello World!" in the output,
but on systems with a french locale the output contains "Salut le Monde!"
instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #5 from Konstantin Kolinko <kn...@gmail.com> ---
OK. It is good now. Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Remy Maucherat <re...@apache.org> ---
Ok, there were some remaining items.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365

Emmanuel Bourg <eb...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--- Comment #2 from Emmanuel Bourg <eb...@apache.org> ---
Thank you for the quick fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365

Konstantin Kolinko <kn...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|VERIFIED                    |REOPENED

--- Comment #3 from Konstantin Kolinko <kn...@gmail.com> ---
Searching for HelloWorldExample in test/**/*.java, there are other occurrences
of such checks,  including TestTomcat.testSingleWebapp() which is present in
all versions down to Tomcat 6.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 59365] Locale sensitive assertions in TestSsl and TestCustomSsl

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59365

Remy Maucherat <re...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from Remy Maucherat <re...@apache.org> ---
That was unfortunate since it's the only portion of the Servlet output that is
internationalized. It will be fixed in the next 9M5 build, although I'm not
adding it to the changelog since the impact is so minimal.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org