Howdy, I still watch the list but haven't had time to dig into the code in a long time -- maybe later this summer :)
Anyway, these connection filters are a bit confusing and not well documented -- my fault. Here I think it's ok to not call the filters again but it could go either way. If you update the code, you could make it configurable, default current behavior, to avoid breaking something that assumed the old behavior. In practice I don't think these filters were used very much -- I can only recall the access log modules and one other use in some obscure AOL internal module from years ago. -Jim On Jun 2, 2011, at 7:04 PM, Jeff Rogers wrote: > Distracting myself with code diving, I found that internal redirects, > implemented by Ns_ConnRedirect and as are used for among other things 404 and > 500 error pages, work by changing the url, reauthorizing, and then running > the request. However, it does not run preauth and postauth filters. This > seems wrong to me, but it seems to have been this way forever. Does anyone > have a reason why it shouldn't be changed to run those filters? > > -J > > PS: are any other developers even still reading this? > > > -- > AOLserver - http://www.aolserver.com/ > > To Remove yourself from this list, simply send an email to > <[email protected]> with the > body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: > field of your email blank. -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[email protected]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
