Bug 251329

Summary: [Discovery][jSLP] Locator.findAttributes(...) may return Dictionary
Product: [RT] ECF Reporter: Markus Kuppe <bugs.eclipse.org>
Component: ecf.protocolsAssignee: ecf.core-inbox <ecf.core-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: cernst
Version: 3.0.0Keywords: plan
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on: 255006    
Bug Blocks: 228882    

Description Markus Kuppe CLA 2008-10-19 17:32:21 EDT
Locator.findAttributes(...) may return Dictionary 
ch.ethz.iks.slp.Locator.findAttributes(ServiceURL, List, List) and
ch.ethz.iks.slp.Locator.findAttributes(ServiceURL, List, List) may return
return java.util.Dictionary instead of
ch.ethz.iks.slp.ServiceLocationEnumeration.
The dictionary may contain the actual key/value pair instead of a string
representation "(key = value)".

Also check https://bugs.eclipse.org/bugs/show_bug.cgi?id=228882#c9 when fixed. This isn't really a blocker but a workaround can be remove (thus marked as blocker).

Version is set to 3.0 as this requires API changes in jSLP.