hi,
concerning https://issues.apache.org/bugzilla/show_bug.cgi?id=49914.
I have a filter which listens on /. This filter is used to manage
different welcome pages for different urls on a multiurl site.
It works like in (pseudocode)
if (req.getServerName().equals("bla")) forward to blurp;
if (req.getServerName().startsWith("specialoffer")) forward to xyz;
and so on.
With tomcat 7 it stopped to work due to above bug. Now the bug is set
to won't fix, how can we achieve same behavior without the mapping?
regards
Leon
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]