Apache JServ sources are still available via anonymous CVS from the Jakarta web site (see http://jakarta.apache.org/site/cvsindex.html). The CVS module name is "java-jserv".
Craig McClanahan On Mon, 3 Dec 2001, Antony Bowesman wrote: > Date: Mon, 03 Dec 2001 17:32:48 +0200 > From: Antony Bowesman <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: TomcatDev <[EMAIL PROTECTED]> > Subject: Off topic:Old jserv source question > > Hi, > > Sorry for the legacy question but it seems all the names I come across > when doing a search for this seem to be working on Tomcat... > > I'm stuck fixing a problem with a servlet running in jserv/apache > environment. > > I have a servlet service() method which sets a response header > > public void service(HttpServletRequest req, HttpServletResponse resp) > throws ServletException > { > resp.setHeader("Pragma", "no-cache"); > if (resp.containsHeader("Pragma")) > ... > > The containsHeader() ALWAYS returns false. I'm running > > Apache/1.3.12 (Unix) mod_ssl/2.6.6 OpenSSL/0.9.6 ApacheJServ/1.1.2 > > I can't find any source for JServeConnection. Can anyone tell me if > containsHeader is supposed to work. I found some cvs commits on the web > which may have implied that it always does return false. > > Many thanks > Antony > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>