475 add missing rest authentication by dhleong · Pull Request #711 · androidannotations/androidannotations · GitHub
Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

475 add missing rest authentication#711

Merged
DayS merged 2 commits into
androidannotations:developfrom
dhleong:475_Add_Missing_Rest_Authentication
Oct 12, 2013
Merged

475 add missing rest authentication#711
DayS merged 2 commits into
androidannotations:developfrom
dhleong:475_Add_Missing_Rest_Authentication

Conversation

@dhleong

@dhleong dhleong commented Sep 3, 2013

Copy link
Copy Markdown
Contributor

The Delete/Head/Options methods were not being processed properly for the @RequiresHeader annotation (or, really, anything that used the HttpEntity). This pull request should fix that.

(See #475)

@DayS

DayS commented Sep 20, 2013

Copy link
Copy Markdown
Contributor

@lalith-b

Copy link
Copy Markdown
Contributor

Completed handling responses with DELETE and PUT HTTP Methods. #748 I dont think there's a need to do JUnit tests for this as its just refactoring.

@DayS DayS merged commit d1c95a8 into androidannotations:develop Oct 12, 2013
@DayS

DayS commented Oct 12, 2013

Copy link
Copy Markdown
Contributor

I fixed the unit test and did some refactoring.
Thanks for the fix.

For next time, please start a new branch from develop instead of your old branch :)

@lalith-b

Copy link
Copy Markdown
Contributor

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants