Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-update-dev] update manager and proxy authentication


Hi,

What was there in the past was not working and caused problems thus was removed.  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=54961.  There is no easy caching implementation.  Any new implementation needs to ensure there is not to many failed attempts, wrong passwords are not cached.  I also believe in case of ISA proxy, what we obtain from the APIs as realm is not the smallest unit for one authentication.  Different passwords may be required for the same ISA proxy realm depending on what resource is obtained.  Some password caching is implemented by jre classes, and smarter yet working implementation in update code may not be easily written without understanding of ISA proxy specifics and adequate APIs from jre.

None of the update comitters had the resources (understanding and access to the ISA proxy) to try to implement a reliable caching mechanism.  I don't believe this has changed, so this is the area where wider community involvement and a contribution would be important.

Konrad Kolosowski




Christophe Elek/Toronto/IBM@IBMCA
Sent by: platform-update-dev-bounces@xxxxxxxxxxx

03/02/2006 09:36 AM

Please respond to
"Eclipse Platform Update component developers list."

To
"Eclipse Platform Update component developers list." <platform-update-dev@xxxxxxxxxxx>
cc
"Eclipse Platform Update component developers list." <platform-update-dev@xxxxxxxxxxx>, platform-update-dev-bounces@xxxxxxxxxxx
Subject
Re: [platform-update-dev] update manager and proxy authentication






Korros,

I checked the code,

Things have changed drastically since 2.0

the UpdateManagerAuthenticator does not seem to persist the userid/password for a certain realm

So if we get 407 all the time from the proxy, we will prompt the user all the time

I will update the bug



 Christophe Elek
IBM Software Group - Toronto Lab
Technical Team Lead - Cross product Tech Support
Cross components problem resolution specialist
Eclipse.org - Platform Core development
Phone: 905-413-3467 T/L: 969-3467 Toll Free: 1-800-IBM-SERV
Email: celek@xxxxxxxxxx
----------------------------------------------
IMPORTANT SUPPORT UPDATE - Electronic Service Requests
Submit, manage, and monitor your Problem Management Records (PMRs) on demand.
List yourself as an IBM Authorized Caller in ESR.  
For instructions: http://www.ibm.com/software/support/help.html




"Panagiotis Korros" <panagiotis.korros@xxxxxxxxx>
Sent by: platform-update-dev-bounces@xxxxxxxxxxx

03/02/2006 08:16 AM

Please respond to
"Eclipse Platform Update component developers list." <platform-update-dev@xxxxxxxxxxx>

To
"Eclipse Platform Update component developers list." <platform-update-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-update-dev] update manager and proxy authentication







The multiple prompt occures both during when you fetch the info from
the site and during downloading (for every file).

We use the Microsoft ISA Server 2004 sp2.

Is there a way to help? maybe enable tracing?

On 3/2/06, Christophe Elek <celek@xxxxxxxxxx> wrote:
> Ok I am trying right now
>
>
>
>
>
> So far I have been prompted only once and I went through all the update
> sites to retrieve the site.xml
> I use CCProxy to test on my machine
>
> Does the multiple prompt occur during download or when we fetch the info
> from the site ?
> What proxy server do you have so I can test with ?
>
> Thanks :)
> Chris
>
> _______________________________________________
> platform-update-dev mailing list
> platform-update-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-update-dev
>


--
Take back the web http://www.getfirefox.com
_______________________________________________
platform-update-dev mailing list
platform-update-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-update-dev

_______________________________________________
platform-update-dev mailing list
platform-update-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-update-dev


Back to the top