From: SourceForge.net <no...@so...> - 2005-12-11 03:35:30
|
Bugs item #1340755, was opened at 2005-10-28 08:29 Message generated for change (Comment added) made by sdeasey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1340755&group_id=130646 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: Current >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Bernd Eidenschink (eide) >Assigned to: Stephen Deasey (sdeasey) Summary: ns_httptime not locale safe Initial Comment: ns_httptime is supposed to return a date in a predictable format, an english locale one; but it does not, see comment in httptime.c: /* * This will most likely break if the locale is not an english one. * The format is RFC 1123: "Sun, 06 Nov 1997 09:12:45 GMT" */ The TCL api uses it in "util.tcl" (ns_setexpires) and "sendmail.tcl" (DATE header). This is sometimes causing mails to be sorted wrong in MUAs or misleading http proxies, depending on locale set. ---------------------------------------------------------------------- >Comment By: Stephen Deasey (sdeasey) Date: 2005-12-10 20:35 Message: Logged In: YES user_id=87254 Fixed using Eduardo's patch: http://sourceforge.net/tracker/index.php?func=detail&aid=1247879&group_id=3152&atid=103152 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719006&aid=1340755&group_id=130646 |