GitHub user bmeriaux opened a pull request:
https://github.com/apache/tomcat-maven-plugin/pull/20
fix scanning of ServletContainerInitializer by tomcat > 7.0.5x
ServletContainerInitializer not scanned in goal "run"
I found that since tomcat v7.0.5x , because
GitHub user bmeriaux opened a pull request:
https://github.com/apache/tomcat-maven-plugin/pull/19
use provided encoding for https conector
If we specified a custom URI encoding in the pom, it was only set for the
http connector and not for the https one.
this patch fix it