> > +static const char *mswdv_urlencode(request_rec *r, const char *str) (...) > Any reason why we cannot use an existing function like > ap_escape_path_segment here?
MS-WDV section 2.2.3 quoted below says it needs to be percent-encoded as in RFC3986 section 2.1. How to do it with existing function was not obvious to me. Would you whare an example? > An Error-string is a percentage-encoded UTF-8 string, as specified > in [RFC3986] section 2.1, that gives additional explanatory text > about the cause of the error. This string is not significant to > protocol operation and is intended only for display and logging > purposes. -- Emmanuel Dreyfus [email protected]
