On 03.03.2009 13:39, Alexander Diedler wrote:
Hello,

There are a functionalliity, that I don´t understand. We have a
Tomcat 6.0.18 installed with mod_jk connected to a IIS 5.0. The CMS
uses namedURLs like http://[blabla]/company/menuitem1/ . In the
Tomcat everything works fine but the IIS and mod_jk don´t serve the
following URLS : The menuitem is called "Bugs/Features/"   the URL is
now http://[blabla]/go/Bugs/Features/";. So the slash between Bugs and
Features will be interpreted as a Menuitem separator, but is not
correct. In the mod_jk.log we can find:

[Tue Mar 03 12:29:55.075 2009] [4148:504] [emerg]
HttpFilterProc::jk_isapi_plugin.c (1877): [/go/Bugs/Features/]
contains forbidden escape sequences.

What we have to do that the IIS seems to look up for the coorect
NamedURL?

It seems your URLs contained either encoded slashes (%2f) or encoded null bytes (%00). Both are not allowed by the iis isapi redirector because of security reasons.

Regards,

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to