ibm-bluemix-mobile-services / bms-clientsdk-android-core

Core components of Bluemix Mobile Services Android SDK
Apache License 2.0
6 stars 11 forks source link

Exception while calling to Request if initialize with wrong params #19

Closed cirilla closed 7 years ago

cirilla commented 8 years ago
  1. Call to initialize with wrong params (empty string for example )
  2. call to simple request Request request = new Request("/protectedResource", Request.GET);

You get an IllegalArgumentException instead of call to onFailure of the listener

dgonz7 commented 8 years ago

Can you post the stack trace you get?