Keith Wannamaker wrote:
Hi Mladen, this functionality was in jk2
(jk_requtil.c:jk2_requtil_getMethodId) but probably not in the original
mod_jk.
Yes, it was not there.
It's a very simple thing and I'll merge that from JK2. It makes sense.
Regards,
Mladen
Hi Mladen, this functionality was in jk2
(jk_requtil.c:jk2_requtil_getMethodId) but probably not in the original
mod_jk. A special method code means to look for the method name later
in the message. I respect the work you have done trying to merge so
many copies of jk back down into one :-)
T
Keith Wannamaker wrote:
Mladen, one of the features of the the former connector was being able
to handle arbitrary http methods.
I'm not aware such a feature ever existed.
Only the ajp13 http methods can be handled by the ajp protocol,
and that was always. Two methods (SELECT, and ACL) were missin
Mladen, one of the features of the the former connector was being able
to handle arbitrary http methods. At the time, a new one was being
added to delta-v or acl every time we turned around. Having a fallback
path of pushing through unknown methods eliminated the need to rebuild
jk for each n