Hi. ServletContext.getResourcePaths() on page 140 of the 2.3 spec
doesnt define some things...

1. What if a path has several '/' like this "/WEB-INF///////"
does that get normalized?

2. If a path doesnt have a trailing slash, then what? ie. "/WEB-INF"
or "/WEB"

3. What if a null is passed for the path, should a NPE be thrown
or should null be returned.

Thanks
[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to