Skip to Content.
Sympa Menu

mace-opensaml-users - Re: namespace prefix

Subject: OpenSAML user discussion

List archive

Re: namespace prefix


Chronological Thread 
  • From: Asa Hardcastle <>
  • To:
  • Subject: Re: namespace prefix
  • Date: Wed, 11 Jul 2007 12:05:26 -0400

I was on the wrong trail. After further investigation, it turns out that the problem turns out to be case.

this gets unmarshalled:

<xyz:Assertion ID="asdasdasdasdasdasd"

this does not:

<xyz:assertion id="asdasdasdasdasdasd"

Is there a setting for ignore case? (on both attributes and elements)


thanks,

asa

--
Asa Hardcastle, Technical Lead, openLiberty
Tel: +1.413.429.1044 Skype: subsystem7




On Jul 11, 2007, at 10:46 AM, Scott Cantor wrote:

How do I handle random namespace prefixes? Like this for example:

Define "handle". Our code doesn't change prefixes, it just tracks them as
best it can. It will probably add different prefixes if the objects are
modified or added to, but if it makes the XML non-well-formed, there's a
bug.

That said, while our code is vastly more willing to actually try and deal
with stuff like this than the average library, whatever code is producing
that needs to be taken out and shot.

-- Scott






Archive powered by MHonArc 2.6.16.

Top of Page