[jbosstools-dev] how to disable Eclipse UserValidationDialog?
Snjezana Peco
snjezana.peco at redhat.com
Wed Nov 7 10:21:36 EST 2012
I think you can disable it by setting your own authenticator.
You can check how ECF sets its authenticator using the
org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRetrieveFileTransfer.UrlConnectionAuthenticator
class and the Authenticator.setDefault method.
Snjeza
On 11/6/2012 3:12 PM, André Dietisheim wrote:
> Hi
>
> In OpenShift tooling I have a dialog that allows you to create/edit
> connections to OpenShift. Behind the scenes I'm using
> HttpUrlConnection to talk to the OpenShift REST service. If I provide
> invalid user-credentials Eclipse pops up a dialog for the user to
> provide username and password on top of my dialog.
>
> https://issues.jboss.org/browse/JBIDE-12999
>
> It turns out that Eclipse is registering it's very own Authenticator
> in HttpUrlConnection which is invoking the Eclipse credentials dialog
> if the Http response is 401.
> Does anybody know how to disable this in Eclipse? I'm pretty stuck,
> I'd appreciate any input.
>
> Thanks!
> André
>
>
>
>
>
> _______________________________________________
> jbosstools-dev mailing list
> jbosstools-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jbosstools-dev/attachments/20121107/ca4bcbc9/attachment.html
More information about the jbosstools-dev
mailing list