View Issue Details

IDProjectCategoryView StatusLast Update
0002872SOGoActiveSyncpublic2014-09-05 19:00
Reportersogo-tester Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
PlatformMicrosoft-Server-ActiveSync/12.0OSWeb 
Product Version2.2.6 
Summary0002872: Microsoft needs "Basic" in WWW-Authenticate "basic realm=Sogo" in Uppercase...
Description

Basic needs to be Uppercase accordingly to the standard?

Steps To Reproduce

Use https://testconnectivity.microsoft.com to test ActiveSync

Try with (in Apache SOGo.conf):
<Proxy http://127.0.0.1:20000/SOGo/Microsoft-Server-ActiveSync>
Header unset WWW-Authenticate
Header add WWW-Authenticate "Basic realm=Sogo"
</Proxy>
Try without that.

Additional Information

With the above Proxy Rule the test is going further but don't pass the FolderSync command on my server. Sogo 2.2.6

EXCEPTION: <NSException: 0xb91bf670> NAME:SOGoCacheIOException REASON:table url is not set for object '<0xB923E768[SOGoCacheGCSObject]: name=677731586>' INFO:(null)

TagsNo tags attached.

Activities

ludovic

ludovic

2014-09-05 19:00

administrator   ~0007478

Microsoft doesn't include authentication information (in HTTP headers) in subsequent requests after authentication.

So SOGo has no clue for which user the request is.

When I used that tool a while ago, I to hack around the SOGo source code to hardcode username information.

That tool is crap, no plan on messing the SOGo code for it.

But for your info, we were passing all tests.

Issue History

Date Modified Username Field Change
2014-07-27 14:40 sogo-tester New Issue
2014-09-05 19:00 ludovic Note Added: 0007478
2014-09-05 19:00 ludovic Status new => closed
2014-09-05 19:00 ludovic Assigned To => ludovic
2014-09-05 19:00 ludovic Resolution open => won't fix