Re: JkUriSet bug.

2004-03-09 Thread jean-frederic clere
NormW wrote: > Good morning All > > In Mod_Jk2, jk_UriEnv.c, line 419, jk_uriEnv.c. > there is is a test to determine which end > of a URL template string has the *, to determine if the 'match type' should > be PREFIX or SUFFIX. > [ if (uri[strlen(uri) - 1] == '*') { ] > > A URL template f

JkUriSet bug.

2004-03-08 Thread NormW
Good morning All In Mod_Jk2, jk_UriEnv.c, line 419, there is is a test to determine which end of a URL template string has the *, to determine if the 'match type' should be PREFIX or SUFFIX. [ if (uri[strlen(uri) - 1] == '*') { ] A URL template found in a workers2.properties [uri] section is