Re: [SOGo] CardDAV on iPhone 4.1 broken

2010-09-20 Thread Mark Adams
Thanks to Wolfgang for fixing this bug, for anyone else needing iPhone
4.1 access, update to the latest nightlies then add the additional line
in your apache config

ProxyPass /principles/ http://127.0.0.1:2/SOGo/dav/ interpolate


Regards,
Mark

On Mon, Sep 13, 2010 at 04:49:09PM +0100, Mark Adams wrote:
 http://sogo.nu/bugs/view.php?id=830
 
 On Fri, Sep 10, 2010 at 11:32:19AM +0100, Mark Adams wrote:
  Looks like Apple have gone and changed things again. On iPhone OS 4.1
  CardDAV now looks for the following URL;
  
  127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
  HTTP/1.1 404 28/0 0.028 - - 0
  
  When it hits this part it fails to verify on the phone.
  
  Full log of an OS4.1 client trying to access a CardDAV account:
  
  127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS 
  /SOGo/dav/.well-known/carddav HTTP/1.1 404 43/0 0.012 - - 0
  127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 401 
  0/0 0.000 - - 0
  2010-09-10 11:26:20.592 sogod[18521] Scanner initialised with nil string
  2010-09-10 11:26:20.608 sogod[18521] -[WEClientCapabilities 
  initWithRequest:]: Unknown WebClient: user-agent='DataAccess/1.0 (8B117)'
  127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 200 
  0/0 0.020 - - 0
  2010-09-10 11:26:20.704 sogod[18521] Scanner initialised with nil string
  127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] PROPFIND 
  /SOGo/dav/u...@domain.net/ HTTP/1.1 207 1870/517 0.008 - - 0
  127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
  HTTP/1.1 404 28/0 0.028 - - 0
  
  Any ideas?
 
  -- 
  users@sogo.nu
  https://inverse.ca/sogo/lists
 

 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] CardDAV on iPhone 4.1 broken

2010-09-20 Thread Mark Adams
CORRECTION: After noticing my spelling mistake below, I tried without
the additional ProxyPass line and it works also, so just the newest
version is required.

Regards,
Mark

On Mon, Sep 20, 2010 at 12:39:54PM +0100, Mark Adams wrote:
 Thanks to Wolfgang for fixing this bug, for anyone else needing iPhone
 4.1 access, update to the latest nightlies then add the additional line
 in your apache config
 
 ProxyPass /principles/ http://127.0.0.1:2/SOGo/dav/ interpolate
 
 
 Regards,
 Mark
 
 On Mon, Sep 13, 2010 at 04:49:09PM +0100, Mark Adams wrote:
  http://sogo.nu/bugs/view.php?id=830
  
  On Fri, Sep 10, 2010 at 11:32:19AM +0100, Mark Adams wrote:
   Looks like Apple have gone and changed things again. On iPhone OS 4.1
   CardDAV now looks for the following URL;
   
   127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
   HTTP/1.1 404 28/0 0.028 - - 0
   
   When it hits this part it fails to verify on the phone.
   
   Full log of an OS4.1 client trying to access a CardDAV account:
   
   127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS 
   /SOGo/dav/.well-known/carddav HTTP/1.1 404 43/0 0.012 - - 0
   127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 
   401 0/0 0.000 - - 0
   2010-09-10 11:26:20.592 sogod[18521] Scanner initialised with nil string
   2010-09-10 11:26:20.608 sogod[18521] -[WEClientCapabilities 
   initWithRequest:]: Unknown WebClient: user-agent='DataAccess/1.0 (8B117)'
   127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 
   200 0/0 0.020 - - 0
   2010-09-10 11:26:20.704 sogod[18521] Scanner initialised with nil string
   127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] PROPFIND 
   /SOGo/dav/u...@domain.net/ HTTP/1.1 207 1870/517 0.008 - - 0
   127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
   HTTP/1.1 404 28/0 0.028 - - 0
   
   Any ideas?
  
   -- 
   users@sogo.nu
   https://inverse.ca/sogo/lists
  
 
  -- 
  users@sogo.nu
  https://inverse.ca/sogo/lists
 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] CardDAV on iPhone 4.1 broken

2010-09-13 Thread Mark Adams
http://sogo.nu/bugs/view.php?id=830

On Fri, Sep 10, 2010 at 11:32:19AM +0100, Mark Adams wrote:
 Looks like Apple have gone and changed things again. On iPhone OS 4.1
 CardDAV now looks for the following URL;
 
 127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
 HTTP/1.1 404 28/0 0.028 - - 0
 
 When it hits this part it fails to verify on the phone.
 
 Full log of an OS4.1 client trying to access a CardDAV account:
 
 127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS 
 /SOGo/dav/.well-known/carddav HTTP/1.1 404 43/0 0.012 - - 0
 127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 401 
 0/0 0.000 - - 0
 2010-09-10 11:26:20.592 sogod[18521] Scanner initialised with nil string
 2010-09-10 11:26:20.608 sogod[18521] -[WEClientCapabilities 
 initWithRequest:]: Unknown WebClient: user-agent='DataAccess/1.0 (8B117)'
 127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 200 
 0/0 0.020 - - 0
 2010-09-10 11:26:20.704 sogod[18521] Scanner initialised with nil string
 127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] PROPFIND /SOGo/dav/u...@domain.net/ 
 HTTP/1.1 207 1870/517 0.008 - - 0
 127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
 HTTP/1.1 404 28/0 0.028 - - 0
 
 Any ideas?

 -- 
 users@sogo.nu
 https://inverse.ca/sogo/lists

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

[SOGo] CardDAV on iPhone 4.1 broken

2010-09-10 Thread Mark Adams
Looks like Apple have gone and changed things again. On iPhone OS 4.1
CardDAV now looks for the following URL;

127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
HTTP/1.1 404 28/0 0.028 - - 0

When it hits this part it fails to verify on the phone.

Full log of an OS4.1 client trying to access a CardDAV account:

127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/.well-known/carddav 
HTTP/1.1 404 43/0 0.012 - - 0
127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 401 0/0 
0.000 - - 0
2010-09-10 11:26:20.592 sogod[18521] Scanner initialised with nil string
2010-09-10 11:26:20.608 sogod[18521] -[WEClientCapabilities initWithRequest:]: 
Unknown WebClient: user-agent='DataAccess/1.0 (8B117)'
127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/ HTTP/1.1 200 0/0 
0.020 - - 0
2010-09-10 11:26:20.704 sogod[18521] Scanner initialised with nil string
127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] PROPFIND /SOGo/dav/u...@domain.net/ 
HTTP/1.1 207 1870/517 0.008 - - 0
127.0.0.1 - - [10/Sep/2010:11:26:20 GMT] OPTIONS /SOGo/dav/principals/ 
HTTP/1.1 404 28/0 0.028 - - 0

Any ideas?
-- 
users@sogo.nu
https://inverse.ca/sogo/lists