beeblebot - 2006-05-05

Given:

{
  oResonse.setHeader("foo","bar");
  oResponse.sendRedirect("http://sourceforge.net/");
}

Shouldn't the header "foo" be in the response?

thx