On Fri, Aug 17, 2001 at 10:55:04AM -0700, Jon Travis wrote: > This is a reminder, sent out once a month, about a previous APR > patch submission. It includes the patch, description, and how to > use it to fix broken code. > > Original patch post date: Jul-18-2001 > > Description: > > apr_uri_unparse_components can unparse components into an invalid > URI. If the components contain either a user or password, the > unparsed URI will always contain an '@' symbol. This is incorrect, > since the UNP_OMITPASSWORD and UNP_OMITUSER flags can affect > this functionality. I.e. if the components contain either a user > or password, and flags to omit both the user and password from the > unparsed URI are given, the output should contain no '@' symbol.
Committed. Thanks. You should probably resend once a week not once a month. =-) -- justin
