View Issue Details

IDProjectCategoryView StatusLast Update
0014941Mylyn ConnectorCorepublic2025-07-14 15:47
Reporterrombert Assigned To 
PrioritylowSeveritytweakReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.1.4 
Target VersionBacklog 
Summary0014941: Double calls to web services with HTTP_AUTH set
Description

When using HTTP authentication, each web services call is performed twice:

  • the first one without authentication headers, so the server replies HTTP 401.
  • the second with headers set, so the server executes it.

There is no need to duplicate calls: if the header is set before every call, they will be performed only once, which should be the expected behaviour.

TagsNo tags attached.

Activities

rombert

rombert

2012-11-04 11:29

manager   ~0033502

This is the way the Axis client works, and we're reusing the support from the Mylyn web service bundle. I'll see if anything can be done.

rombert

rombert

2012-11-04 11:29

manager   ~0033503

Original note author: jovani-favero

.

rombert

rombert

2012-11-04 11:29

manager   ~0033504

Last edited: 2012-11-04 12:31

Originally reported at https://sourceforge.net/apps/mantisbt/mylyn-mantis/view.php?id=147 by zigo73