Re: Ready for JDK 9 ?

2017-08-09 Thread Enrico Olivelli
- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- -- Enrico Olivelli

Re: Default character encoding to be UTF-8 for 9.0.x

2017-03-01 Thread Enrico Olivelli
- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > > -- -- Enrico Olivelli

Re: java-server-socket-binding-multiple-domain-host-names

2013-05-25 Thread Enrico Olivelli
If you are using HTTP then clients will politely tell you which DNS name they are tryning to connect to using the host: header. TCP does not give any info about hostnames, but only about IP Addresses I think .getLocalAddress().getHostName() will simply try to resolve back the IP address to a

[jira] [Commented] (MTOMCAT-181) Allow to run the webapp under the root context

2012-10-17 Thread Enrico Olivelli (JIRA)
[ https://issues.apache.org/jira/browse/MTOMCAT-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13478045#comment-13478045 ] Enrico Olivelli commented on MTOMCAT-181: - please implement this, in this way I

Request for JAASRealm enhancement

2012-08-24 Thread Enrico Olivelli
Hi, I was trying to use JAASRealm and I noticed that it is possibile to bundle my LoginModule with the webapp (useContextClassLoader) but it is not possibile to bundle a login.properties files // this constructor uses default JVM JAAS Configuration // from JAASRealm.java loginContext = new