User: jules_gosnell Date: 01/12/21 17:45:29 Modified: jetty/src/main/org/jboss/jetty JBossWebApplicationContext.java Log: oops - this should have gone in a couple of hours ago - synch up with latest Jetty cvs Revision Changes Path 1.11 +10 -2 contrib/jetty/src/main/org/jboss/jetty/JBossWebApplicationContext.java Index: JBossWebApplicationContext.java =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/JBossWebApplicationContext.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- JBossWebApplicationContext.java 2001/12/09 06:05:49 1.10 +++ JBossWebApplicationContext.java 2001/12/22 01:45:29 1.11 @@ -5,7 +5,7 @@ * See terms of license at gnu.org. */ -// $Id: JBossWebApplicationContext.java,v 1.10 2001/12/09 06:05:49 user57 Exp $ +// $Id: JBossWebApplicationContext.java,v 1.11 2001/12/22 01:45:29 jules_gosnell Exp $ // A Jetty HttpServer with the interface expected by JBoss' // J2EEDeployer... @@ -46,7 +46,7 @@ _log = Logger.getLogger(JBossWebApplicationContext.class.getName() + "#" + contextPathSpec); - + _descriptorParser = descriptorParser; _webApp = webApp; _parser = parser; @@ -248,6 +248,14 @@ String path=getClass().getClassLoader().getResource(resource).toString(); // lose initial "jar:file:" and final "!/..." return path.substring("jar:file:".length(),path.length()-(resource.length()+2)); + } + + protected void + startHandlers() + throws Exception + { + setUpENC(); + super.startHandlers(); } protected void
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development