You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/18 21:42:00 UTC

[jira] [Commented] (NETBEANS-61) Allow Authenticator to be pluggable

    [ https://issues.apache.org/jira/browse/NETBEANS-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170779#comment-16170779 ] 

ASF GitHub Bot commented on NETBEANS-61:
----------------------------------------

GitHub user phansson opened a pull request:

    https://github.com/apache/incubator-netbeans/pull/2

    Allow custom authenticator

    Fixes [NETBEANS-61](https://issues.apache.org/jira/browse/NETBEANS-61).
    
    Allows a Platform user to install his own version of an Authenticator which may be more appropriate for the given application than the one provided by default by the Platform. 
    In no implementation of Authenticator is found in the Global Lookup then everything will work as before.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/phansson/incubator-netbeans AllowCustomAuthenticator

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-netbeans/pull/2.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2
    
----

----


> Allow Authenticator to be pluggable
> -----------------------------------
>
>                 Key: NETBEANS-61
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-61
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: platform - Other
>            Reporter: Peter Hansson
>
> Currently the Platform will install its own version of an [Authenticator|https://docs.oracle.com/javase/8/docs/api/java/net/Authenticator.html], called {{NbAuthenticator}}. There's no way for Platform users to use their own Authenticator which may be more appropriate for the given application than the one provided by the Platform by default.
> Thanks to Lookup this is dead easy to fix.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)