You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Gu...@Dell.com on 2002/12/02 17:09:49 UTC

security context

Hello

I have an asp page setup that is on a IIS server. The permissions are
"Integrated Windows Authentication". The asp returns an xml.

If I specify this url from jave program then I'm not able to access the xml.
But if I change the permissions to anonymous then I can access the xml.

I think the reason is that security context is not getting passed. Is there
a way to pass the security context from a java program? 

Gunjan