Hello. We have Tomcat 3.2 running under Windows NT. When ServletContext.getRealPath is called on a String which ends with a trailing slash, for example "WEB-INF/xsl/", that String is correctly converted into the absolute path we expect (ie complete with trailing slash). With Tomcat 4 milestone 5 under Linux, getRealPath seems to drop the trailing slash, so that the absolute path in the example above would end with "WEB-INF/xsl". Is this the expected behaviour? Thanks, Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
