Skip to Content.
Sympa Menu

shibboleth-dev - Metadata changes

Subject: Shibboleth Developers

List archive

Metadata changes


Chronological Thread 
  • From: Scott Cantor <>
  • To:
  • Subject: Metadata changes
  • Date: Sun, 20 Apr 2003 21:08:04 -0400
  • Importance: Normal
  • Organization: The Ohio State University

I've added three attributes to the Site element in the metadata:

ContactName
ContactEmail
ErrorURL

They're exposed now via the metadata interface in the code at the target for
whatever purpose.

OriginSiteMapper mapper;
const char* url=mapper.getErrorURL(origin_site);

Note they're char* properties, not XMLCh*.

The OriginSiteMapper class just wraps the locking mechanism that's inside the
code for read/write locking on the mapper object.

I reimplemented the code to stat the file at startup, and examine it each
time the object is accessed, reloading it if needed. You
can still use an http URL, which doesn't reload, but if you use a pathname
instead, it should solve the reliability problems.

-- Scott

------------------------------------------------------mace-shib-design-+
For list utilities, archives, subscribe, unsubscribe, etc. please visit the
ListProc web interface at

http://archives.internet2.edu/

------------------------------------------------------mace-shib-design--




Archive powered by MHonArc 2.6.16.

Top of Page