https://issues.apache.org/bugzilla/show_bug.cgi?id=54596

--- Comment #4 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Thomas Hoffmann from comment #3)
> I have also encountered this problem.
> Testet with 1.2.40.0 of isapi_redirect.dll
> The relative paths are not taken into account. Line-breaks are CR+LF
> Neither \ nor / are working. 
> 
> Sample Config-File with relevant entries:
> log_file=iis_redirect.log
> worker_file=..\..\conf\worker.properties
> worker_mount_file=..\..\conf\uriworkermap.properties

[snip]

> init_jk::jk_isapi_plugin.c (2702): Using ini file D:\Programme\Apache
> Software Foundation\Tomcat 7.0.53\bin\win32\isapi_redirect.properties.

This path appears to be correct.

> [Wed Apr 23 17:20:34.707 2014] [6716:13964] [debug]
> init_jk::jk_isapi_plugin.c (2708): Using log file D:\Programme\Apache
> Software Foundation\Tomcat 7.0.53\bin\win32\iis_redirect.lo.

This one appears to not be correct.

Is this only a problem with the log file specifically? Other examples I see in
here all have a correct properties file name and a broken log file name.

> ...
> [Wed Apr 23 17:20:34.724 2014] [6716:13964] [debug]
> init_jk::jk_isapi_plugin.c (2714): Using worker file D:\Programme\Apache
> Software Foundation\Tomcat 7.0.53\bin\win32\conf\worker.properties.
> [Wed Apr 23 17:20:34.727 2014] [6716:13964] [debug]
> init_jk::jk_isapi_plugin.c (2715): Using worker mount file
> D:\Programme\Apache Software Foundation\Tomcat
> 7.0.53\bin\win32\conf\uriworkermap.properties.
> ...
> [Wed Apr 23 17:20:34.752 2014] [6716:13964] [error]
> uri_worker_map_load::jk_uri_worker_map.c (1280): Failed to load
> uri_worker_map file D:\Programme\Apache Software Foundation\Tomcat
> 7.0.53\bin\win32\conf\uriworkermap.properties (errno=2, err=No such file or
> directory).
> 
> 
> This shows that the dots for the relative paths are truncated and not taken
> into account. The conversion from relative path to absolute path seems to
> fail.
> 
> 
> Tested under Win 8.1 64 Bit, Connector version 1.2.40.0
> Hope this informations helps to narrow down the problem.

This appears to be a different issue: relative paths aren't properly-resolved
at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to