Re: [sunxacml-discuss] sunxacml policy evaluation problem
Brought to you by:
farrukh_najmi,
sethp
|
From: Seth P. <Set...@Su...> - 2005-03-10 23:50:16
|
> I made a class to generate the RequestCtx object. Because I use the > same class to test with both policies (policy in the file and the > policy generated by the policy builder) it is unlikely that there are > any additional space or typos. > > Also, I manually inspected both policies, generated by the policy > builder class, and the policy in the file. Both are same. Hrm. Without seeing more of your system, it's hard to guess at what's going wrong. If the request is really the same in both cases, and you're creating the same policies both times, then there's no reason the attribute should be available in one place and not the other. It's strange. Hrm... Are you seeing any other unexpected errors or messages? Any hints as to where there might be a problem? seth |