On 6/1/07, Daniel Eckstein <[EMAIL PROTECTED]> wrote:
Primary goal is to modify incoming cookies before they reach the connector module for bea. It would be even possible to put a additional reverse proxy before the webserver to accomplish this. Like user->reverse proxy -> webserver-> bea connector -> bea appserver
You should simply use a PerlPostReadRequestHandler and modify $r->headers_in directly. That should do the trick.