The following reply was made to PR mod_jserv/4852; it has been noted by GNATS.
From: "jon *" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: mod_jserv/4852: Accessing Class files in packages. Date: Thu, 12 Aug 1999 11:23:26 -0700 > You can access it with package.ServletClass but this > introduces problems with HttpServletResponse.encodeUrl( String ) as it > strips of the `package.' part leaving: > http://my.domain/servlets/ServletClass as the resulting URL. this is a bug in your programming. I cannot duplicate it. Here is source code examples that show that it works just fine. example actually working: <http://www.working-dogs.com/example/test.EncodeTest> source code: <http://www.working-dogs.com/jservconf/test/> nothing is stripped. -jon