On Fri, Jul 1, 2016 at 5:00 PM,  <elu...@apache.org> wrote:
> Author: elukey
> Date: Fri Jul  1 15:00:42 2016
> New Revision: 1750953
>
> URL: http://svn.apache.org/viewvc?rev=1750953&view=rev
> Log:
> Fixed typo in log message, wrong RFC mentioned.
>
> Modified:
>     httpd/httpd/trunk/server/util_script.c
>
> Modified: httpd/httpd/trunk/server/util_script.c
> URL: 
> http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_script.c?rev=1750953&r1=1750952&r2=1750953&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/util_script.c (original)
> +++ httpd/httpd/trunk/server/util_script.c Fri Jul  1 15:00:42 2016
> @@ -679,7 +679,7 @@ AP_DECLARE(int) ap_scan_script_header_er
>                          apr_rfc822_date(last_modified_datestr, 
> last_modified_date);
>                          ap_log_rerror(SCRIPT_LOG_MARK, APLOG_TRACE1, 0, r,
>                                        "The Last-Modified header value '%s' "
> -                                      "(parsed as RFC882/RFC1123 datetime, "
> +                                      "(parsed as RFC822/RFC1123 datetime, "
>                                        "that assumes the GMT timezone) "
>                                        "has been replaced with: '%s'. "
>                                        "An origin server with a clock must 
> not send "

This message is possibly too long, you shouldn't cite the RFC, IMHO.
Something like "The Last-Modified header value '%s' (in the future)
has been replaced with '%s'" is probably enough.

Regards,
Yann.
>
>

Reply via email to