Tuesday, July 19, 2011

Re: [android-developers] Re: HttpURLConnection gives FileNotFoundException

Have you checked (debugged) that your method getPasswordAuthentication is actually called? It could be that some other 'default' Authenticator is set at the same time and yours is not being used at all.

You could always check what goes over the wire. When testing your app in the Android emulator, you could use WireShark to monitor outgoing request (and the incoming responses).

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment