RE: Re: Re: Re: Re: Dynamic Redirector

2013-04-28 Thread Grant
On Sun, Apr 28, 2013 at 11:42 AM, Grant gsingers at apache dot org wrote: I haven't dug into this code, but I suspect you aren't manipulating References properly. I advise printing out the intermediate steps of your Reference computation to see where it goes wrong. That's just it,

Re: Re: Re: Re: Re: Dynamic Redirector

2013-04-28 Thread Tim Peierls
On Sun, Apr 28, 2013 at 12:58 PM, Grant gsing...@apache.org wrote: I am attaching my DynRedirector at: http://foo:port/a What's the code for this? It could be a Component level routing: VirtualHost host = component.getDefaultHost(); host.attach(/a, new DynRedirector(... args ...));