Given:
{ oResonse.setHeader("foo","bar"); oResponse.sendRedirect("http://sourceforge.net/"); }
Shouldn't the header "foo" be in the response?
thx
Log in to post a comment.
Given:
{
oResonse.setHeader("foo","bar");
oResponse.sendRedirect("http://sourceforge.net/");
}
Shouldn't the header "foo" be in the response?
thx