Edgewall Software

Opened 13 years ago

Last modified 13 years ago

#9951 closed defect

When I have two project named 'test' and 'test1', If I log int test, test1 can't log in! — at Initial Version

Reported by: buaa.byl@… Owned by:
Priority: normal Milestone: 0.12.2
Component: general Version:
Severity: normal Keywords:
Cc: j.beilicke@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This is my configure:

<LocationMatch "/trac/[^/]+/login">
  AuthType Basic
  AuthName "Trac"
  AuthUserFile /home/trachome/trac_pool/apache.passwd
  Require valid-user
</LocationMatch>

I have two project: 'test' and 'test1'

If I log in test, then I can't log in test1. But if I log in test1, then I can log in test! I don't know why.

This configure still not work

<Location "/trac/test/login">
  AuthType Basic
  AuthName "Trac"
  AuthUserFile /home/trachome/trac_pool/apache.passwd
  Require valid-user
</Location>

<Location "/trac/test1/login">
  AuthType Basic
  AuthName "Trac"
  AuthUserFile /home/trachome/trac_pool/apache.passwd
  Require valid-user
</Location>

Does it bug for apache? I use apache 2.2 + trac 0.11.6 thanks.

Change History (0)

Note: See TracTickets for help on using tickets.