#460: Regression between r7850 and r7985: cannot login anymore ----------------------------------+----------------------------------------- Reporter: mail@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 5: Not set | Milestone: Component: Calendar Server | Severity: Other Keywords: | Radar: ----------------------------------+----------------------------------------- I tried to update my calendar server today. But the system totally broke, I cannot login anymore. When visiting the side with firefox I get: {{{ Unauthorized You are not authorized to view the resource at /calendars/. Perhaps you entered a wrong password, or perhaps your browser doesn't support authentication. }}} Downgrading makes it work again. In the logs I have: {{{ 2011-08-13 19:02:30+0200 [-] [caldav-0] [HTTPChannel,4,92.201.116.230] [twext.web2.server#info] GET /calendars/ HTTP/1.1 2011-08-13 19:02:30+0200 [-] [caldav-0] [HTTPChannel,4,92.201.116.230] [twistedcaldav.directory.digest.DigestCredentialsMemcache#debug] Getting Cache Token for '1814181732836391079733155546' 2011-08-13 19:02:30+0200 [-] [caldav-0] [HTTPChannel,4,92.201.116.230] [twistedcaldav.memcachepool.MemCachePool#debug] Busied client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x94f702c> 2011-08-13 19:02:30+0200 [-] [caldav-0] [HTTPChannel,4,92.201.116.230] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 0, #busy: 1, #pending: 0, #queued: 0 2011-08-13 19:02:30+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Freed client: <twistedcaldav.memcachepool.PooledMemCacheProtocol instance at 0x94f702c> 2011-08-13 19:02:30+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.memcachepool.MemCachePool#debug] Clients #free: 1, #busy: 0, #pending: 0, #queued: 0 2011-08-13 19:02:30+0200 [-] [caldav-0] [PooledMemCacheProtocol,client] [twistedcaldav.extensions#info] Could not find the principal resource for user id: felix }}} I have the following in my accounts.xml: {{{ <!DOCTYPE accounts SYSTEM "accounts.dtd"> <accounts realm="Test Realm"> <user> <uid>felix</uid> <password>****</password> <name>Felix Möller</name> <first-name>Felix</first-name> <last-name>Moeller</last-name> <email-address>*@*.de</email-address> </user> }}} -- Ticket URL: <http://trac.calendarserver.org/ticket/460> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server