Options I've seen suggested to this: 1) Write a servlet that passes through the content of resources. 2) Internal redirect via a servlet or filter.
Either should work. All that's really forbidden is direct client access to the contents of WEB-INF. --David Marc Farrow wrote: > I think the Servlet Specs do not allow this, so I doubt any Servlet > container will allow this via HTTP. You can do it via File/Stream I/O > however. > > > > On 5/3/06, Dong, Roland <[EMAIL PROTECTED]> wrote: > >> >> >> Is there a way to have web access to /WEB-INF? I want to have this >> capability to access a directory under /WEB-INF by URL. Is there a way >> to configure that? >> >> I understand the secruity concern on this, but it is an internal >> application and we want to use WebDav to access that directory. >> >> Thanks >> >> Richard >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > Marc Farrow --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]