Bug 251329 - [Discovery][jSLP] Locator.findAttributes(...) may return Dictionary
Summary: [Discovery][jSLP] Locator.findAttributes(...) may return Dictionary
Status: NEW
Alias: None
Product: ECF
Classification: RT
Component: ecf.protocols (show other bugs)
Version: 3.0.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: ecf.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on: 255006
Blocks: 228882
  Show dependency tree
 
Reported: 2008-10-19 17:32 EDT by Markus Kuppe CLA
Modified: 2008-12-08 09:23 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.