Re: [xacml-users] Validating XACML policies and requests against XSD

From
hao chen <>
Date
2009-01-13T22:19:07+00:00
ID
Thread
Re: [xacml-users] Validating XACML policies and requests against XSD
Hi Seth Proctor,

As Roland mentioned, sunXacml implementation throws errors when the policy is as the following. It is a policy instead of request/response.

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

How could it be possible for that a Policy tag can't be namespaced and says SunXACML supports schema validation and namespace?

Best Regard
Hao

--- On Tue, 1/13/09, Seth Proctor <> wrote:

> From: Seth Proctor <>
> Subject: Re: [xacml-users] Validating XACML policies and requests against XSD
> To: "hao chen" <>
> Cc: , , 
> Date: Tuesday, January 13, 2009, 2:28 PM
> 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.
> 
> 
> seth