Am Samstag, den 28.07.2007, 15:00 +0000 schrieb [EMAIL PROTECTED]: > Modified: > incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties > URL: > http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties?view=diff&rev=560551&r1=560550&r2=560551 > ============================================================================== > --- > incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties > (original) > +++ > incubator/cxf/trunk/rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/Messages.properties > Sat Jul 28 08:00:40 2007 > @@ -18,10 +18,7 @@ > +ADD_SERVANT_FAILED_MSG = Could not add servant to Jetty server: {0} > +REMOVE_SERVANT_FAILED_MSG = Could not remove servant from Jetty server: {0}
One thing I forgot to mention, Willem, is that we're using the term "Servant" in connection with the Jetty Server engine, apparently to mean child handler processes (?) of some sort. I don't know what a Jetty "servant" is though--googling that term is returning almost no rows. So I'm not sure that users of this code would understand what a servant is either. Is there a more official term we should use besides "servant"--something that the Jetty team themselves might use? Thanks, Glen
