Re: Tomcat 8 non-Latin filename war file deploy issue

2017-06-04 Thread tomcat
On 04.06.2017 17:38, Desteny Child wrote: Hi, On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 application(war file) that contains a files with names with Unicode characters. Inside of the war file the name looks like: бжк-природний-1496336830201.xml but after deploy the file looks

Re: Tomcat 8.5.4, Backup Manager and Serializable objects in httpSession

2017-06-04 Thread Jared Walker
Hello, I was able to figure out that this issue was caused by a developer adding logging code to the serialization that had a NPE. Unfortunately the exception was not printed out to catalina.out so it was very hard to find, but easy to fix. Thanks, -Jared On Tue, May 30, 2017 at 10:30 AM, Chris

Tomcat 8 non-Latin filename war file deploy issue

2017-06-04 Thread Desteny Child
Hi, On Linux(openSUSE) machine I'm trying to deploy on Tomcat 8 application(war file) that contains a files with names with Unicode characters. Inside of the war file the name looks like: бжк-природний-1496336830201.xml but after deploy the file looks like: ???-?-1496336830201.xml