AccessControl element
Cantor, Scott
cantor.2 at osu.edu
Wed Jun 21 16:00:27 EDT 2017
On 6/21/17, 3:53 PM, "users on behalf of Young, Darren" <users-bounces at shibboleth.net on behalf of Darren.Young at chicagobooth.edu> wrote:
> What’s the correct syntax to use for the Path and AccessControl elements
> with nested directories?
That isn't the problem, the XML parser doesn't know anything about the content, just the form, so it can't be the cause of a parser error.
> If I have <Path=secure> should the next one be
> <Path=secure/something> or should it be <Path=something> and have it nested under the previous Path element?
You have to have quotes that you're not including in either case, but to your question, siblings cannot overlap. If you nest them, that works. If you don't nest them, then the names in the sibling Path elements can't overlap, so "secure" and "secure/something" can't co-exist, and the log should tell you that it ignored one.
-- Scott
More information about the users
mailing list