Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
7.0.0
-
windows, unix
-
Patch
Description
When in the tomee exec we provide a server.xml that use en vars, the plugin try to convert values directly in Integer, it fail.
Exemple :
<Connector port="${http.port}" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" xpoweredBy="false" server="Apache TomEE" />