Re: valve.invoke() called twice in request

2009-11-02 Thread Johan Thorselius
f. After the authent. login user/pwd, obviously my valve is called once again. My bigger issue I described in another posting last friday. Thanks Johan 2009/11/2 Caldarale, Charles R > > From: Johan Thorselius [mailto:johan.thorsel...@gmail.com] > > Subject: valve.invoke

RE: valve.invoke() called twice in request

2009-11-02 Thread Caldarale, Charles R
> From: Johan Thorselius [mailto:johan.thorsel...@gmail.com] > Subject: valve.invoke() called twice in request > > Why is my valve.invoke() called twice ? Are you sure it's called twice in the same request? Or is the browser making multiple requests for separate resources

valve.invoke() called twice in request

2009-11-02 Thread Johan Thorselius
Why is my valve.invoke() called twice ? I have developed my own valve like in the code below. I see that the invoke() method is called twice in the same request - does anyone know why ? Note that my trace in listValves() shows that it is only one instance of my valve AuthValve and one of 'org.apa