jbisson / corporateaddressbook

Automatically exported from code.google.com/p/corporateaddressbook
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by satriani...@gmail.com on 28 May 2012 at 3:26

Attachments:

GoogleCodeExporter commented 8 years ago
Hi
I have solved configuring JBOSS rewrite rules!

Original comment by satriani...@gmail.com on 29 May 2012 at 9:32

GoogleCodeExporter commented 8 years ago
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.

Original comment by viveki...@gmail.com on 29 May 2012 at 5:22

GoogleCodeExporter commented 8 years ago
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

Original comment by satriani...@gmail.com on 30 May 2012 at 12:10

GoogleCodeExporter commented 8 years ago
Thanks!

Original comment by dan.matt...@gmail.com on 24 Jul 2012 at 11:22