Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Help with ProxyAuthenticator

Hi,

I am new to WTP and seeking for a pointer in the right direction for solving my current problem.  I am developing a feature which allows users to access web pages from within Eclipse.  If access to a page requires basic authentication, a popup dialog will show and prompt users for the username and password.  I am aware that the InternetPlugin has a ProxyAuthenticator which also prompts users for the username and password.  However, I would like to use my own way to prompt users for the information because there are additional handlings (e.g. I would like to save the username and password so that users can edit them later).  Other parts of my application uses WTP, and the Internet plugin is in an internal package.  It seems I cannot swap the ProxyAuthenticator in and out.  The version of WTP I am using is 1.5.0.

Any help is deeply appreciated.

Jenny



      ____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ


Back to the top