OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

xacml-users message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [xacml-users] Validating XACML policies and requests againstXSD


Seth Proctor schrieb:
> Hi Hao.
> 
>> I also wonder why sunxacml implementation does not support xml schema with naming space in xacml policies.
>  
> To be clear, SunXACML does support validation, and for policies it does
> support namespaces. The issue is only for Request/Reonse elements, where
> the code has not been updated to support 2.0 and therefore assumes that
> there is only one version of XACML available.

SunXACML doesn't fully support namespaces for policies. For example, the
following policy, although it can be validated using XSD, cannot be
handled by SunXACML:

<xacml:Policy xmlns:xacml="urn:...">
  ...
</xacml:Policy>

Roland


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]