focusnet / focus-app-android

FOCUS Mobile
http://www.focusnet.eu
MIT License
0 stars 0 forks source link

HttpRequest#httpConnectionFactory - resolve redirections manually #28

Open jlnknz opened 8 years ago

jlnknz commented 8 years ago

Even if we call connection.setInstanceFollowRedirects(true), we still must handle redirections manually.

Not a problem as long as we do not communicate with a server that does redirections. This may come quickly, though.

jlnknz commented 8 years ago

Not required for PC1