[Trac] multiple projects -- fubar!!

Matthew Good trac at matt-good.net
Thu Mar 3 15:33:41 EST 2005


On Thu, 2005-03-03 at 14:05 -0600, Frazier, Stephen wrote:
> Bruce,
> 
> The one thing I noticed is you are using Location instead of
> LocationMatch. That may make a difference. 

Location is preferable to LocationMatch when possible.  Location matches
a simple string prefix.  LocationMatch uses regular expression matching.
So, for performance reasons, there's no need to use a LocationMatch when
Location will suffice.

-- 
Matthew Good <trac at matt-good.net>



More information about the Trac mailing list