Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ContextId"

(Open issues)
Line 14: Line 14:
  
 
==Open issues==
 
==Open issues==
# Context providers are in some cases (i.e. cases where the provider is creating a new Context and associated ContextRef) the generators/assigners of new ContextRefs. Should we allow them to assign their own schemes if they use proprietary technology (as in "proprietary-scheme-a" in #2 above)?
 
# Do we assume all URIs that use the HTTP scheme are resolvable? (URLs)
 
# Beyond resolvable, should we require as Tony has suggested that all HTTP-scheme URIs are also WS-Addressing endpoint references? (This would solve the problem of how a provider could get the policy and other metadata to help it try to open and access the context data)
 
 
# Do we need a method in IdAS to test that two given ContextRefs actually resolve to the same [[Context]]?
 
# Do we need a method in IdAS to test that two given ContextRefs actually resolve to the same [[Context]]?

Revision as of 00:30, 9 December 2006

Examples

  1. http://www.fabrikam123.example/4f544/ldap347/HR/employees --an LDAP employee directory
  2. proprietary-scheme-a://contactlist -- user's contact list stored as tab-delimited file
  3. xri://foo*bar/baz

Open issues

  1. Do we need a method in IdAS to test that two given ContextRefs actually resolve to the same Context?

Back to the top