Bug 276444 when formatting old-style cookie maxAge timeouts, don't wipe out the start of the cookie text

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@217 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
David Jencks 2009-05-15 16:46:28 +00:00
parent 0256dcc2cc
commit 33b4c7b79c
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ public class HttpFields
*/
public void formatCookieDate(StringBuilder buf, long date)
{
buf.setLength(0);
gc.setTimeInMillis(date);
int day_of_week = gc.get(Calendar.DAY_OF_WEEK);