https://bz.apache.org/bugzilla/show_bug.cgi?id=62477
--- Comment #3 from Luca Toscano <[email protected]> --- (In reply to Luca Toscano from comment #2) > As a quick test, commenting apr_uri_parse seems to make everything work fine > (of course not a solution, but the fix might be trivial). Better: commenting the check for the return value of apr_uri_parse: rv = apr_uri_parse(p, url, &uri); /*if (rv != APR_SUCCESS) { return apr_pstrcat(p, "Unable to parse URL: ", url, NULL); }*/ -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
