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


Rainer Jung <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WORKSFORME                  |




--- Comment #8 from Rainer Jung <[EMAIL PROTECTED]>  2008-12-09 04:30:53 PST ---
Aha, progress!
In jk_translate there are two lines, where we use

ap_set_module_config(r->request_config, &jk_module, ...)

Those are the lines were we set the rule_extension_t. So if you could output
the value of the last argument (as a pointer, not the structure it points to)
there and of e after

e = (rule_extension_t *)ap_get_module_config(r->request_config, &jk_module);

we can see, whether the request_config changes (e changes), or if not it's
actually the contents of e that change.

You should also output the address of r in the three lines, so we can check
whether actually the request changes between seeting the structure and
retrieving it. That would be something we don't expect, but maybe there are sub
requests or something similar involved.

I'll try to reproduce later today, now that we are closer to the root cause.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to