On Monday 10 April 2006 20:59, [EMAIL PROTECTED] wrote: > * Prevent r->parsed_uri.path from being NULL as this can cause segmentation > faults e.g. in mod_cache. Set it to "/" in this case.
A better fix to that would surely be for apr_uri to guarantee setting path to non-null on parsing a URI. That way it gets set exactly when a URI is parsed. -- Nick Kew
