Re: TomEE Maven Plugin: Can conf/system.properties be externalized?

2018-11-21 Thread Romain Manni-Bucau
Hello, You can always load system properties in setenv.sh before the server starts. If it is properties settable after tomee.xml is read you can set them in it and it supports Finally you can always plug a tomcat listener before tomee one and set the system properties the way you want

TomEE Maven Plugin: Can conf/system.properties be externalized?

2018-11-21 Thread exabrial12
We want to store the configuration for our datasources separate from the distribution of the one-jar. If you haven't seen Jonathan [Gallimore's] excellent blog post on configuration TomEE, see here: https://www.tomitribe.com/blog/tomee-configuration-techniques/ Looking at the TomEE plugin's

Re: Could you vote for this one please ?

2018-11-21 Thread Jonathan Gallimore
The history of the issue indicates that the behaviour is the way it is to handle a different buggy user-agent (Adobe Reader on IE9?). I imagine a backport is possible, but I'd probably be looking for some form of switch to enable/disable it given the history, if it were up to me. But yes, I agree

Re: Could you vote for this one please ?

2018-11-21 Thread Jean-Louis Monteiro
The description on that text file is quite small. That being said, I don't why we could not submit a backport to Tomcat 7.x or 8.x. If the patch is clean and well tested, I don't see any reason why the community would reject it. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro

RE: Could you vote for this one please ?

2018-11-21 Thread COURTAULT Francois
Hello Jonathan, There is a reference to a discussion on a Tomcat list regarding Tomcat roadmap at https://svn.apache.org/viewvc?view=revision=1846691 If you open the file TOMCAT-NEXT.txt, you will see in it (section New items for 10.0.x onwards): "4. Clean-up content-type header processing.

Re: Could you vote for this one please ?

2018-11-21 Thread Jonathan Gallimore
Thanks for sending this over. I've had a read through of the bug, and the response from the Tomcat team on the ticket. I note that there is reference to a discussion on a Tomcat list, but can't find a link to it (other than this one:

Could you vote for this one please ?

2018-11-21 Thread COURTAULT Francois
Hello, We have an issue reported Bug 62912 (https://bz.apache.org/bugzilla/show_bug.cgi?id=62912) Could you vote for it (to be included in the next Tomcat 8.5.x and 9.0.x releases hoping those versions to be used by TomEE) ? Thank you in