Hi Henri,
I've commited the change below because I think this is an oversight with all
your recent changes;
the stat struct was not initialized with your change to jk_file_exists(f), and
thus later on
*modified = statbuf.st_mtime
was set from the uninitialized struct, and could never return somet
Author: fuankg
Date: Tue May 1 04:53:37 2007
New Revision: 534021
URL: http://svn.apache.org/viewvc?view=rev&rev=534021
Log:
changed to use jk_stat() to initialite the stat struct so that *modified =
statbuf.st_mtime can work.
Modified:
tomcat/connectors/trunk/jk/native/common/jk_map.c
Mod