Frank Wiles wrote:
Actually it isn't an issue of methods being forgotten, more likely
you aren't using Apache2::RequestUtil in your code. Preferably
preloading it.
Well, the production code which has this problem is running under
mod_perl 1 and Apache 1.3 right now, but I do load both Apache and
Apache::Request there (the code is compatible with moth mod_perl and
mod_perl2, I also load Apache2::RequestUtil in the Apache2 comaptibility
block), and the error still occurs.
Is it some different module for Apache 1 that I am missing? Though the
fact that the error occurs only infrequently, and mostly in requests
which occur over SSL, makes me suspect that it's something else.