Re: Small bug in Tomcat and interest in wildcard patch

2013-03-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steffen, On 3/2/13 1:53 PM, Steffen Heil (Mailinglisten) wrote: > Is there any interest for that feature in the community and any > chance to get such a patch accepted into the codebase? There's always this: https://issues.apache.org/bugzilla/show

Re: Small bug in Tomcat and interest in wildcard patch

2013-03-02 Thread Mark Thomas
On 02/03/2013 18:53, Steffen Heil (Mailinglisten) wrote: > Hi > > I looked into the source of tomcat 7 (7.0.x trunk) to extend it to support > wildcard aliases (such as *.example.com). > I found the class org.apache.tomcat.util.http.mapper.Mapper. > Looking at it, I found a small bug (lines 210-21

Small bug in Tomcat and interest in wildcard patch

2013-03-02 Thread Steffen Heil (Mailinglisten)
Hi I looked into the source of tomcat 7 (7.0.x trunk) to extend it to support wildcard aliases (such as *.example.com). I found the class org.apache.tomcat.util.http.mapper.Mapper. Looking at it, I found a small bug (lines 210-213): if (pos < 0) { log.error("No host found: " +