0

I have a webproject in J2ee , now there are some files which can be access directly by typing thier URL and some files which cannot be accessed EG files under folder admin/xyz.js are Not accesble but files under folder common/xyz.js is accessable

now i want to remove this and make all files accessable due to some resons(pls note this). From where do i need to remove secuity rectriction?

akp
  • 1,823
  • 7
  • 26
  • 29
  • there can be many configuration that can restrict this, what security framework is used in your app ? – jmj Nov 12 '10 at 07:33

1 Answers1

0

See in your WEB-INF/web.xml --> <security-constraint> section.

mauretto
  • 3,183
  • 3
  • 27
  • 28