Re: Committing sendRedirect()

2008-10-22 Thread Tore Eriksson
> Tore Eriksson wrote: > > Hello everybody, > > > > As I found a solution to my problem, I thought I would share it in case > > someone else comes up against the same issue. The reason for the client > > not acting on the redirect is that sendRedirect does not s

Re: Committing sendRedirect()

2008-10-20 Thread Tore Eriksson
ve already > > committed the response. > > > > To achieve what I think you are trying to achieve would require you to > > create some mechanism where the lucene query results are processed in a > > separate thread and your application makes TWO requests - one for the

Re: Committing sendRedirect()

2008-07-29 Thread Tore Eriksson
ve would require you to > create some mechanism where the lucene query results are processed in a > separate thread and your application makes TWO requests - one for the > first set of results and then one for the final set of results. > > There are far too many different ways

Committing sendRedirect()

2008-07-28 Thread Tore Eriksson
s that the intermittant redirect is not committed until the function returns, which will take quite some time for some queries. I have tried HttpServletResponse.flushBuffer() and other possible variations. Any pointers would be most appreciated. Tore _