Hi,
For the file in /pub folder to be accessed without user credentials, you need to create a .access file in the /pub folder with the name of the file and the ACL set to it.For eg in the .access file your entry should be
a.xsd Anonymous
Reload the package after this and try accessing again.
As I intrpret the IS Admin Guide, IS does not automatically create an .access file. You have to create it yourself (eg., step 5 above). IS will process an existing .access file when a package is loaded/reloaded.
Hi,
The steps 4 to 6 you specified talk about changing the ACL’s while in this case you manually need to create a .access file which will contain the name of the file you want anonymous access and the ACL corresponding to that.It works fine for me.Just follow the steps and it should work for you too…
ladson- I meant to give you a generic example of some dummy file name, I do have the correct name. Thanks for the suggestion
Puneet- I did make sure i have a .access file with the anonymous access to the file I need( a.xsd anonymous).
But when I try to access the file using my browser I still need to give the user credentials to access the file, which is why I am suprised.