On Wed, May 6, 2009 at 4:08 AM, paul <p...@subsignal.org> wrote: > > But reading mod_dav.c around line 2393: > if (tenc) { > if (strcasecmp(tenc, "chunked")) { > /* Use this instead of Apache's default error string */ > ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, > "Unknown Transfer-Encoding %s", tenc); > return HTTP_NOT_IMPLEMENTED; > } > > uses strcasecmp() so the above theory seems wrong. We're using 2.2.9 and > the above snipplet is from 2.2.11. Any chance this has been fixed after > 2.2.9?
no; it has used strcasecmp() for eons > Does anyone have encountered the issue or is this a known problem? > did you check bugzilla ? (issues.apache.org/bugzilla)