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
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