Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.
The "AuthzImprovements" page has been changed by StefanFuhrmann: https://wiki.apache.org/subversion/AuthzImprovements?action=diff&rev1=1&rev2=2 Comment: Nicer formatting in the goals section * Performance when a large number of paths needs to be checked. Affected operations are mainly checkout / export and log. - * Support for wildcards. - Subversion should support "*" or single, arbitrary path segments + * Support for wildcards. Subversion should support + * "*" or single, arbitrary path segments (with no "/" in them) and - (with no "/" in them) and "**" for arbitrary length non-empty paths. + * "**" for arbitrary length non-empty paths. - Finally, classic wildcard patterns like "*foo*.bar" shall be supported. + * Classic wildcard patterns like "*foo*.bar" shall be supported. All wildcard usage applies to full path segments only, i.e. a '*' never matches a '/' except for the case of "/**/" where it matches one to many full segments.
