vivekiyer / corporateaddressbook

1 stars 1 forks source link

If Corporateaddressbook's HTTP requests (POST and OPTIONS) receive an redirect response (302 Moved Temporarily) following requests became GET #85

Closed vivekiyer closed 10 years ago

vivekiyer commented 10 years ago

From satriani...@gmail.com on May 28, 2012 08:26:20

I use an web application on Jboss to simulate the Exchange Active Sync Service. My app contex is /Microsoft-Server-ActiveSync, so it responds to http requests on URL http://ip:port/Microsoft-Server-ActiveSync/ CorporateAddressBook sends every request (OPTIONS or POST) to http://ip:port/Microsoft-Server-ActiveSync and Jboss responds with a redirect (302) to correct URL http://ip:port/Microsoft-Server-ActiveSync/ but following request of CorporateAddressBook (sent to correct URL) became incorrectly an GET request. See attached dump file. To solve this problem I have modified Initialize method of ActiveSyncManager class setting mUri path to "/Microsoft-Server-ActiveSync/". What version of the product are you using? 1.3.0 What version of Android are you running? 4.0.3, 4.0, 3.2, 2.3.3

Attachment: Dump_CorporateAddressBook.txt

Original issue: http://code.google.com/p/corporateaddressbook/issues/detail?id=85

vivekiyer commented 10 years ago

From satriani...@gmail.com on May 29, 2012 02:32:46

Hi I have solved configuring JBOSS rewrite rules!

vivekiyer commented 10 years ago

From viveki...@gmail.com on May 29, 2012 10:22:09

Great. Do let me know if you still think this needs a fix in the app. I don't have a test for this, so would appreciate any support.

vivekiyer commented 10 years ago

From satriani...@gmail.com on May 30, 2012 05:10:50

Hi Vivek, CorporateAddressBook follows Active Sync documentation sending http requests to http://ip:port/Microsoft-Server-ActiveSync Anything fix is necessary. You can close this issue.

Andrea

vivekiyer commented 10 years ago

From dan.matt...@gmail.com on July 24, 2012 04:22:53

Thanks!

Status: Done