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:
parent
0256dcc2cc
commit
33b4c7b79c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue