Github user agrieve commented on a diff in the pull request:

    https://github.com/apache/cordova-android/pull/143#discussion_r22887157
  
    --- Diff: framework/src/org/apache/cordova/CordovaActivity.java ---
    @@ -147,6 +147,17 @@ public void setAuthenticationToken(AuthenticationToken 
authenticationToken, Stri
         }
     
         /**
    +     * Specifies the HTTP auth handler for handling auth challenge 
requests.
    +     *
    +     * @param handler The HTTP auth handler.
    +     */
    +    public void setHttpAuthRequestHandler(HttpAuthRequestHandler handler) {
    --- End diff --
    
    If there's no direct reason to add this to CordovaActivity, I'd prefer it 
not added. CordovaActivity has a lot of symbols in it already, and they a 
little bit just add noise.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to