cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/ant Tomcat3JSPVersionFile.java Tomcat3Precompiler.java

2004-02-24 Thread billbarker
billbarker2004/02/24 00:00:56

  Modified:src/share/org/apache/tomcat/ant Tomcat3JSPVersionFile.java
Tomcat3Precompiler.java
  Log:
  Updating to the Apache License v2.0.
  
  Revision  ChangesPath
  1.3   +14 -52
jakarta-tomcat/src/share/org/apache/tomcat/ant/Tomcat3JSPVersionFile.java
  
  Index: Tomcat3JSPVersionFile.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/ant/Tomcat3JSPVersionFile.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Tomcat3JSPVersionFile.java21 May 2002 18:15:02 -  1.2
  +++ Tomcat3JSPVersionFile.java24 Feb 2004 08:00:56 -  1.3
  @@ -1,55 +1,17 @@
  -/*
  - * The Apache Software License, Version 1.1
  +/*   
  + *  Copyright 2002-2004 The Apache Sofware Foundation.
*
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:
  - *   This product includes software developed by the
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowlegement may appear in the software itself,
  - *if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names The Jakarta Project, Ant, and Apache Software
  - *Foundation must not be used to endorse or promote products derived
  - *from this software without prior written permission. For written
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * http://www.apache.org/.
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
*/
   
   package org.apache.tomcat.ant;
  
  
  
  1.5   +13 -51
jakarta-tomcat/src/share/org/apache/tomcat/ant/Tomcat3Precompiler.java
  
  Index: Tomcat3Precompiler.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/ant/Tomcat3Precompiler.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Tomcat3Precompiler.java   5 Aug 2002 13:30:49 -   1.4
  +++ Tomcat3Precompiler.java   24 Feb 2004 08:00:56 -  1.5
  @@ -1,55 +1,17 @@
  -/*
  - * The Apache Software License, Version 1.1
  +/*   
  + *  Copyright 2001-2004 The Apache Sofware Foundation.
*
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and 

jk2 hook level

2004-02-24 Thread Henri Gomez
While searching why jk2 could be a problem with others modules,
I noticed that we use in jk2 :
ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST);

We're using in jk :

ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE);

Shouldn't we use APR_HOOK_MIDDLE also in jk2 ?





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-connectors/jk/support jk_pcre.m4 jk_ws.m4 jk_tchome.m4 jk_apr.m4 jk_apxs.m4 jk_apache_static.m4 jk_java.m4 jk_exec.m4

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:41:40

  Modified:jk/support jk_pcre.m4 jk_ws.m4 jk_tchome.m4 jk_apr.m4
jk_apxs.m4 jk_apache_static.m4 jk_java.m4
jk_exec.m4
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.4   +12 -54jakarta-tomcat-connectors/jk/support/jk_pcre.m4
  
  Index: jk_pcre.m4
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_pcre.m4,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- jk_pcre.m45 Nov 2003 09:14:28 -   1.3
  +++ jk_pcre.m424 Feb 2004 08:41:40 -  1.4
  @@ -1,60 +1,18 @@
  -dnl  =
   dnl
  -dnl  The Apache Software License,  Version 1.1
  +dnl Copyright 1999-2004 The Apache Software Foundation
   dnl
  -dnl   Copyright (c) 1999-2003 The Apache Software Foundation.
  -dnlAll rights reserved.
  +dnl Licensed under the Apache License, Version 2.0 (the License);
  +dnl you may not use this file except in compliance with the License.
  +dnl You may obtain a copy of the License at
  +dnl
  +dnl http://www.apache.org/licenses/LICENSE-2.0
  +dnl
  +dnl Unless required by applicable law or agreed to in writing, software
  +dnl distributed under the License is distributed on an AS IS BASIS,
  +dnl WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +dnl See the License for the specific language governing permissions and
  +dnl limitations under the License.
   dnl
  -dnl  =
  -dnl
  -dnl  Redistribution and use in source and binary forms,  with or without modi-
  -dnl  fication, are permitted provided that the following conditions are met:
  -dnl
  -dnl  1. Redistributions of source code  must retain the above copyright notice
  -dnl notice, this list of conditions and the following disclaimer.
  -dnl
  -dnl  2. Redistributions  in binary  form  must  reproduce the  above copyright
  -dnl notice,  this list of conditions  and the following  disclaimer in the
  -dnl documentation and/or other materials provided with the distribution.
  -dnl
  -dnl  3. The end-user documentation  included with the redistribution,  if any,
  -dnl must include the following acknowlegement:
  -dnl
  -dnlThis product includes  software developed  by the Apache  Software
  -dnl Foundation http://www.apache.org/.
  -dnl
  -dnl Alternately, this acknowlegement may appear in the software itself, if
  -dnl and wherever such third-party acknowlegements normally appear.
  -dnl
  -dnl  4. The names The Jakarta Project,  Apache WebApp Module,  and Apache
  -dnl Software Foundation  must not be used to endorse or promote  products
  -dnl derived  from this  software  without  prior  written  permission. For
  -dnl written permission, please contact [EMAIL PROTECTED].
  -dnl
  -dnl  5. Products derived from this software may not be called Apache nor may
  -dnl Apache appear in their names without prior written permission of the
  -dnl Apache Software Foundation.
  -dnl
  -dnl  THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESSED OR IMPLIED WARRANTIES
  -dnl  INCLUDING, BUT NOT LIMITED TO,  THE IMPLIED WARRANTIES OF MERCHANTABILITY
  -dnl  AND FITNESS FOR  A PARTICULAR PURPOSE  ARE DISCLAIMED.  IN NO EVENT SHALL
  -dnl  THE APACHE  SOFTWARE  FOUNDATION OR  ITS CONTRIBUTORS  BE LIABLE  FOR ANY
  -dnl  DIRECT,  INDIRECT,   INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL
  -dnl  DAMAGES (INCLUDING,  BUT NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS
  -dnl  OR SERVICES;  LOSS OF USE,  DATA,  OR PROFITS;  OR BUSINESS INTERRUPTION)
  -dnl  HOWEVER CAUSED AND  ON ANY  THEORY  OF  LIABILITY,  WHETHER IN  CONTRACT,
  -dnl  STRICT LIABILITY, OR TORT  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  -dnl  ANY  WAY  OUT OF  THE  USE OF  THIS  SOFTWARE,  EVEN  IF  ADVISED  OF THE
  -dnl  POSSIBILITY OF SUCH DAMAGE.
  -dnl
  -dnl  =
  -dnl
  -dnl  This software  consists of voluntary  contributions made  by many indivi-
  -dnl  duals on behalf of the  Apache Software Foundation.  For more information
  -dnl  on the Apache Software Foundation, please see http://www.apache.org/.
  -dnl
  -dnl  =
  -
   
   
   
  
  
  
  1.7   +13 -54jakarta-tomcat-connectors/jk/support/jk_ws.m4
  
  Index: jk_ws.m4
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_ws.m4,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk_ws.m4  9 Feb 2004 09:20:28 -   1.6
  +++ jk_ws.m4  24 Feb 2004 

cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl tomcat_reports.pl

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:42:04

  Modified:jk/tools/reports tomcat_trend.pl tomcat_reports.pl
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.8   +18 -59jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl
  
  Index: tomcat_trend.pl
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- tomcat_trend.pl   5 Nov 2003 09:14:40 -   1.7
  +++ tomcat_trend.pl   24 Feb 2004 08:42:04 -  1.8
  @@ -1,61 +1,20 @@
   #!/usr/local/bin/perl
   
  -# = 
  -#   
  -# The Apache Software License,  Version 1.1 
  -#   
  -#  Copyright (c) 1999-2003 The Apache Software Foundation.  
  -#   All rights reserved.
  -#   
  -# = 
  -#   
  -# Redistribution and use in source and binary forms,  with or without modi- 
  -# fication, are permitted provided that the following conditions are met:   
  -#   
  -# 1. Redistributions of source code  must retain the above copyright notice 
  -#notice, this list of conditions and the following disclaimer.  
  -#   
  -# 2. Redistributions  in binary  form  must  reproduce the  above copyright 
  -#notice,  this list of conditions  and the following  disclaimer in the 
  -#documentation and/or other materials provided with the distribution.   
  -#   
  -# 3. The end-user documentation  included with the redistribution,  if any, 
  -#must include the following acknowlegement: 
  -#   
  -#   This product includes  software developed  by the Apache  Software 
  -#Foundation http://www.apache.org/.  
  -#   
  -#Alternately, this acknowlegement may appear in the software itself, if 
  -#and wherever such third-party acknowlegements normally appear. 
  -#   
  -# 4. The names  The  Jakarta  Project,  Jk,  and  Apache  Software 
  -#Foundation  must not be used  to endorse or promote  products derived 
  -#from this  software without  prior  written  permission.  For  written 
  -#permission, please contact [EMAIL PROTECTED].
  -#   
  -# 5. Products derived from this software may not be called Apache nor may 
  -#Apache appear in their names without prior written permission of the 
  -#Apache Software Foundation.
  -#   
  -# THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESSED OR IMPLIED WARRANTIES 
  -# INCLUDING, BUT NOT LIMITED TO,  THE IMPLIED WARRANTIES OF MERCHANTABILITY 
  -# AND FITNESS FOR  A PARTICULAR PURPOSE  ARE DISCLAIMED.  IN NO EVENT SHALL 
  -# THE APACHE  SOFTWARE  FOUNDATION OR  ITS CONTRIBUTORS  BE LIABLE  FOR ANY 
  -# DIRECT,  INDIRECT,   INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL 
  -# DAMAGES (INCLUDING,  BUT NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS 
  -# OR SERVICES;  LOSS OF USE,  DATA,  OR PROFITS;  OR BUSINESS INTERRUPTION) 
  -# HOWEVER CAUSED AND  ON ANY  THEORY  OF  LIABILITY,  WHETHER IN  CONTRACT, 
  -# STRICT LIABILITY, OR TORT  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
  -# ANY  WAY  OUT OF  THE  USE OF  THIS  SOFTWARE,  EVEN  IF  ADVISED  OF THE 
  -# POSSIBILITY OF SUCH DAMAGE.   
  -#   
  -# = 
  -#   
  -# This software  consists of voluntary  contributions made  by many indivi- 
  -# duals on behalf of the  Apache Software Foundation.  For more information 
  -# on the Apache Software Foundation, please see http://www.apache.org/.   
  -#

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:42:38

  Modified:jk/xdocs/jk2 configwebcom.xml
  Log:
  Update jk2 documentation (channel.socket)...
  
  Revision  ChangesPath
  1.11  +49 -58jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- configwebcom.xml  16 Feb 2004 08:16:58 -  1.10
  +++ configwebcom.xml  24 Feb 2004 08:42:38 -  1.11
  @@ -90,6 +90,16 @@
   tdnot set/td
   tdPass the URI escaped./td
   /tr
  +tr
  +tdnoRecoveryIfRequestSent/td
  +tdset/td
  +tdNo recovery in LB mode if a Tomcat allready received 
the request./td
  +/tr
  +tr
  +tdnoRecoveryIfHeaderSent/td
  +tdset/td
  +tdNo recovery in LB mode if a Tomcat allready start to 
send reply to client./td
  +/tr
   /table
   /p
   pOnly one of the forwardURI option could be used it replaces the 
default value./p
  @@ -265,6 +275,10 @@
   [channel.socket:localhost:8009] and all other things will have good defaults. 
   /p
   p
  +NB: Starting with JK2 2.0.4, APR is mandatory and the channel.socket use APR 
(previously
  +called channel.apr).
  +/p
  +p
   Tomcat Engine must be set with jvmRoute=HOST:PORT, to match the default tomcatId 
of the channel.
   /p
   p
  @@ -295,61 +309,6 @@
   td? /td
   /tr
   tr
  -tdlb_factor/td
  -td1/td
  -td
  -Load balancing factor to use. At this moment, it'll be set on the worker,
  -but in future it should be possible to use lb on a channel level.
  -  /td
  -/tr
  -tr
  -tdgroup/td
  -tdlb/td
  -tdloadbalanced groups to which this channel and the 
associated worker will be added, multivalued. You need to set it only if you have an 
advanced setup with multiple clusters./td
  -/tr
  -tr
  -tdtomcatId/td
  -tdAutomatically set to the localname ( host:port 
)/td
  -tdMust match the JVM route on tomcat Engine, for load 
balancing/td
  -/tr
  -/table
  -/p
  -/subsection
  -subsection name=channel.apr
  -p
  -A communication transport to a remote Engine using APR library
  -bMagic:/b The local part of the name will be the Engine name,
  -to use when defining the uri mappings. For example
  -channel.apr.local_9009 will automatically define an engine named
  -local_9009, and if no other setting is set ajp13 will be used for
  -communication.
  -bMagic:/b If no channel is defined in the config, a default channel
  -will be constructed with port=8009, engine=DEFAULT, worker=ajp13 -
  -named 'channel.apr.DEFAULT'
  -/p
  -p
  -table
  -tr
  -thProperty name/th
  -thDefault/th
  -thDescription/th
  -/tr
  -tr
  -tdport/td
  -td8009/td
  -tdPort where Tomcat is listening/td
  -/tr
  -tr
  -tdhost/td
  -tdlocalhost/td
  -tdRemote host/td
  -/tr
  -tr
  -tdkeepalive/td
  -td0 (disabled)/td
  -tdIf set to 1 then it enables the use of keep-alive 
packets on TCP connection /td
  -/tr
  -tr
   tdtimeout/td
   td0 (infinite)/td
   tdSocket timeout for sending and receiving/td
  @@ -369,8 +328,13 @@
   /tr
   tr
   tdgroup/td
  -tdlb:0/td
  -tdloadbalanced groups to which this channel and the 
associated worker will be added, multivalued/td
  +  

cvs commit: jakarta-tomcat-connectors/jk/native2/server/dsapi jk_dsapi_plugin.c

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:44:43

  Modified:jk/native2/include jk_env.h jk_worker.h jk_logger.h jk_msg.h
jk_requtil.h jk_md5.h jk_pool.h jk_map.h
jk_channel.h jk_shm.h jk_bean.h jk_uriEnv.h
jk_global.h jk_config.h jk_handler.h jk_service.h
jk_objCache.h jk_workerEnv.h jk_uriMap.h
jk_endpoint.h jk_vm.h jk_mutex.h
   jk/native2/common jk_logger_win32.c jk_shm.c jk_channel_un.c
jk_mutex_thread.c jk_workerEnv.c jk_worker_run.c
jk_user.c jk_vm_default.c jk_logger_file.c
jk_pool_apr.c jk_uriMap.c jk_nwmain.c jk_mutex.c
jk_msg_ajp.c jk_requtil.c jk_mutex_proc.c
jk_config_file.c jk_channel.c jk_channel_jni.c
jk_signal.c jk_env.c jk_worker_jni.c
jk_handler_response.c jk_registry.h jk_objCache.c
jk_registry.c jk_worker_lb.c
jk_channel_apr_socket.c jk_md5.c jk_uriEnv.c
jk_map.c jk_endpoint.c jk_config.c
jk_handler_logon.c jk_worker_ajp13.c
jk_worker_status.c
   jk/native2/server/aolserver jk_ns.h jk_logger_ns.c
jk_service_ns.c nsjk2.c
   jk/native2/server/apache13 mod_jk2.c jk_service_apache13.c
   jk/native2/server/isapi jk_isapi_plugin.c
jk_iis_thread_pool.c jk_iis.h jk_service_iis.c
   jk/native2/jni jk_jni_aprImpl.c
   jk/native2/server/dsapi/test test.c printf_logger.c
   jk/native2/server/apache2 jk_service_apache2.c
jk_logger_apache2.c mod_jk2.c jk_map_aprtable.c
jk_apache2.h
   jk/native2 CHANGES.txt
   jk/native2/server/dsapi jk_dsapi_plugin.c
  Log:
  Update to Apache License 2.0.

  Move the LB recovery strategy to env area.

  

  
  Revision  ChangesPath
  1.23  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_env.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_env.h.diff?r1=1.22r2=1.23
  
  
  1.34  +16 -62jakarta-tomcat-connectors/jk/native2/include/jk_worker.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_worker.h.diff?r1=1.33r2=1.34
  
  
  1.10  +16 -57jakarta-tomcat-connectors/jk/native2/include/jk_logger.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_logger.h.diff?r1=1.9r2=1.10
  
  
  1.16  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_msg.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_msg.h.diff?r1=1.15r2=1.16
  
  
  1.10  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_requtil.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_requtil.h.diff?r1=1.9r2=1.10
  
  
  1.3   +16 -58jakarta-tomcat-connectors/jk/native2/include/jk_md5.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_md5.h.diff?r1=1.2r2=1.3
  
  
  1.11  +16 -57jakarta-tomcat-connectors/jk/native2/include/jk_pool.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_pool.h.diff?r1=1.10r2=1.11
  
  
  1.18  +16 -57jakarta-tomcat-connectors/jk/native2/include/jk_map.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_map.h.diff?r1=1.17r2=1.18
  
  
  1.20  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_channel.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_channel.h.diff?r1=1.19r2=1.20
  
  
  1.9   +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_shm.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_shm.h.diff?r1=1.8r2=1.9
  
  
  1.10  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_bean.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_bean.h.diff?r1=1.9r2=1.10
  
  
  1.21  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h.diff?r1=1.20r2=1.21
  
  
  1.22  +34 -57jakarta-tomcat-connectors/jk/native2/include/jk_global.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_global.h.diff?r1=1.21r2=1.22
  
  
  1.11  +15 -56jakarta-tomcat-connectors/jk/native2/include/jk_config.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native2/include/jk_config.h.diff?r1=1.10r2=1.11
  
  
  1.9   +15 -57jakarta-tomcat-connectors/jk/native2/include/jk_handler.h
  
  

cvs commit: jakarta-tomcat-connectors/jk/native/netscape jk_nsapi_plugin.c

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:45:51

  Modified:jk/native/isapi poolbuf.c inifile.h inifile.c
jk_isapi_plugin.c config.h poolbuf.h
   jk/native/common jk_ajp14.c jk_pool.h jk_ajp_common.c
jk_pool.c jk_ajp13.h jk_lb_worker.h jk_ajp13.c
jk_lb_worker.c jk_version.h jk_logger.h
jk_msg_buff.h jk_uri_worker_map.h jk_msg_buff.c
jk_jni_worker.h jk_nwmain.c jk_uri_worker_map.c
jk_jni_worker.c jk_mt.h jk_global.h jk_context.h
jk_worker_list.h jk_context.c jk_service.h
jk_ajp12_worker.h jk_ajp12_worker.c jk_worker.h
jk_worker.c jk_map.h jk_connect.h jk_map.c
jk_ajp13_worker.h jk_md5.h jk_util.h jk_connect.c
jk_sockbuf.h jk_ajp13_worker.c jk_md5.c jk_util.c
jk_sockbuf.c jk_ajp14_worker.h jk_ajp14.h
jk_ajp_common.h jk_ajp14_worker.c
   jk/native/domino inifile.c jk_dsapi_plugin.c inifile.h
   jk/native/apache-2.0 mod_jk.c
   jk/native/iis jk_isapi_plugin.c
   jk/native/apache-1.3 mod_jk.c
   jk/native CHANGES.txt
   jk/native/nt_service jk_nt_service.c
   jk/native/jni jk_jnicb.c
   jk/native/netscape jk_nsapi_plugin.c
  Log:
  Update to Apache License 2.0

  Update changelog

  
  Revision  ChangesPath
  1.3   +16 -57jakarta-tomcat-connectors/jk/native/isapi/poolbuf.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/isapi/poolbuf.c.diff?r1=1.2r2=1.3
  
  
  1.3   +16 -57jakarta-tomcat-connectors/jk/native/isapi/inifile.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/isapi/inifile.h.diff?r1=1.2r2=1.3
  
  
  1.3   +16 -57jakarta-tomcat-connectors/jk/native/isapi/inifile.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/isapi/inifile.c.diff?r1=1.2r2=1.3
  
  
  1.5   +16 -57jakarta-tomcat-connectors/jk/native/isapi/jk_isapi_plugin.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/isapi/jk_isapi_plugin.c.diff?r1=1.4r2=1.5
  
  
  1.3   +16 -57jakarta-tomcat-connectors/jk/native/isapi/config.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/isapi/config.h.diff?r1=1.2r2=1.3
  
  
  1.3   +16 -57jakarta-tomcat-connectors/jk/native/isapi/poolbuf.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/isapi/poolbuf.h.diff?r1=1.2r2=1.3
  
  
  1.19  +16 -58jakarta-tomcat-connectors/jk/native/common/jk_ajp14.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp14.c.diff?r1=1.18r2=1.19
  
  
  1.6   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_pool.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_pool.h.diff?r1=1.5r2=1.6
  
  
  1.51  +16 -57jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c.diff?r1=1.50r2=1.51
  
  
  1.7   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_pool.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_pool.c.diff?r1=1.6r2=1.7
  
  
  1.13  +16 -57jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp13.h.diff?r1=1.12r2=1.13
  
  
  1.6   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.h.diff?r1=1.5r2=1.6
  
  
  1.9   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_ajp13.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp13.c.diff?r1=1.8r2=1.9
  
  
  1.17  +16 -57jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_lb_worker.c.diff?r1=1.16r2=1.17
  
  
  1.17  +16 -57jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h.diff?r1=1.16r2=1.17
  
  
  1.7   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_logger.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_logger.h.diff?r1=1.6r2=1.7
  
  
  1.9   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_msg_buff.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/native/common/jk_msg_buff.h.diff?r1=1.8r2=1.9
  
  
  1.9   +16 -57jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.h
  
  

cvs commit: jakarta-tomcat-connectors/jk/test/org/apache/ajp/test TestAll.java TestAjp13.java

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:48:44

  Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
   jk/java/org/apache/ajp/tomcat4 LocalStrings_es.properties
Constants.java Ajp13Logger.java
Ajp13OutputStream.java Ajp13Processor.java
Ajp13Connector.java Ajp13InputStream.java
Ajp13Request.java JkServlet.java Ajp13Response.java
   jk/java/org/apache/jk/common ModJkMX.java JniHandler.java
WorkerDummy.java Shm.java ChannelUn.java
ChannelSocket.java MsgAjp.java ChannelShm.java
HandlerDispatch.java ChannelJni.java
HandlerRequest.java JkInputStream.java JkMX.java
Shm14.java
   jk/java/org/apache/ajp AjpHandler.java Logger.java
NegociationHandler.java Ajp13Packet.java
RequestHandler.java Ajp13.java
   jk/java/org/apache/jk/core JkHandler.java MsgContext.java
WorkerEnv.java Msg.java
   jk/java/org/apache/jk/config WebXml2Jk.java IISConfig.java
GeneratorApache2.java GeneratorJk1.java
GeneratorJk2.java ApacheConfig.java
BaseJkConfig.java NSConfig.java
   jk/jkant/java/org/apache/jk/ant SoTask.java
ApacheConfig.java JkData.java Source.java
JniConfig.java Def.java
   jk/jkant/java/org/apache/jk/ant/compilers LinkerAdapter.java
CompilerAdapter.java CcCompiler.java
MwldLinker.java GcjLinker.java MwccCompiler.java
LibtoolLinker.java LibtoolCompiler.java
GcjCompiler.java MsvcLinker.java MsvcCompiler.java
   jk/java/org/apache/ajp/tomcat33 Ajp14Interceptor.java
   jk/java/org/apache/ajp/tomcat4/config ApacheConfig.java
IISConfig.java BaseJkConfig.java NSConfig.java
   jk/java/org/apache/jk/apr TomcatStarter.java AprImpl.java
   jk/test/org/apache/ajp/test TestAll.java TestAjp13.java
  Added:   jk/java/org/apache/ajp/tomcat4 LocalStrings_fr.properties
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.52  +12 -55
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java.diff?r1=1.51r2=1.52
  
  
  1.46  +12 -55
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkMain.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkMain.java.diff?r1=1.45r2=1.46
  
  
  1.2   +2 -2  
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/LocalStrings_es.properties
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/LocalStrings_es.properties.diff?r1=1.1r2=1.2
  
  
  1.2   +13 -55
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Constants.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Constants.java.diff?r1=1.1r2=1.2
  
  
  1.2   +13 -55
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Logger.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Logger.java.diff?r1=1.1r2=1.2
  
  
  1.4   +13 -55
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13OutputStream.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13OutputStream.java.diff?r1=1.3r2=1.4
  
  
  1.14  +13 -61
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Processor.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Processor.java.diff?r1=1.13r2=1.14
  
  
  1.20  +13 -61
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Connector.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Connector.java.diff?r1=1.19r2=1.20
  
  
  1.4   +12 -55
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13InputStream.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13InputStream.java.diff?r1=1.3r2=1.4
  
  
  1.11  +13 -55
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Request.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/Ajp13Request.java.diff?r1=1.10r2=1.11
  
  
  1.3   +13 -55
jakarta-tomcat-connectors/jk/java/org/apache/ajp/tomcat4/JkServlet.java
  
  

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads/res LocalStrings_fr.properties

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:50:06

  Modified:util/java/org/apache/tomcat/util/http MimeHeaders.java
FastHttpDateFormat.java AcceptLanguage.java
ContentType.java Parameters.java BaseRequest.java
LocaleToCharsetMap.java Cookies.java
HttpMessages.java MimeMap.java ServerCookie.java
   util/java/org/apache/tomcat/util/compat JdkCompat.java
Jdk14Compat.java
   util/java/org/apache/tomcat/util/threads
ThreadPoolRunnable.java Reaper.java
ThreadWithAttributes.java ThreadPool.java
Expirer.java
   util/java/org/apache/tomcat/util/net/jsse JSSEFactory.java
JSSE13SocketFactory.java JSSESupport.java
JSSE14Factory.java JSSE14Support.java
JSSESocketFactory.java JSSE13Factory.java
JSSEKeyManager.java JSSE14SocketFactory.java
JSSEImplementation.java
   util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java
SSLSupport.java TcpConnection.java
TcpConnectionHandler.java
DefaultServerSocketFactory.java
ServerSocketFactory.java SSLImplementation.java
URL.java
   util/java/org/apache/tomcat/util/collections MultiMap.java
SimpleHashtable.java MultiMapNamesEnumeration.java
Queue.java EmptyEnumeration.java
MultiMapValuesEnumeration.java SimplePool.java
LRUCache.java
   util/java/org/apache/tomcat/util/net/puretls
PureTLSImplementation.java PureTLSSupport.java
PureTLSSocketFactory.java PureTLSSocket.java
   util/java/org/apache/tomcat/util/buf Ascii.java
CharChunk.java Base64.java UEncoder.java
B2CConverter.java TimeStamp.java UTF8Decoder.java
C2BConverter.java MessageBytes.java DateTool.java
UDecoder.java ByteChunk.java HexUtils.java
   util/java/org/apache/tomcat/util IntrospectionUtils.java
   util/java/org/apache/tomcat/util/http/mapper
MappingData.java Mapper.java
   util/java/org/apache/tomcat/util/log SystemLogHandler.java
CaptureLog.java
   util/java/org/apache/tomcat/util/res StringManager.java
  Added:   util/java/org/apache/tomcat/util/net/jsse/res
LocalStrings_fr.properties
   util/java/org/apache/tomcat/util/threads/res
LocalStrings_fr.properties
  Log:
  Update to Apache License 2.0

  Add french translations

  
  Revision  ChangesPath
  1.6   +14 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/MimeHeaders.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/MimeHeaders.java.diff?r1=1.5r2=1.6
  
  
  1.4   +13 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/FastHttpDateFormat.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/FastHttpDateFormat.java.diff?r1=1.3r2=1.4
  
  
  1.4   +13 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/AcceptLanguage.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/AcceptLanguage.java.diff?r1=1.3r2=1.4
  
  
  1.4   +13 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/ContentType.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/ContentType.java.diff?r1=1.3r2=1.4
  
  
  1.13  +13 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/Parameters.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/Parameters.java.diff?r1=1.12r2=1.13
  
  
  1.6   +16 -57
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/BaseRequest.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/BaseRequest.java.diff?r1=1.5r2=1.6
  
  
  1.2   +13 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/LocaleToCharsetMap.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/LocaleToCharsetMap.java.diff?r1=1.1r2=1.2
  
  
  1.6   +13 -56
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/Cookies.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/Cookies.java.diff?r1=1.5r2=1.6
  
  
  1.4   +13 -56 

cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-24 Thread jfclere
jfclere 2004/02/24 00:51:53

  Modified:jk/support jk_ws.m4
  Log:
  Arrange the messages.
  
  Revision  ChangesPath
  1.8   +3 -2  jakarta-tomcat-connectors/jk/support/jk_ws.m4
  
  Index: jk_ws.m4
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_ws.m4,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jk_ws.m4  24 Feb 2004 08:41:40 -  1.7
  +++ jk_ws.m4  24 Feb 2004 08:51:53 -  1.8
  @@ -40,9 +40,10 @@
 [
   case ${withval} in
 |yes|YES|true|TRUE)
  +  AC_MSG_ERROR(valid $1 source dir location required)
 ;;
 no|NO|false|FALSE)
  -  AC_MSG_ERROR(valid $1 source dir location required)
  +  AC_MSG_ERROR(Don't use with/without $1 if you don't have $1)
 ;;
 *)
 tempval=${withval}
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/memory MemoryProtocolHandler.java

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:54:30

  Modified:coyote/src/java/org/apache/coyote InputBuffer.java
ActionHook.java ActionCode.java Response.java
Adapter.java RequestInfo.java RequestGroupInfo.java
Constants.java Processor.java ProtocolHandler.java
Request.java OutputBuffer.java
   coyote/src/java/org/apache/coyote/tomcat4
CoyoteInputStream.java CoyoteAdapter.java
CoyoteOutputStream.java CoyotePrincipal.java
CoyoteWriter.java CoyoteResponse.java
CoyoteRequestFacade.java CoyoteResponseFacade.java
OutputBuffer.java CoyoteServerSocketFactory.java
Constants.java CoyoteConnector.java
CoyoteRequest.java
   coyote/src/java/org/apache/coyote/tomcat3
CoyoteInterceptor2.java Tomcat3Adapter.java
Tomcat3Response.java Tomcat3Request.java
   coyote/src/java/org/apache/coyote/memory
MemoryProtocolHandler.java
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.7   +13 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/InputBuffer.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/InputBuffer.java.diff?r1=1.6r2=1.7
  
  
  1.2   +14 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionHook.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionHook.java.diff?r1=1.1r2=1.2
  
  
  1.16  +14 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionCode.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ActionCode.java.diff?r1=1.15r2=1.16
  
  
  1.32  +12 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Response.java.diff?r1=1.31r2=1.32
  
  
  1.2   +14 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Adapter.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Adapter.java.diff?r1=1.1r2=1.2
  
  
  1.8   +12 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestInfo.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestInfo.java.diff?r1=1.7r2=1.8
  
  
  1.4   +16 -0 
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestGroupInfo.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/RequestGroupInfo.java.diff?r1=1.3r2=1.4
  
  
  1.6   +14 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Constants.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Constants.java.diff?r1=1.5r2=1.6
  
  
  1.2   +14 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Processor.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Processor.java.diff?r1=1.1r2=1.2
  
  
  1.6   +14 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ProtocolHandler.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/ProtocolHandler.java.diff?r1=1.5r2=1.6
  
  
  1.27  +12 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Request.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Request.java.diff?r1=1.26r2=1.27
  
  
  1.7   +13 -56
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/OutputBuffer.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/OutputBuffer.java.diff?r1=1.6r2=1.7
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteInputStream.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteInputStream.java.diff?r1=1.3r2=1.4
  
  
  1.27  +14 -61
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteAdapter.java.diff?r1=1.26r2=1.27
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteOutputStream.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4/CoyoteOutputStream.java.diff?r1=1.3r2=1.4
  
  
  1.2   +13 -61

cvs commit: jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/cache ProxyDirContext.java

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:58:09

  Modified:naming/src/org/apache/naming/modules/memory
memoryURLContextFactory.java
MemoryNamingContext.java
   naming/src/org/apache/naming/core
NamingContextEnumeration.java NameParserImpl.java
ServerBinding.java DirContextHelper.java
BaseNaming.java NamingEntry.java
BaseDirContext.java ServerName.java
ServerAttributes.java ContextAccessController.java
ServerAttribute.java JndiPermission.java
BaseContext.java
   naming/src/org/apache/naming/modules/java
SelectorContext.java javaURLContextFactory.java
ContextBindings.java
   naming/src/org/apache/naming/ant JndiSet.java JndiEnv.java
JndiProperties.java
   naming/src/org/apache/naming/modules/id IdContext.java
   naming/src/org/apache/naming/modules/fs FileDirContext.java
fsURLContextFactory.java FileAttributes.java
   naming/src/org/apache/naming/handler/jndi Handler.java
DirContextURLConnection.java
DirContextURLStreamHandlerFactory.java
DirContextURLStreamHandler.java
   naming/src/org/apache/naming/util AttributeHelper.java
DomXml.java RecyclableNamingEnumeration.java
   naming/src/org/apache/naming/modules/cache
ProxyDirContext.java
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.3   +13 -56
jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory/memoryURLContextFactory.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory/memoryURLContextFactory.java.diff?r1=1.2r2=1.3
  
  
  1.6   +13 -56
jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory/MemoryNamingContext.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/modules/memory/MemoryNamingContext.java.diff?r1=1.5r2=1.6
  
  
  1.6   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/NamingContextEnumeration.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/NamingContextEnumeration.java.diff?r1=1.5r2=1.6
  
  
  1.2   +14 -62
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/NameParserImpl.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/NameParserImpl.java.diff?r1=1.1r2=1.2
  
  
  1.3   +16 -0 
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerBinding.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerBinding.java.diff?r1=1.2r2=1.3
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/DirContextHelper.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/DirContextHelper.java.diff?r1=1.3r2=1.4
  
  
  1.6   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/BaseNaming.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/BaseNaming.java.diff?r1=1.5r2=1.6
  
  
  1.3   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/NamingEntry.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/NamingEntry.java.diff?r1=1.2r2=1.3
  
  
  1.8   +12 -56
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/BaseDirContext.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/BaseDirContext.java.diff?r1=1.7r2=1.8
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerName.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerName.java.diff?r1=1.3r2=1.4
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerAttributes.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerAttributes.java.diff?r1=1.3r2=1.4
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ContextAccessController.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ContextAccessController.java.diff?r1=1.3r2=1.4
  
  
  1.4   +13 -57
jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerAttribute.java
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/naming/src/org/apache/naming/core/ServerAttribute.java.diff?r1=1.3r2=1.4
 

DO NOT REPLY [Bug 27183] New: - DataSourceRealm does not accept absolute JNDI names

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27183.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27183

DataSourceRealm does not accept absolute JNDI names

   Summary: DataSourceRealm does not accept absolute JNDI names
   Product: Tomcat 5
   Version: 5.0.19
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Major
  Priority: Other
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I have a datasource defined in server.xml and bound as o global resource as
following 

  GlobalNamingResources
Resource name=jdbc/testdb auth=Container 
  type=javax.sql.DataSource/
ResourceParams name=jdbc/testdb
  parameter
namefactory/name
valueorg.apache.commons.dbcp.BasicDataSourceFactory/value
  /parameter
  parameter
namedriverClassName/name
valueorg.postgresql.Driver/value
  /parameter
  parameter
nameurl/name
valuejdbc:postgresql://localhost:5432/testdb/value
  /parameter
  parameter
nameusername/name
valuetomcat/value
  /parameter
  parameter
namepassword/name
value**/value
  /parameter
  parameter
namemaxActive/name
value4/value
  /parameter
  parameter
namemaxIdle/name
value2/value
  /parameter
  parameter
namemaxWait/name
value5000/value
  /parameter
/ResourceParams
  /GlobalNamingResources

... and a DataSource realm

  Realm  className=org.apache.catalina.realm.DataSourceRealm debug=99
  dataSourceName=java:/comp/env/jdbc/testdb
  userTable=useraccount userNameCol=name userCredCol=md5pass
  userRoleTable=userroles roleNameCol=role digest=md5/

... all according to tomcat-docs/realm-howto.html#DataSourceRealm and
tomcat-docs/jndi-datasource-examples-howto.html

I am getting the following error on an access to the context which requires
authentication and on each subsequent attempt of using the realm.

2004-02-24 09:41:48 DataSourceRealm[Catalina]: Exception performing authentication
javax.naming.NameNotFoundException: Name java: is not bound in this Context
at org.apache.naming.NamingContext.lookup(NamingContext.java:815)
at org.apache.naming.NamingContext.lookup(NamingContext.java:198)
at org.apache.catalina.realm.DataSourceRealm.open(DataSourceRealm.java:482)
at 
org.apache.catalina.realm.DataSourceRealm.authenticate(DataSourceRealm.java:323)
at
org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthenticator.java:176)
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:551)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:578)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688)
at java.lang.Thread.run(Thread.java:566)

Ok, changing the dataSourceName=java:/comp/env/jdbc/testdb to
dataSourceName=java:comp/env/jdbc/testdb (which is more likely to be correct
;) results in the following error:

2004-02-24 09:45:34 DataSourceRealm[Catalina]: Exception performing authentication

cvs commit: jakarta-tomcat-connectors/webapp/apache-2.0 mod_webapp.c

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:59:10

  Modified:webapp/include wa_config.h wa_version.h wa_request.h wa.h
wa_main.h
   webapp/lib wa_request.c pr_warp_network.c pr_info.c
Makefile.in pr_warp.h wa_config.c pr_warp.c
pr_warp_packet.c wa_main.c pr_warp_socketpool.c
pr_warp_config.c Makefile.win
   webapp/apache-1.3 mod_webapp.c
   webapp/support wa_version.m4 wa_perl.m4 wa_util.m4 wa_apr.m4
wa_apxs.m4 wa_ant.m4 formatfile.c wa_exec.m4
buildconf.sh
   webapp   CHANGES
   webapp/apache-2.0 mod_webapp.c
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.7   +16 -57jakarta-tomcat-connectors/webapp/include/wa_config.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/include/wa_config.h.diff?r1=1.6r2=1.7
  
  
  1.4   +15 -56jakarta-tomcat-connectors/webapp/include/wa_version.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/include/wa_version.h.diff?r1=1.3r2=1.4
  
  
  1.13  +16 -57jakarta-tomcat-connectors/webapp/include/wa_request.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/include/wa_request.h.diff?r1=1.12r2=1.13
  
  
  1.17  +16 -57jakarta-tomcat-connectors/webapp/include/wa.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/include/wa.h.diff?r1=1.16r2=1.17
  
  
  1.8   +16 -57jakarta-tomcat-connectors/webapp/include/wa_main.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/include/wa_main.h.diff?r1=1.7r2=1.8
  
  
  1.20  +16 -57jakarta-tomcat-connectors/webapp/lib/wa_request.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/wa_request.c.diff?r1=1.19r2=1.20
  
  
  1.7   +16 -56jakarta-tomcat-connectors/webapp/lib/pr_warp_network.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_warp_network.c.diff?r1=1.6r2=1.7
  
  
  1.7   +16 -57jakarta-tomcat-connectors/webapp/lib/pr_info.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_info.c.diff?r1=1.6r2=1.7
  
  
  1.27  +16 -57jakarta-tomcat-connectors/webapp/lib/Makefile.in
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/Makefile.in.diff?r1=1.26r2=1.27
  
  
  1.10  +16 -56jakarta-tomcat-connectors/webapp/lib/pr_warp.h
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_warp.h.diff?r1=1.9r2=1.10
  
  
  1.8   +16 -57jakarta-tomcat-connectors/webapp/lib/wa_config.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/wa_config.c.diff?r1=1.7r2=1.8
  
  
  1.24  +16 -56jakarta-tomcat-connectors/webapp/lib/pr_warp.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_warp.c.diff?r1=1.23r2=1.24
  
  
  1.5   +16 -56jakarta-tomcat-connectors/webapp/lib/pr_warp_packet.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_warp_packet.c.diff?r1=1.4r2=1.5
  
  
  1.12  +16 -57jakarta-tomcat-connectors/webapp/lib/wa_main.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/wa_main.c.diff?r1=1.11r2=1.12
  
  
  1.2   +15 -55jakarta-tomcat-connectors/webapp/lib/pr_warp_socketpool.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_warp_socketpool.c.diff?r1=1.1r2=1.2
  
  
  1.10  +16 -56jakarta-tomcat-connectors/webapp/lib/pr_warp_config.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/pr_warp_config.c.diff?r1=1.9r2=1.10
  
  
  1.5   +16 -57jakarta-tomcat-connectors/webapp/lib/Makefile.win
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/lib/Makefile.win.diff?r1=1.4r2=1.5
  
  
  1.37  +16 -57jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/apache-1.3/mod_webapp.c.diff?r1=1.36r2=1.37
  
  
  1.6   +13 -54jakarta-tomcat-connectors/webapp/support/wa_version.m4
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/support/wa_version.m4.diff?r1=1.5r2=1.6
  
  
  1.5   +13 -54jakarta-tomcat-connectors/webapp/support/wa_perl.m4
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/support/wa_perl.m4.diff?r1=1.4r2=1.5
  
  
  1.9   +13 -54jakarta-tomcat-connectors/webapp/support/wa_util.m4
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/support/wa_util.m4.diff?r1=1.8r2=1.9
  
  
  1.8   +13 -54jakarta-tomcat-connectors/webapp/support/wa_apr.m4
  
  
http://cvs.apache.org/viewcvs/jakarta-tomcat-connectors/webapp/support/wa_apr.m4.diff?r1=1.7r2=1.8
  
  
  1.9   +13 -54jakarta-tomcat-connectors/webapp/support/wa_apxs.m4
  
  

cvs commit: jakarta-tomcat-connectors/procrun extend.h tomcat.c

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:59:28

  Modified:procrun  extend.h tomcat.c
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.3   +13 -55jakarta-tomcat-connectors/procrun/extend.h
  
  Index: extend.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/procrun/extend.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- extend.h  1 Oct 2003 18:08:58 -   1.2
  +++ extend.h  24 Feb 2004 08:59:27 -  1.3
  @@ -1,59 +1,17 @@
  -/* 
  - * The Apache Software License, Version 1.1
  +/*
  + *  Copyright 1999-2004 The Apache Software Foundation
*
  - * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution,
  - *if any, must include the following acknowledgment:
  - *   This product includes software developed by the
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowledgment may appear in the software itself,
  - *if and wherever such third-party acknowledgments normally appear.
  - *
  - * 4. The names Apache and Apache Software Foundation must
  - *not be used to endorse or promote products derived from this
  - *software without prior written permission. For written
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called Apache,
  - *nor may Apache appear in their name, without prior written
  - *permission of the Apache Software Foundation.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * http://www.apache.org/.
  - *
  - * Portions of this software are based upon public domain software
  - * originally written at the National Center for Supercomputing Applications,
  - * University of Illinois, Urbana-Champaign.
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
*/
   
   /* 
  
  
  
  1.4   +13 -55jakarta-tomcat-connectors/procrun/tomcat.c
  
  Index: tomcat.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/procrun/tomcat.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tomcat.c  2 Oct 2003 07:24:25 -   1.3
  +++ tomcat.c  24 Feb 2004 08:59:27 -  1.4
  @@ -1,59 +1,17 @@
  -/* 
  - * The Apache Software License, Version 1.1
  +/*
  + *  Copyright 1999-2004 The Apache Software Foundation
*
  - * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights
  - * 

cvs commit: jakarta-tomcat-connectors LICENSE

2004-02-24 Thread hgomez
hgomez  2004/02/24 00:59:45

  Modified:.LICENSE
  Log:
  Update to Apache License 2.0

  
  Revision  ChangesPath
  1.3   +202 -61   jakarta-tomcat-connectors/LICENSE
  
  Index: LICENSE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/LICENSE,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LICENSE   24 Dec 2003 19:52:37 -  1.2
  +++ LICENSE   24 Feb 2004 08:59:45 -  1.3
  @@ -1,61 +1,202 @@
  -/* = *
  - *   *
  - * The Apache Software License,  Version 1.1 *
  - *   *
  - *  Copyright (c) 1999, 2000, 2001  The Apache Software Foundation.  *
  - *   All rights reserved.*
  - *   *
  - * = *
  - *   *
  - * Redistribution and use in source and binary forms,  with or without modi- *
  - * fication, are permitted provided that the following conditions are met:   *
  - *   *
  - * 1. Redistributions of source code must retain the above copyright notice, *
  - *this list of conditions and the following disclaimer.  *
  - *   *
  - * 2. Redistributions  in binary  form  must  reproduce the  above copyright *
  - *notice,  this list of conditions  and the following  disclaimer in the *
  - *documentation and/or other materials provided with the distribution.   *
  - *   *
  - * 3. The end-user documentation  included with the redistribution,  if any, *
  - *must include the following acknowlegement: *
  - *   *
  - *   This product includes  software developed  by the Apache  Software *
  - *Foundation http://www.apache.org/.  *
  - *   *
  - *Alternately, this acknowlegement may appear in the software itself, if *
  - *and wherever such third-party acknowlegements normally appear. *
  - *   *
  - * 4. The names  The  Jakarta  Project,  Tomcat,  and  Apache  Software *
  - *Foundation  must not be used  to endorse or promote  products derived *
  - *from this  software without  prior  written  permission.  For  written *
  - *permission, please contact [EMAIL PROTECTED].*
  - *   *
  - * 5. Products derived from this software may not be called Apache nor may *
  - *Apache appear in their names without prior written permission of the *
  - *Apache Software Foundation.*
  - *   *
  - * THIS SOFTWARE IS PROVIDED AS IS AND ANY EXPRESSED OR IMPLIED WARRANTIES *
  - * INCLUDING, BUT NOT LIMITED TO,  THE IMPLIED WARRANTIES OF MERCHANTABILITY *
  - * AND FITNESS FOR  A PARTICULAR PURPOSE  ARE DISCLAIMED.  IN NO EVENT SHALL *
  - * THE APACHE  SOFTWARE  FOUNDATION OR  ITS CONTRIBUTORS  BE LIABLE  FOR ANY *
  - * DIRECT,  INDIRECT,   INCIDENTAL,  SPECIAL,  EXEMPLARY,  OR  CONSEQUENTIAL *
  - * DAMAGES (INCLUDING,  BUT NOT LIMITED TO,  PROCUREMENT OF SUBSTITUTE GOODS *
  - * OR SERVICES;  LOSS OF USE,  DATA,  OR PROFITS;  OR BUSINESS INTERRUPTION) *
  - * HOWEVER CAUSED AND  ON ANY  THEORY  OF  LIABILITY,  WHETHER IN  CONTRACT, *
  - * STRICT LIABILITY, OR TORT  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN *
  - * ANY  WAY  OUT OF  THE  USE OF  THIS  SOFTWARE,  EVEN  IF  ADVISED  OF THE *
  - * POSSIBILITY OF SUCH DAMAGE.   *
  - *   *
  - * = *
  - *   *
  - * This software  consists of voluntary  contributions made  by many indivi- *
  - * duals on behalf of the  Apache Software Foundation.  For more information *
  - * on the Apache Software Foundation, please see http://www.apache.org/.   *
  - *   

DO NOT REPLY [Bug 27183] - DataSourceRealm does not accept absolute JNDI names

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27183.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27183

DataSourceRealm does not accept absolute JNDI names

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 09:01 ---
Yes, indeed, it's not a reference to the ENC.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



JTC to Apache License 2.0

2004-02-24 Thread Henri Gomez
I updated Jakarta-Tomcat-Connectors to Apache License 2.0.

Thanks to revieuw and comments if needed.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-5 build.properties.default

2004-02-24 Thread remm
remm2004/02/24 01:24:49

  Modified:.build.properties.default
  Log:
  - New daemon binaries.
  
  Revision  ChangesPath
  1.120 +3 -3  jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.properties.default  8 Feb 2004 14:47:04 -   1.119
  +++ build.properties.default  24 Feb 2004 09:24:49 -  1.120
  @@ -77,10 +77,10 @@
   
   
   # - Commons Daemon, version 1.0-Alpha or later -
  -commons-daemon.home=${base.path}/commons-daemon-1.0-Alpha
  +commons-daemon.home=${base.path}/commons-daemon-1.0
   commons-daemon.lib=${commons-daemon.home}
   commons-daemon.jar=${commons-daemon.lib}/commons-daemon.jar
  
-commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0-Alpha.tar.gz
  
+commons-daemon.loc=${base-jakarta.loc}/commons/daemon/binaries/commons-daemon-1.0.tar.gz
   commons-daemon.jsvc.tar.gz=${commons-daemon.lib}/bin/jsvc.tar.gz
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jk2 hook level

2004-02-24 Thread jean-frederic clere
Henri Gomez wrote:
 While searching why jk2 could be a problem with others modules,
 I noticed that we use in jk2 :
 
 ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST);
 
 We're using in jk :
 
 ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE);
 
 
 Shouldn't we use APR_HOOK_MIDDLE also in jk2 ?
 

Probably not. look to 10789 and 9913.

 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



signature.asc
Description: OpenPGP digital signature


Re: jk2 hook level

2004-02-24 Thread Henri Gomez
jean-frederic clere wrote:

Henri Gomez wrote:

While searching why jk2 could be a problem with others modules,
I noticed that we use in jk2 :
ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST);

We're using in jk :

ap_hook_translate_name(jk_translate,NULL,NULL,APR_HOOK_MIDDLE);

Shouldn't we use APR_HOOK_MIDDLE also in jk2 ?



Probably not. look to 10789 and 9913.
So why did we use APR_HOOK_MIDDLE in jk ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a 
directory not ending in /usr/lib/apache2

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 09:57 ---
Did you specify JAVA_HOME ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jk2 and child init

2004-02-24 Thread Henri Gomez
The bugzilla #26231 seems valid, and using APR_HOOK_LAST or even 
APR_HOOK_REALLY_LAST didn't help.

Any ideas ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: jk2 and child init

2004-02-24 Thread Henri Gomez
Henri Gomez wrote:

The bugzilla #26231 seems valid, and using APR_HOOK_LAST or even 
APR_HOOK_REALLY_LAST didn't help.

Any ideas ?

The problem seems to be also in jk 1.2.6-dev where I could see :

mod_jk: child -2 initialized ;(

Something changed in Apache 2.0.48 ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 21763] - Tomcat 4.1.24 hangs under heavy load using http connector.

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763

Tomcat 4.1.24 hangs under heavy load using http connector.





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 10:34 ---
Created an attachment (id=10512)
Thread dump of Tomcat after hanging with ThreadPool logFull error

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21763] - Tomcat 4.1.24 hangs under heavy load using http connector.

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763

Tomcat 4.1.24 hangs under heavy load using http connector.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 10:35 ---
Ok, I was having this exact same problem for 4.1.27 and 4.1.29 - I moved to 
5.0.18 and it's appearing again.  In our test environment I can't reproduce 
the error (probably because the load isn't high enough) but as soon as it goes 
into production, Tomcat can grind to a halt in anywhere from 1 minute to 24 
hours after it's started.  Our web application consists of around 6 JSP files 
and some backend classes that execute simple stored procedures on a MSSQL 
Win32 box (Tomcat is running on an HP-UX 11.00 system).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 21763] - Tomcat 4.1.24 hangs under heavy load using http connector.

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21763

Tomcat 4.1.24 hangs under heavy load using http connector.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 10:48 ---
Your thread dump looks ok, and in that situation, Tomcat is not hung. OTOH, the
concurrent modification error will end up causing trouble (see bug 26752).
Please don't reopen this bug.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26495] - JDBCRealm and DataSourceRealm with case insensitive user names

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26495.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26495

JDBCRealm and DataSourceRealm with case insensitive user names

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 11:56 ---
I don't see the point of case insensitive credentials, and seems to contradict
most authentication schemes.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 17762] - JNI problems

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762

JNI problems

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:AJP   |Native:JK
Summary||JNI problems



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 11:58 ---
I think people should just avoid JNI for now. It doesn't give any performance
boost anyway.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 17762] - JNI problems

2004-02-24 Thread Henri Gomez
[EMAIL PROTECTED] wrote:

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762

JNI problems

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|Connector:AJP   |Native:JK
Summary||JNI problems


--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 11:58 ---
I think people should just avoid JNI for now. It doesn't give any performance
boost anyway.
Ok, I'll add a note in jk2 release, but I'd like to see fixed the misc 
problems with others Apache 2.0 modules.

Just send a request in httpd-dev list

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27077] - DataSourceRealm throws NullPointerException when auth is tried and user has null password

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27077.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27077

DataSourceRealm throws NullPointerException when auth is tried and user has null 
password





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 12:01 ---
I agree on the usefulness of trying to merge the two realms.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 17762] - JNI problems

2004-02-24 Thread Remy Maucherat
Henri Gomez wrote:
[EMAIL PROTECTED] wrote:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17762

JNI problems

--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 11:58 
---
I think people should just avoid JNI for now. It doesn't give any 
performance
boost anyway.


Ok, I'll add a note in jk2 release, but I'd like to see fixed the misc 
problems with others Apache 2.0 modules.
About the no performance boost, that's my measurement (it's a bit faster 
than a socket with IIS, but slower than that on Linux with Apache 2). 
Costin was a bit suspicious, but I couldn't improve the results.

I think the manifests of the JARs need updates to fix the issues.

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm DataSourceRealm.java

2004-02-24 Thread remm
remm2004/02/24 04:09:06

  Modified:catalina/src/share/org/apache/catalina/realm
DataSourceRealm.java
  Log:
  - Port fix for NPE is data source realm (bug 27077).
  - I didn't test this.
  
  Revision  ChangesPath
  1.6   +6 -5  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/DataSourceRealm.java
  
  Index: DataSourceRealm.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm/DataSourceRealm.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DataSourceRealm.java  29 Jan 2004 10:47:39 -  1.5
  +++ DataSourceRealm.java  24 Feb 2004 12:09:06 -  1.6
  @@ -390,7 +390,7 @@
   stmt = credentials(dbConnection, username);
   rs = stmt.executeQuery();
   while (rs.next()) {
  -dbCredentials = rs.getString(1).trim();
  +dbCredentials = rs.getString(1);
   }
   rs.close();
   rs = null;
  @@ -399,6 +399,7 @@
   if (dbCredentials == null) {
   return (null);
   }
  +dbCredentials = dbCredentials.trim();
   
   // Validate the user's credentials
   boolean validated = false;
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27077] - DataSourceRealm throws NullPointerException when auth is tried and user has null password

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27077.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27077

DataSourceRealm throws NullPointerException when auth is tried and user has null 
password

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 12:09 ---
This should be fixed now, but I didn't test it.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/docs realm-howto.xml

2004-02-24 Thread remm
remm2004/02/24 04:13:38

  Modified:webapps/docs realm-howto.xml
  Log:
  - Fix the reason for bug 27183: the DS name is a relative name.
  
  Revision  ChangesPath
  1.13  +1 -1  jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- realm-howto.xml   29 Jan 2004 17:27:09 -  1.12
  +++ realm-howto.xml   24 Feb 2004 12:13:38 -  1.13
  @@ -490,7 +490,7 @@
   name java:/comp/env/jdbc/authority./p
   source
   lt;Realm className=org.apache.catalina.realm.DataSourceRealm debug=99
  -   dataSourceName=java:/comp/env/jdbc/authority
  +   dataSourceName=jdbc/authority
  userTable=users userNameCol=user_name userCredCol=user_pass
  userRoleTable=user_roles roleNameCol=role_name/gt;
   /source
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/docs realm-howto.xml

2004-02-24 Thread remm
remm2004/02/24 04:17:22

  Modified:webapps/docs realm-howto.xml
  Log:
  - Fix the reason for bug 27183: the DS name is a relative name.
  - Add better explanation to the attribute description.
  
  Revision  ChangesPath
  1.14  +4 -1  jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
  
  Index: realm-howto.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- realm-howto.xml   24 Feb 2004 12:13:38 -  1.13
  +++ realm-howto.xml   24 Feb 2004 12:17:22 -  1.14
  @@ -411,7 +411,10 @@
 /attribute
   
 attribute name=dataSourceName required=true
  -pThe JNDI named JDBC DataSource for your database./p
  +pThe JNDI named JDBC DataSource for your database. If the DataSource is
  +local to the context, the name is relative to codejava:/comp/env/code,
  +and otherwise the name should match the name used to define the global
  +DataSource./p
 /attribute
   
 attribute name=debug required=false
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-catalina/webapps/docs realm-howto.xml

2004-02-24 Thread Florent BENOIT
   Hi,

Just my two cents : ENC context is at java:comp/env , there is no / 
after java:

Regards,

Florent

[EMAIL PROTECTED] wrote:

remm2004/02/24 04:17:22

 Modified:webapps/docs realm-howto.xml
 Log:
 - Fix the reason for bug 27183: the DS name is a relative name.
 - Add better explanation to the attribute description.
 
 Revision  ChangesPath
 1.14  +4 -1  jakarta-tomcat-catalina/webapps/docs/realm-howto.xml
 
 Index: realm-howto.xml
 ===
 RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/realm-howto.xml,v
 retrieving revision 1.13
 retrieving revision 1.14
 diff -u -r1.13 -r1.14
 --- realm-howto.xml	24 Feb 2004 12:13:38 -	1.13
 +++ realm-howto.xml	24 Feb 2004 12:17:22 -	1.14
 @@ -411,7 +411,10 @@
/attribute
  
attribute name=dataSourceName required=true
 -pThe JNDI named JDBC DataSource for your database./p
 +pThe JNDI named JDBC DataSource for your database. If the DataSource is
 +local to the context, the name is relative to codejava:/comp/env/code,
 +and otherwise the name should match the name used to define the global
 +DataSource./p
/attribute
  
attribute name=debug required=false
 
 
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




smime.p7s
Description: S/MIME Cryptographic Signature


DO NOT REPLY [Bug 27185] New: - Possible problem with the COPY request handling

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27185.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27185

Possible problem with the COPY request handling

   Summary: Possible problem with the COPY request handling
   Product: Tomcat 5
   Version: 5.0.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Servlets:WebDAV
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hi,

there may be a problem with the COPY request handling in the WebDAV servlet of
Tomcat.

Environment:

I created the webdav application with the following web.xml file in
webapps/webdav/WEB-INF:

!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
http://java.sun.com/dtd/web-app_2_3.dtd;
 
web-app
 
  servlet
servlet-namewebdav/servlet-name
servlet-classorg.apache.catalina.servlets.WebdavServlet/servlet-class
init-param
  param-namedebug/param-name
  param-value10/param-value
/init-param
init-param
  param-namelistings/param-name
  param-valuetrue/param-value
/init-param
!-- Uncomment this to enable read and write access --
init-param
  param-namereadonly/param-name
  param-valuefalse/param-value
/init-param
!--load-on-startup1/load-on-startup--
  /servlet
  servlet-mapping
servlet-namewebdav/servlet-name
url-pattern//url-pattern
  /servlet-mapping

/web-app

The directory webapps/webdav/ is writable by the Tomcat jvm.

I created the collection col and uploaded the file file.txt with cadaver (which
worked fine).

So this is our starting point:

dav:/webdav/ ls
Listing collection `/webdav/': succeeded.
Coll:  col 0  Jan  1  1970
   file.txt  625  Feb 24 12:21


1. If the source resource is a file and the destination resource is an existing
collection the collection
gets deleted and replaced by the file. For example the following request

COPY /webdav/file.txt HTTP/1.1
Host: 127.0.0.1:8080
Connection: TE
TE: trailers
Depth: infinity
Destination: http://127.0.0.1:8080/webdav/col/
Overwrite: T

deletes the collection col and replaces it with a file that is named col and has
the contents of file.txt.


2. If the source resource is collection and the destination resource is a
existing file the file
gets deleted and replaced by the collection. For example the following request


COPY /webdav/col/ HTTP/1.1
Host: 127.0.0.1:8080
Connection: TE
TE: trailers
Depth: infinity
Destination: http://127.0.0.1:8080/webdav/file.txt
Overwrite: T

deletes the file file.txt and replaces it with a collection that is named
file.txt and has the contents of col.

From reading RFC 2518 I am not quite sure if this may be an intended behaviour,
but I noticed it as it is quite
different from the behaviour of a UNIX cp command and thus may lead to
unnecessary loss of data.

If it works as designed just let me know. Then I need to be more careful in the
future when handling with webdav :-).


Regards


Rüdiger Plüm

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/jk/support jk_ws.m4

2004-02-24 Thread truk
truk2004/02/24 05:17:07

  Modified:jk/support jk_ws.m4
  Log:
  Need APACHE2_LIBDIR here
  
  Revision  ChangesPath
  1.9   +3 -2  jakarta-tomcat-connectors/jk/support/jk_ws.m4
  
  Index: jk_ws.m4
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_ws.m4,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk_ws.m4  24 Feb 2004 08:51:53 -  1.8
  +++ jk_ws.m4  24 Feb 2004 13:17:07 -  1.9
  @@ -61,6 +61,7 @@
   $2_CFLAGS=-I ${tempval}/include
   $2_DIR=${tempval}
   $2_HOME=${tempval}
  +$2_LIBDIR=
if ${TEST} -d ${withval}/include ; then
  $2_INCL=-I${tempval}/include
 $2_INCDIR=${tempval}/include
  @@ -87,6 +88,7 @@
  APR_CFLAGS=`${tempval}/srclib/apr/apr-config --cflags`
  APR_UTIL_INCDIR=-I${tempval}/srclib/apr-util/include
  APR_LIBDIR_LA=`${tempval}/srclib/apr/apr-config --apr-la-file`
  +  $2_LIBDIR=${tempval}/lib
   
  AC_SUBST(APR_INCDIR)
  AC_SUBST(APR_CFLAGS)
  @@ -94,7 +96,6 @@
  AC_SUBST(APR_UTIL_INCDIR)
fi
   $2_LDFLAGS=
  -$2_LIBDIR=
WEBSERVERS=${WEBSERVERS} $4
   
AC_SUBST($2_BUILD)
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a 
directory not ending in /usr/lib/apache2

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 13:18 ---
I tried:

env | grep JAVA_HOME
JAVA_HOME=/opt/sun-jdk-1.4.2.03

./configure --with-java-home=/opt/sun-jdk-1.4.2.03 --with-apxs2=/usr/sbin/apxs2 
--with-tomcat41=/usr/local/tomcat

And I still get the same error.

What version of libtool did you use so that it worked for you? I read somewhere 
that this kind of problem is caused by a stricter checking of installed paths by 
libtool

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a 
directory not ending in /usr/lib/apache2





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 13:22 ---
I'm using libtool which came from apr build 2.0.48, ie 1.5.

And it works

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Philippe Gintzburger a quitté ses fonctions à la ville d'Epernay depuis le 13 février 2004

2004-02-24 Thread Shapira, Yoav

Howdy,
Whoa, long vacation ;)  I'm unsubscribed this user for now so that we don't get seven 
months of these messages.  We'll get one more auto-response from this message and 
that's it hopefully ;)

Yoav Shapira
Millennium ChemInformatics


-Original Message-
From: Philippe Gintzburger [mailto:[EMAIL PROTECTED]
Sent: Monday, February 23, 2004 7:25 PM
To: Tomcat Developers List
Subject: Philippe Gintzburger a quitté ses fonctions à la ville d'Epernay
depuis le 13 février 2004

Je serai absent(e) du  16/02/2004 au 30/09/2004.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a 
directory not ending in /usr/lib/apache2





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 13:53 ---
I just tried libtool 1.5.2-r3 and I still get the same error. Can you think of 
anything else (program versions / configure options / steps) I might be doing 
differently to you? Here is a recap of my steps:

cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
chmod 0777 buildconf.sh
./buildconf.sh
./configure --with-java-home=/opt/sun-jdk-1.4.2.03 --with-apxs2=/usr/sbin/apxs2 
--with-tomcat41=/usr/local/tomcat
make clean build
libtool --finish /usr/lib/apache2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread Henri Gomez
Continuing this thread on tomcat-dev.

Well you should use the libtool from Apache 2.0 / APR.

Which version of Apache 2.0 are you using ?

[EMAIL PROTECTED] wrote:

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 13:53 ---
I just tried libtool 1.5.2-r3 and I still get the same error. Can you think of 
anything else (program versions / configure options / steps) I might be doing 
differently to you? Here is a recap of my steps:

cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
chmod 0777 buildconf.sh
./buildconf.sh
./configure --with-java-home=/opt/sun-jdk-1.4.2.03 --with-apxs2=/usr/sbin/apxs2 
--with-tomcat41=/usr/local/tomcat
make clean build
libtool --finish /usr/lib/apache2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-24 Thread Henri Gomez
Bill Barker wrote:

The Tomcat Team announces the immediate availability of Apache Tomcat
3.3.2 Release Candidate 1.
Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1

The Apache Tomcat Team
I make test on it and play with JMXSupport and noticed :

- XSL problem with HTTP connector :

[Error] common.xsl:14:80: Element type xsl:stylesheet must be declared.
[Error] common.xsl:16:38: Element type xsl:import must be declared.
[Error] common.xsl:19:35: Element type xsl:param must be declared.
[Error] common.xsl:21:96: Element type xsl:variable must be declared.
[Error] common.xsl:24:28: Element type xsl:template must be declared.
[Error] common.xsl:25:30: Element type xsl:if must be declared.


It seems Costin patch the xsl sometimes ago at mx4j, so should we 
included this modified version ?

- As many, in my web application,  I allready load HTTP/JRMP connector
  (at special ports with custom login/pwd), but since JMXSupport is
  loaded before my app, it didn't use my HTTP port settings.
  What about set port to -1 by default in interceptors.xml to avoid
  such problems ?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread Al Banard
Hi Henri,

Thanks for giving me help.

OK,  I have to admit I don't know a lot about libtool. I'm using apache 
2.0.48 and have also installed apr-0.9.2. How do I specify to use the 
libtool from Apache 2.0 / APR?


From: Henri Gomez [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED],  
[EMAIL PROTECTED]
Subject: Re: DO NOT REPLY [Bug 27006]  - libtool: install: error: 
cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not 
ending in /usr/lib/apache2
Date: Tue, 24 Feb 2004 14:57:49 +0100

Continuing this thread on tomcat-dev.

Well you should use the libtool from Apache 2.0 / APR.

Which version of Apache 2.0 are you using ?

[EMAIL PROTECTED] wrote:

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS 
THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE 
BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install 
`../../../build/jk2/apache2/jkjni.la' to a directory not ending in 
/usr/lib/apache2





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 13:53 
---
I just tried libtool 1.5.2-r3 and I still get the same error. Can you 
think of anything else (program versions / configure options / steps) I 
might be doing differently to you? Here is a recap of my steps:

cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
chmod 0777 buildconf.sh
./buildconf.sh
./configure --with-java-home=/opt/sun-jdk-1.4.2.03 
--with-apxs2=/usr/sbin/apxs2 --with-tomcat41=/usr/local/tomcat
make clean build
libtool --finish /usr/lib/apache2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_
Hot chart ringtones and polyphonics. Go to  
http://ninemsn.com.au/mobilemania/default.asp

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27190] New: - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

   Summary: Redirect problem with the COPY / MOVE request handling
in the WebDAV servlet
   Product: Tomcat 5
   Version: 5.0.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Servlets:WebDAV
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hi,

there is a redirect problem with the COPY / MOVE request handling in the WebDAV
servlet of
Tomcat.

Environment:

I created the webdav application with the following web.xml file in
webapps/webdav/WEB-INF:

!DOCTYPE web-app
PUBLIC -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN
http://java.sun.com/dtd/web-app_2_3.dtd;
 
web-app
 
  servlet
servlet-namewebdav/servlet-name
servlet-classorg.apache.catalina.servlets.WebdavServlet/servlet-class
init-param
  param-namedebug/param-name
  param-value10/param-value
/init-param
init-param
  param-namelistings/param-name
  param-valuetrue/param-value
/init-param
!-- Uncomment this to enable read and write access --
init-param
  param-namereadonly/param-name
  param-valuefalse/param-value
/init-param
!--load-on-startup1/load-on-startup--
  /servlet
  servlet-mapping
servlet-namewebdav/servlet-name
url-pattern//url-pattern
  /servlet-mapping

/web-app

The directory webapps/webdav/ is writable by the Tomcat jvm.

I created the collection col  with cadaver (which worked fine).

So this is our starting point:

dav:/webdav/ ls
Listing collection `/webdav/': succeeded.
Coll:  col 0  Jan  1  1970

If you try to move the collection col to col1 which results in the following request

MOVE /webdav/col HTTP/1.1
User-Agent: neon/0.23.0 cadaver/0.20.5
Connection: TE
TE: trailers
Destination: http://127.0.0.1:8080/webdav/col1
Overwrite: T

you get a 302 as response:

HTTP/1.1 302 Moved Temporarily
Location: http://127.0.0.1:8080/webdav/col/
Transfer-Encoding: chunked
Date: Tue, 24 Feb 2004 13:37:41 GMT
Server: Apache-Coyote/1.1

The reason for this behaviour is caused by the fact that MOVE /webdav/col is used
instead of MOVE /webdav/col/. If you use MOVE /webdav/col/ everything works fine.

This is the reason why there is the redirect-carefully special environment
variable within Apache
as this problem is known with many webdav clients (see also
http://httpd.apache.org/docs-2.0/env.html#special).

The actual redirect is created in the lines 753 - 767 of

org/apache/tomcat/util/http/mapper/Mapper.java

which creates this redirect long before the WebDAVServlet has a chance to handle
this situation on its own.
And now I am a little helpless how to fix this :-).


Regards

Rüdiger Plüm

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread jean-frederic clere
Al Banard wrote:
 Hi Henri,
 
 Thanks for giving me help.
 
 OK,  I have to admit I don't know a lot about libtool. I'm using apache
 2.0.48 and have also installed apr-0.9.2. How do I specify to use the
 libtool from Apache 2.0 / APR?

That is what is done when you use --with-apache2=$HOME/httpd-2.0.48.
It works for me with the actual CVS and libtool-1.5.2 and automake-1.6.1 (I
build and install automake after libtool).

 
 
 From: Henri Gomez [EMAIL PROTECTED]
 To: Tomcat Developers List [EMAIL PROTECTED], 
 [EMAIL PROTECTED]
 Subject: Re: DO NOT REPLY [Bug 27006]  - libtool: install: error:
 cannot install `../../../build/jk2/apache2/jkjni.la' to a directory
 not ending in /usr/lib/apache2
 Date: Tue, 24 Feb 2004 14:57:49 +0100

 Continuing this thread on tomcat-dev.

 Well you should use the libtool from Apache 2.0 / APR.

 Which version of Apache 2.0 are you using ?


 [EMAIL PROTECTED] wrote:

 DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS
 THROUGH THE WEB INTERFACE AVAILABLE AT
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
 ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN
 THE BUG DATABASE.

 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

 libtool: install: error: cannot install
 `../../../build/jk2/apache2/jkjni.la' to a directory not ending in
 /usr/lib/apache2





 --- Additional Comments From [EMAIL PROTECTED]  2004-02-24
 13:53 ---
 I just tried libtool 1.5.2-r3 and I still get the same error. Can you
 think of anything else (program versions / configure options / steps)
 I might be doing differently to you? Here is a recap of my steps:

 cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
 chmod 0777 buildconf.sh
 ./buildconf.sh
 ./configure --with-java-home=/opt/sun-jdk-1.4.2.03
 --with-apxs2=/usr/sbin/apxs2 --with-tomcat41=/usr/local/tomcat
 make clean build
 libtool --finish /usr/lib/apache2

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




 
 _
 Hot chart ringtones and polyphonics. Go to 
 http://ninemsn.com.au/mobilemania/default.asp
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



signature.asc
Description: OpenPGP digital signature


DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 15:23 ---
This is really painful. If this is my decision, then this will not be fixed.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



mod_deflate - mod_jk mod_jk2

2004-02-24 Thread EBRARD Loic
Title: mod_deflate - mod_jk  mod_jk2





Hi all,


for same configuration of mod_deflate, using mod_jk_1.2.5_2.0.47.dll or mod_jk2-2.0.43.dll
the deflate doest work same at all : 
mod_jk_1 deflate all Content-type I specified
mod_jk2 deflate only static URI for the Content-type I mention in deflate configuration


So I can't use mod_jk2 as far as i want dynamic URI deflate regardless to Content-Type of datum...



Did someone have an idea why mod_jk2 doest work fine with mod_deflate
do i miss something ?



-Message d'origine-
De : Al Banard [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 24 février 2004 15:36
À : [EMAIL PROTECTED]
Objet : Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot
install `../../../build/jk2/apache2/jkjni.la' to a directory not ending
in /usr/lib/apache2



Hi Henri,


Thanks for giving me help.


OK, I have to admit I don't know a lot about libtool. I'm using apache 
2.0.48 and have also installed apr-0.9.2. How do I specify to use the 
libtool from Apache 2.0 / APR?



From: Henri Gomez [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED], 
[EMAIL PROTECTED]
Subject: Re: DO NOT REPLY [Bug 27006] - libtool: install: error: 
cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not 
ending in /usr/lib/apache2
Date: Tue, 24 Feb 2004 14:57:49 +0100

Continuing this thread on tomcat-dev.

Well you should use the libtool from Apache 2.0 / APR.

Which version of Apache 2.0 are you using ?


[EMAIL PROTECTED] wrote:

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS 
THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE 
BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006

libtool: install: error: cannot install 
`../../../build/jk2/apache2/jkjni.la' to a directory not ending in 
/usr/lib/apache2





--- Additional Comments From [EMAIL PROTECTED] 2004-02-24 13:53 
---
I just tried libtool 1.5.2-r3 and I still get the same error. Can you 
think of anything else (program versions / configure options / steps) I 
might be doing differently to you? Here is a recap of my steps:

cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
chmod 0777 buildconf.sh
./buildconf.sh
./configure --with-java-home=/opt/sun-jdk-1.4.2.03 
--with-apxs2=/usr/sbin/apxs2 --with-tomcat41=/usr/local/tomcat
make clean build
libtool --finish /usr/lib/apache2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






_
Hot chart ringtones and polyphonics. Go to 
http://ninemsn.com.au/mobilemania/default.asp



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This mail has originated outside your organization,
either from an external partner or the Global Internet. 
Keep this in mind if you answer this message.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 15:32 ---
But this makes the webdav servlet inusable for the most used and most hated (at
least on the side of the people who implement webdav servers) webdav client: MS
webfolders. So I hope there will be a fix for this within Tomcat.

Regards

Rüdiger

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-24 Thread Henri Gomez
Henri Gomez wrote:
Bill Barker wrote:

The Tomcat Team announces the immediate availability of Apache Tomcat
3.3.2 Release Candidate 1.
Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1

The Apache Tomcat Team


I make test on it and play with JMXSupport and noticed :

- XSL problem with HTTP connector :

[Error] common.xsl:14:80: Element type xsl:stylesheet must be declared.
[Error] common.xsl:16:38: Element type xsl:import must be declared.
[Error] common.xsl:19:35: Element type xsl:param must be declared.
[Error] common.xsl:21:96: Element type xsl:variable must be declared.
[Error] common.xsl:24:28: Element type xsl:template must be declared.
[Error] common.xsl:25:30: Element type xsl:if must be declared.


It seems Costin patch the xsl sometimes ago at mx4j, so should we 
included this modified version ?

- As many, in my web application,  I allready load HTTP/JRMP connector
  (at special ports with custom login/pwd), but since JMXSupport is
  loaded before my app, it didn't use my HTTP port settings.
  What about set port to -1 by default in interceptors.xml to avoid
  such problems ?
org.apache.coyote.tomcat3.CoyoteInterceptor2 didn't present many 
informations via JMX, could we use a trick to present what is present
in processor class ?

The goal is to be able to change some attributes, like port or listen
adress from JMX console.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_service_apache2.c

2004-02-24 Thread hgomez
hgomez  2004/02/24 07:51:23

  Modified:jk/native2/server/apache2 jk_service_apache2.c
  Log:
  Should fix problem fix mod_deflate and jk2
  
  Revision  ChangesPath
  1.41  +5 -1  
jakarta-tomcat-connectors/jk/native2/server/apache2/jk_service_apache2.c
  
  Index: jk_service_apache2.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/jk_service_apache2.c,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- jk_service_apache2.c  24 Feb 2004 08:44:42 -  1.40
  +++ jk_service_apache2.c  24 Feb 2004 15:51:23 -  1.41
  @@ -107,6 +107,10 @@
   /* XXX should be done in handler ! */
   char *tmp = apr_pstrdup(r-pool, val);
   ap_content_type_tolower(tmp); 
  +/* It should be done like this in Apache 2.0 */
  +/* This way, Apache 2.0 will be able to set the output filter */
  +/* and it make jk useable with deflate using AddOutputFilterByType 
DEFLATE text/html */
  +ap_set_content_type(r, tmp);
   r-content_type = tmp;
   apr_table_set(r-headers_out, name, val);
   } else if(!strcasecmp(name, Location)) {
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_deflate - mod_jk mod_jk2

2004-02-24 Thread Henri Gomez
EBRARD Loic wrote:
Hi all,

for same configuration of mod_deflate, using mod_jk_1.2.5_2.0.47.dll or 
mod_jk2-2.0.43.dll
the deflate doest work same at all :
mod_jk_1 deflate all Content-type I specified
mod_jk2 deflate only static URI for the Content-type I mention in 
deflate configuration

So I can't use mod_jk2 as far as i want dynamic URI deflate regardless 
to Content-Type of datum...

Did someone have an idea why mod_jk2 doest work fine with mod_deflate
do i miss something ?
Should I understand that mod_jk2 didn't compress JSP/Servlet contents ?

Just commited some code in jk2 HEAD (present in jk but not in jk2).

Could you make a try please ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27191] New: - ROOT/index.jsp contains wrong statement

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27191.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27191

ROOT/index.jsp contains wrong statement 

   Summary: ROOT/index.jsp contains wrong statement
   Product: Tomcat 5
   Version: 5.0.18
  Platform: Other
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Hi,

the welcome page of the ROOT app states that It can be found on the local
filesystem at: $CATALINA_HOME/webapps/ROOT/index.jsp This is not true. Don't
ask how long it took me to find out, that despite the presence of a regular
ROOT/index.jsp and despite the above statement the default page comes from
either WEB-INF/classes or from WEB-INF/lib/catalina-root.jar.

I'm pretty puzzled why one might try to obfuscate example code in such a
fashion, but at least the text of the page should be changed. I can imagine that
this is there to improve performace on the very first impression -- but at what
price?!

If this is the reason, then please consider also: I think it is nearly always
one of the first steps of a new tomcat user to try to change this page and see
what happens. It *was* my first step, when I started.  I think this drives away
many a new user from this great server software.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27191] - ROOT/index.jsp contains wrong statement

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27191.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27191

ROOT/index.jsp contains wrong statement

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID
Summary|ROOT/index.jsp contains |ROOT/index.jsp contains
   |wrong statement |wrong statement



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 16:03 ---
That page is precompiled, which is a valid deployment style.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27191] - ROOT/index.jsp contains wrong statement

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27191.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27191

ROOT/index.jsp contains wrong statement





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 16:17 ---
Yes, from a technical standpoint, your right. But isn't it worth a short note
advertising this precompiled-ness? It can be found on the local file system at
... -- no doubt. But it can't be changed. I suggest to make this an RFE.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 16:29 ---
Yes, but then you will complain that redirect will always occur for the root
path of a context (ex: a request to /webdav) and that it also breaks broken
clients. I think there's no point, and I recommend looking for other servers
which would be more complex and legacy friendly (such as mod_dav, or Slide -
although Slide won't help for the root path problem).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 16:50 ---
You know the typical requester: If you give him a small finger he wants your
whole hand! :-).

But back to the problem: The problem with the root path of the context can be
fixed by using the correct URL within MS Webfolders, but the other problems with
MOVE and copy cannot be fixed this way.

I admit that this problem is difficult to fix. Maybe there could be a check for
the request method in CoyoteAdapter.postParseRequest to prevent the redirect for
COPY and MOVE methods. Maybe there is the possibility of creating an xml
attribute for the coyote connector which lets you specify which methods should
not do redirects with a default value to . But I am not sure if it is easy to
get the configuration settings for the coyote connector from this method.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 InternalInputBuffer.java Constants.java Http11Protocol.java InternalOutputBuffer.java OutputFilter.java Http11Processor.java LocalStrings_fr.properties InputFilter.java Loca

2004-02-24 Thread Bill Barker

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 24, 2004 12:50 AM
Subject: cvs commit:
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11
InternalInputBuffer.java Constants.java Http11Protocol.java
InternalOutputBuffer.java OutputFilter.java Http11Processor.java
LocalStrings_fr.properties InputFilter.java LocalStrings_es.properties


 hgomez  2004/02/24 00:50:56

   Modified:http11/src/java/org/apache/coyote/http11/filters
 VoidInputFilter.java ChunkedInputFilter.java
 BufferedInputFilter.java GzipOutputFilter.java
 ChunkedOutputFilter.java IdentityInputFilter.java
 IdentityOutputFilter.java VoidOutputFilter.java
http11/src/java/org/apache/coyote/http11
 InternalInputBuffer.java Constants.java
 Http11Protocol.java InternalOutputBuffer.java
 OutputFilter.java Http11Processor.java
 LocalStrings_fr.properties InputFilter.java
 LocalStrings_es.properties
   Log:
   Update to Apache License 2.0 and french translations


Thanks!  You just saved me a lot of work :).



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27197] New: - SEVERE: Error finishing response on any requests, fixed by server restart

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197

SEVERE: Error finishing response on any requests, fixed by server restart

   Summary: SEVERE: Error finishing response on any requests,
fixed by server restart
   Product: Tomcat 5
   Version: 5.0.16
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Connector:Coyote
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Without any apparent trigger, the server went unresponsive, spewing exceptions 
like the following whenever a request was made (servlet or JSP):

Feb 24, 2004 11:29:22 AM org.apache.coyote.http11.Http11Processor process
SEVERE: Error finishing response
java.lang.ClassCastException
at org.apache.coyote.http11.filters.GzipOutputFilter.end
(GzipOutputFilter.java:165)
at org.apache.coyote.http11.InternalOutputBuffer.endRequest
(InternalOutputBuffer.java:439)
at org.apache.coyote.http11.Http11Processor.process
(Http11Processor.java:842)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnectio
n(Http11Protocol.java:696)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt
(PoolTcpEndpoint.java:605)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:536)

After restarting Tomcat, the problem went away and has not, thus far, 
resurfaced.  It had been running fine for several weeks before this problem, 
with no configuration changes.  This is the first time I've ever seen this 
problem.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1

2004-02-24 Thread Bill Barker

- Original Message -
From: Henri Gomez [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Tuesday, February 24, 2004 7:46 AM
Subject: Re: [ANN] Apache Tomcat 3.3.2 Release Candidate 1


 Henri Gomez wrote:
  Bill Barker wrote:
 
  The Tomcat Team announces the immediate availability of Apache Tomcat
  3.3.2 Release Candidate 1.
 
  Downloads: http://www.apache.org/~larryi/tomcat-3.3.2-rc1
 
  The Apache Tomcat Team
 
 
  I make test on it and play with JMXSupport and noticed :
 
  - XSL problem with HTTP connector :
 
  [Error] common.xsl:14:80: Element type xsl:stylesheet must be
declared.
  [Error] common.xsl:16:38: Element type xsl:import must be declared.
  [Error] common.xsl:19:35: Element type xsl:param must be declared.
  [Error] common.xsl:21:96: Element type xsl:variable must be declared.
  [Error] common.xsl:24:28: Element type xsl:template must be declared.
  [Error] common.xsl:25:30: Element type xsl:if must be declared.
 
  
 
  It seems Costin patch the xsl sometimes ago at mx4j, so should we
  included this modified version ?
 
 
  - As many, in my web application,  I allready load HTTP/JRMP connector
(at special ports with custom login/pwd), but since JMXSupport is
loaded before my app, it didn't use my HTTP port settings.
 
What about set port to -1 by default in interceptors.xml to avoid
such problems ?

 org.apache.coyote.tomcat3.CoyoteInterceptor2 didn't present many
 informations via JMX, could we use a trick to present what is present
 in processor class ?


I haven't looked at JMXSupport in a while, but it should be possible to add
this in.  o.a.jk and o.a.c.http11 already have the self-registration code.
It's just a matter of triggering it.

 The goal is to be able to change some attributes, like port or listen
 adress from JMX console.

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27104] - got an exception when testing a simple cluster app

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27104.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27104

got an exception when testing a simple cluster app

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 20:20 ---
I haven't been able to reproduce this, if you have a scenario where this 
happens again, let me know and we will work it out

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26495] - JDBCRealm and DataSourceRealm with case insensitive user names

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26495.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26495

JDBCRealm and DataSourceRealm with case insensitive user names





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 20:38 ---
Well, web-based authentication can't be compared to other authentication schemes
IMHO. There are a lot of users who can remember their user names, but not the
correct spelling they chose when they registered on the page.

The fact is that there are a lot of web pages out there that allow for case
insensitive user names (but certainly display the correct spelling after you
have been logged in).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27197] - SEVERE: Error finishing response on any requests, fixed by server restart

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197

SEVERE: Error finishing response on any requests, fixed by server restart

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 21:15 ---
Since I cannot reproduce this ... A likely fix is in the new releases.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: IIS 5.0 + Jk2 + Tomcat 4.1 + Windows 2000 + Upload = Problem

2004-02-24 Thread Robert Biernat
Where did you get this patch from? 

Can you send me the link

I'm having the same problems but if I could rebuild the ISAPI filter so it
worked that would be great.

-Original Message-
From: Jorge González Martín [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 24 February 2004 2:21 AM
To: [EMAIL PROTECTED]
Subject: IIS 5.0 + Jk2 + Tomcat 4.1 + Windows 2000 + Upload = Problem


Hi all,
after reading a lot of posts i found a patch and i used it to build a dll
that solves the stream ended unexpectedly problem.

Thanks to Joakim Ström for his help.
I can upload (jeje) the dll somewhere...

Jorge.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27197] - SEVERE: Error finishing response on any requests, fixed by server restart

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197

SEVERE: Error finishing response on any requests, fixed by server restart

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 23:16 ---
Ahh, looks like this is a duplicate of Bug 26662.  Reopening to mark it as 
such.  I will try version 5.0.19, although John doesn't seem to think the bug 
is actually fixed in that version.  ;)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27197] - SEVERE: Error finishing response on any requests, fixed by server restart

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27197

SEVERE: Error finishing response on any requests, fixed by server restart

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 23:16 ---


*** This bug has been marked as a duplicate of 26662 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 26662] - ClassCastException in GzipOutputFilter

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26662.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26662

ClassCastException in GzipOutputFilter

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 23:16 ---
*** Bug 27197 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet





--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 23:16 ---
What happens if you use a url-pattern of /* for the servlet mapping? I have 
stepped though this using telnet and I don't see the 302. That being said, it 
still doesn't work and I am looking into why.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Fw: CLAs : Deadline is March 1, 2004 to avoid suspension of commit privs

2004-02-24 Thread Bill Barker
It seems that there are still a handful of active Tomcat committers that
this applies to.

- Original Message -
From: Geir Magnusson Jr [EMAIL PROTECTED]
To: Jakarta General List [EMAIL PROTECTED]
Sent: Monday, February 23, 2004 3:25 PM
Subject: CLAs : Deadline is March 1, 2004 to avoid suspension of commit
privs


 Jakarta Committers,

 The March 1 CLA deadline for CLAs is approaching quickly.

 As you are aware, all committers working on Apache Software Foundation
 projects are required to have a CLA filed with the ASF.  This document
 clearly defines the terms under which intellectual property has been
 contributed to the ASF and thereby allow us to defend the project
 should there be a legal dispute regarding the software at some future
 time.

 Every committer is responsible for ensuring a CLA is on file with the
 ASF by March 1, 2004.  Any committer that does not have a CLA on file
 will have their committer privs suspended.

 To check to see if one is on file for you, please look here :

 http://www.apache.org/~jim/committers.html

 If your name is *not* in italics, there is no CLA on file. f you are
 not listed as having a CLA on file, read about it and get one :

 http://www.apache.org/licenses/#clas

 and follow the instructions.  It's really easy.

 Please direct all questions and problems to

  [EMAIL PROTECTED]

 or the public list if you don't mind public discussion of your
 situation.

 We will do what we can to help resolve any issues that arise.  Silence
 on this issue isn't an option.  The ASF is working to tie up any
 IP-related loose-ends, and this is an important one - they will suspend
 commit privs.

 Thanks

 geir, writing on behalf of the Jakarta PMC

 --
 Geir Magnusson Jr   203-247-1713(m)
 [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Normal  |Minor



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 23:34 ---
OK, I have looked at this further (using a url-pattern of /*) and it does 
work. The errors I was seeing were as a result of an invalid cache due to 
previous testing.

There is a minor issue in that the status code returned will always be 204. 
This is not 100% compliant with para 8.9.4 of the servlet spec.

Note I am using the latest code from CVS.

I'l leave this open until I fix the status code issue but I am dropping the 
severity.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27185] - Possible problem with the COPY request handling

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27185.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27185

Possible problem with the COPY request handling

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-02-24 23:43 ---
This is working as per the webdav spec.
spec-quote
8.8.4 COPY and the Overwrite Header

   If a resource exists at the destination and the Overwrite header is
   T then prior to performing the copy the server MUST perform a
   DELETE with Depth: infinity on the destination resource.  If the
   Overwrite header is set to F then the operation will fail.
/spec-quote

The spec makes no reference to the type of source and destination resources 
having an effect on whether or not the copy takes place.

Note: A resource may be a file or a collection.

I am afraid you are just going to have to be careful ;)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27190] - Redirect problem with the COPY / MOVE request handling in the WebDAV servlet

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27190

Redirect problem with the COPY / MOVE request handling in the WebDAV servlet





--- Additional Comments From [EMAIL PROTECTED]  2004-02-25 00:55 ---
Yes, this is a good workaround (and is the mapping used in the webdav example
webapp): no welcome file processing (or folder redirection) will occur in that case.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DO NOT REPLY [Bug 27006] - libtool: install: error: cannot install `../../../build/jk2/apache2/jkjni.la' to a directory not ending in /usr/lib/apache2

2004-02-24 Thread Kurt Miller
From: Al Banard [EMAIL PROTECTED]
 Hi Henri,

 Thanks for giving me help.

 OK,  I have to admit I don't know a lot about libtool. I'm using
apache
 2.0.48 and have also installed apr-0.9.2. How do I specify to use
the
 libtool from Apache 2.0 / APR?


Could you try building from current source via CVS or a source
snapshot? Many issues have been adressed in the current version (soon
to be released).

Download a source snapshot here:

http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/


 From: Henri Gomez [EMAIL PROTECTED]
 To: Tomcat Developers List [EMAIL PROTECTED],
 [EMAIL PROTECTED]
 Subject: Re: DO NOT REPLY [Bug 27006]  - libtool: install:
error:
 cannot install `../../../build/jk2/apache2/jkjni.la' to a directory
not
 ending in /usr/lib/apache2
 Date: Tue, 24 Feb 2004 14:57:49 +0100
 
 Continuing this thread on tomcat-dev.
 
 Well you should use the libtool from Apache 2.0 / APR.
 
 Which version of Apache 2.0 are you using ?
 
 
 [EMAIL PROTECTED] wrote:
 
 DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED
COMMENTS
 THROUGH THE WEB INTERFACE AVAILABLE AT
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006.
 ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED
IN THE
 BUG DATABASE.
 
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27006
 
 libtool: install: error: cannot install
 `../../../build/jk2/apache2/jkjni.la' to a directory not ending in
 /usr/lib/apache2
 
 
 
 
 
 --- Additional Comments From [EMAIL PROTECTED]  2004-02-24
13:53
 ---
 I just tried libtool 1.5.2-r3 and I still get the same error. Can
you
 think of anything else (program versions / configure options /
steps) I
 might be doing differently to you? Here is a recap of my steps:
 
 cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2/
 chmod 0777 buildconf.sh
 ./buildconf.sh
 ./configure --with-java-home=/opt/sun-jdk-1.4.2.03
 --with-apxs2=/usr/sbin/apxs2 --with-tomcat41=/usr/local/tomcat
 make clean build
 libtool --finish /usr/lib/apache2
 


-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:
[EMAIL PROTECTED]
 
 
 
 

 _
 Hot chart ringtones and polyphonics. Go to
 http://ninemsn.com.au/mobilemania/default.asp


 
-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 19328] - Compilation of native part of JK2 fails with linking error, no libapr

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19328.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19328

Compilation of native part of JK2 fails with linking error, no libapr

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-02-25 03:14 ---
Fixed by costin. Will be included in version 2.0.4 (soon to be released).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 22399] - libapr not found

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22399.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22399

libapr not found

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-02-25 03:20 ---
Fix by costin. Will be included in 2.0.4 (soon to be released).

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c

2004-02-24 Thread truk
truk2004/02/24 19:33:06

  Modified:jk/native/common jk_ajp_common.c
  Log:
  Fix bug 22604. Patch from David Rees.
  
  Revision  ChangesPath
  1.52  +2 -2  jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c
  
  Index: jk_ajp_common.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- jk_ajp_common.c   24 Feb 2004 08:45:46 -  1.51
  +++ jk_ajp_common.c   25 Feb 2004 03:33:06 -  1.52
  @@ -718,7 +718,7 @@
   
   jk_log(l, JK_LOG_INFO,
  Error connecting to tomcat. Tomcat is probably not started or is 
  -   listenning on the wrong port. Failed errno = %d\n,
  +   listening on the wrong port. Failed errno = %d\n,
  errno);
   return JK_FALSE;
   }
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27012] - two bytes of a request get lost if the request size is 8190

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27012.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27012

two bytes of a request get lost if the request size is 8190

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2004-02-25 03:48 ---


*** This bug has been marked as a duplicate of 20184 ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20184] - JkInputStream ignores packets containing less than 5 bytes

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20184.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20184

JkInputStream ignores packets containing less than 5 bytes

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2004-02-25 03:48 ---
*** Bug 27012 has been marked as a duplicate of this bug. ***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 20184] - JkInputStream ignores packets containing less than 5 bytes

2004-02-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20184.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20184

JkInputStream ignores packets containing less than 5 bytes





--- Additional Comments From [EMAIL PROTECTED]  2004-02-25 03:54 ---
Transfered comments from bug 27012:

The tomcat connected to apache over jk2. Two bytes of a request get lost if the
request size is 8190 (even the critical length is perioodic about 1024x8+2). The
error is brobably in the class org.apache.jk.common.JkInputStream in the method
receive. The check 'if( bodyMsg.getLen() = 4 )' seems to be not correct.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jk2 hooks infos

2004-02-24 Thread Henri Gomez
Hi to all,

I'm working on jk2 release (2.0.4) and as such try to fix
many bugzillas.
Jean-Frederic Clere send me this nice article (in french) :

http://www.hsc.fr/ressources/breves/apache-modules.html.fr

It seems there is a patch against mod_jk2 (we're working
jk2 release) :
--- mod_jk2.c.orig  2004-01-26 17:31:04.0 +0100
+++ mod_jk2.c   2004-01-26 17:30:48.0 +0100
@@ -808,11 +808,14 @@
 static void jk2_register_hooks(apr_pool_t *p)
 {
+static const char * const aszPre[]={ mod_rewrite.c,NULL };
+
 ap_hook_handler(jk2_handler, NULL, NULL, APR_HOOK_MIDDLE);
 ap_hook_post_config(jk2_post_config,NULL,NULL,APR_HOOK_MIDDLE);
 /* Force the mpm to run before us and set the
 * scoreboard image */
 ap_hook_child_init(jk2_child_init,NULL,NULL,APR_HOOK_LAST);
-ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST);
+// ap_hook_translate_name(jk2_translate,NULL,NULL,APR_HOOK_FIRST);
+ap_hook_translate_name(jk2_translate, aszPre,NULL,APR_HOOK_FIRST);
 ap_hook_map_to_storage(jk2_map_to_storage, NULL, NULL, 
APR_HOOK_MIDDLE);
 }

I wonder if we should use it since I saw in mod_file_cache.c (2.0.48),
that this tricks didn't works.
Who's right ?



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/core BaseInterceptor.java Container.java Context.java ContextManager.java Handler.java OutputBuffer.java Request.java Response.java ServerSession.java TomcatException.java package.html

2004-02-24 Thread billbarker
billbarker2004/02/24 22:45:07

  Modified:src/share/org/apache/tomcat/core BaseInterceptor.java
Container.java Context.java ContextManager.java
Handler.java OutputBuffer.java Request.java
Response.java ServerSession.java
TomcatException.java package.html
  Log:
  Update to Apache License v2.0.
  
  Revision  ChangesPath
  1.54  +14 -58
jakarta-tomcat/src/share/org/apache/tomcat/core/BaseInterceptor.java
  
  Index: BaseInterceptor.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/BaseInterceptor.java,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- BaseInterceptor.java  21 Aug 2002 03:58:59 -  1.53
  +++ BaseInterceptor.java  25 Feb 2004 06:45:07 -  1.54
  @@ -1,62 +1,18 @@
  -/*
  - * 
  +/*   
  + *  Copyright 1999-2004 The Apache Sofware Foundation.
*
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer. 
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:  
  - *   This product includes software developed by the 
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowlegement may appear in the software itself,
  - *if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names The Jakarta Project, Tomcat, and Apache Software
  - *Foundation must not be used to endorse or promote products derived
  - *from this software without prior written permission. For written 
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * http://www.apache.org/.
  - *
  - * [Additional notices, if required by prior licensing conditions]
  - *
  - */ 
  -
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
   
   package org.apache.tomcat.core;
   
  
  
  
  1.57  +14 -57jakarta-tomcat/src/share/org/apache/tomcat/core/Container.java
  
  Index: Container.java
  ===
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/core/Container.java,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- Container.java21 Aug 2002 03:58:59 -  1.56
  +++ Container.java

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/loggers AccessLogInterceptor.java AccountingInterceptor.java LogEvents.java

2004-02-24 Thread billbarker
billbarker2004/02/24 22:52:40

  Modified:src/share/org/apache/tomcat/modules/aaa
AccessInterceptor.java CredentialsInterceptor.java
JDBCRealm.java RealmBase.java SimpleRealm.java
   src/share/org/apache/tomcat/modules/generators
ErrorHandler.java InvokerInterceptor.java
Jdk12Interceptor.java StaticInterceptor.java
   src/share/org/apache/tomcat/modules/loggers
AccessLogInterceptor.java
AccountingInterceptor.java LogEvents.java
  Log:
  Updating to the Apache License v2.0
  
  Revision  ChangesPath
  1.22  +13 -56
jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa/AccessInterceptor.java
  
  Index: AccessInterceptor.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa/AccessInterceptor.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- AccessInterceptor.java22 Sep 2003 09:18:38 -  1.21
  +++ AccessInterceptor.java25 Feb 2004 06:52:40 -  1.22
  @@ -1,60 +1,17 @@
  -/*
  - * 
  - *
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer. 
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:  
  - *   This product includes software developed by the 
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowlegement may appear in the software itself,
  - *if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names The Jakarta Project, Tomcat, and Apache Software
  - *Foundation must not be used to endorse or promote products derived
  - *from this software without prior written permission. For written 
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * http://www.apache.org/.
  - *
  - * [Additional notices, if required by prior licensing conditions]
  +/*   
  + *  Copyright 1999-2004 The Apache Sofware Foundation.
*
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
*/
   
   package org.apache.tomcat.modules.aaa;
  
  
  
  1.5   +15 -57
jakarta-tomcat/src/share/org/apache/tomcat/modules/aaa/CredentialsInterceptor.java
  
  Index: CredentialsInterceptor.java
  

hi

2004-02-24 Thread costin
about me
attachment: part2.zip
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/server Ajp12.java Ajp12Interceptor.java Ajp13.java Ajp13Interceptor.java Ajp13Packet.java Http10.java Http10Interceptor.java JNIConnectionHandler.java JNIEndpoint.java JNIRequestAdapter.java JNIResponseAdapter.java PoolTcpConnector.java package.html

2004-02-24 Thread billbarker
billbarker2004/02/24 23:18:35

  Modified:src/share/org/apache/tomcat/modules/server Ajp12.java
Ajp12Interceptor.java Ajp13.java
Ajp13Interceptor.java Ajp13Packet.java Http10.java
Http10Interceptor.java JNIConnectionHandler.java
JNIEndpoint.java JNIRequestAdapter.java
JNIResponseAdapter.java PoolTcpConnector.java
package.html
  Log:
  Updating to the Apache License v2.0.
  
  Revision  ChangesPath
  1.24  +13 -58
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12.java
  
  Index: Ajp12.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- Ajp12.java22 Sep 2003 09:18:37 -  1.23
  +++ Ajp12.java25 Feb 2004 07:18:35 -  1.24
  @@ -1,63 +1,18 @@
  -/*
  - *
  - * 
  - *
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer.
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:
  - *   This product includes software developed by the
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowlegement may appear in the software itself,
  - *if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names The Jakarta Project, Tomcat, and Apache Software
  - *Foundation must not be used to endorse or promote products derived
  - *from this software without prior written permission. For written
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * http://www.apache.org/.
  - *
  - * [Additional notices, if required by prior licensing conditions]
  +/*   
  + *  Copyright 1999-2004 The Apache Sofware Foundation.
*
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
*/
  -
   
   /*
 Based on Ajp11ConnectionHandler and Ajp12 implementation of JServ
  
  
  
  1.21  +13 -58
jakarta-tomcat/src/share/org/apache/tomcat/modules/server/Ajp12Interceptor.java
  
  Index: Ajp12Interceptor.java
  ===
  RCS file: 

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionExpirer.java SessionId.java SessionIdGenerator.java SimpleSessionStore.java

2004-02-24 Thread billbarker
billbarker2004/02/24 23:19:12

  Modified:src/share/org/apache/tomcat/modules/mappers
DecodeInterceptor.java ReloadInterceptor.java
SimpleMapper1.java
   src/share/org/apache/tomcat/modules/session
SessionExpirer.java SessionId.java
SessionIdGenerator.java SimpleSessionStore.java
  Log:
  Updating to the Apache License v2.0.
  
  Revision  ChangesPath
  1.23  +14 -57
jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/DecodeInterceptor.java
  
  Index: DecodeInterceptor.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/DecodeInterceptor.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- DecodeInterceptor.java12 Oct 2003 22:34:03 -  1.22
  +++ DecodeInterceptor.java25 Feb 2004 07:19:12 -  1.23
  @@ -1,61 +1,18 @@
  -/*
  - * 
  +/*   
  + *  Copyright 1999-2004 The Apache Sofware Foundation.
*
  - * The Apache Software License, Version 1.1
  - *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  - * reserved.
  - *
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  - *
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer. 
  - *
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  - *
  - * 3. The end-user documentation included with the redistribution, if
  - *any, must include the following acknowlegement:  
  - *   This product includes software developed by the 
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowlegement may appear in the software itself,
  - *if and wherever such third-party acknowlegements normally appear.
  - *
  - * 4. The names The Jakarta Project, Tomcat, and Apache Software
  - *Foundation must not be used to endorse or promote products derived
  - *from this software without prior written permission. For written 
  - *permission, please contact [EMAIL PROTECTED]
  - *
  - * 5. Products derived from this software may not be called Apache
  - *nor may Apache appear in their names without prior written
  - *permission of the Apache Group.
  - *
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  - *
  - * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation.  For more
  - * information on the Apache Software Foundation, please see
  - * http://www.apache.org/.
  - *
  - * [Additional notices, if required by prior licensing conditions]
  - *
  - */ 
  + *  Licensed under the Apache License, Version 2.0 (the License);
  + *  you may not use this file except in compliance with the License.
  + *  You may obtain a copy of the License at
  + *
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + *
  + *  Unless required by applicable law or agreed to in writing, software
  + *  distributed under the License is distributed on an AS IS BASIS,
  + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + *  See the License for the specific language governing permissions and
  + *  limitations under the License.
  + */
   
   package org.apache.tomcat.modules.mappers;
   
  
  
  
  1.17  +13 -56
jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/ReloadInterceptor.java
  
  Index: ReloadInterceptor.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/modules/mappers/ReloadInterceptor.java,v
  retrieving revision 1.16
  

cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/startup EmbededTomcat.java EnableAdmin.java Jspc.java Main.java Property.java StopTomcat.java Tomcat.java

2004-02-24 Thread billbarker
billbarker2004/02/24 23:25:49

  Modified:src/share/org/apache/tomcat/resources
LocalStrings.properties LocalStrings_es.properties
LocalStrings_fr.properties
LocalStrings_ja.properties web.dtd
   src/share/org/apache/tomcat/startup EmbededTomcat.java
EnableAdmin.java Jspc.java Main.java Property.java
StopTomcat.java Tomcat.java
  Log:
  Updating to the Apache License v2.0.
  
  Revision  ChangesPath
  1.17  +16 -1 
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings.properties,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- LocalStrings.properties   3 Nov 2001 03:50:50 -   1.16
  +++ LocalStrings.properties   25 Feb 2004 07:25:48 -  1.17
  @@ -1,5 +1,20 @@
   # $Id$
   #
  +#   
  +#  Copyright 1999-2004 The Apache Sofware Foundation.
  +#
  +#  Licensed under the Apache License, Version 2.0 (the License);
  +#  you may not use this file except in compliance with the License.
  +#  You may obtain a copy of the License at
  +#
  +#  http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#  Unless required by applicable law or agreed to in writing, software
  +#  distributed under the License is distributed on an AS IS BASIS,
  +#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#  See the License for the specific language governing permissions and
  +#  limitations under the License.
  +#
   
   # Localized strings for package org.apache.tomcat.core
   # This is the default locale and is en_US
  
  
  
  1.19  +15 -1 
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties
  
  Index: LocalStrings_es.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_es.properties,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- LocalStrings_es.properties3 Nov 2001 03:50:50 -   1.18
  +++ LocalStrings_es.properties25 Feb 2004 07:25:48 -  1.19
  @@ -1,5 +1,19 @@
   # $Id$
   #
  +#   
  +#  Copyright 1999-2004 The Apache Sofware Foundation.
  +#
  +#  Licensed under the Apache License, Version 2.0 (the License);
  +#  you may not use this file except in compliance with the License.
  +#  You may obtain a copy of the License at
  +#
  +#  http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#  Unless required by applicable law or agreed to in writing, software
  +#  distributed under the License is distributed on an AS IS BASIS,
  +#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#  See the License for the specific language governing permissions and
  +#  limitations under the License.
   
   # Localized strings for package org.apache.tomcat.core
   # This is the Spanish locale and is es
  
  
  
  1.8   +15 -1 
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_fr.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- LocalStrings_fr.properties29 Sep 2003 07:41:10 -  1.7
  +++ LocalStrings_fr.properties25 Feb 2004 07:25:48 -  1.8
  @@ -1,5 +1,19 @@
   # $Id$
   #
  +#   
  +#  Copyright 1999-2004 The Apache Sofware Foundation.
  +#
  +#  Licensed under the Apache License, Version 2.0 (the License);
  +#  you may not use this file except in compliance with the License.
  +#  You may obtain a copy of the License at
  +#
  +#  http://www.apache.org/licenses/LICENSE-2.0
  +#
  +#  Unless required by applicable law or agreed to in writing, software
  +#  distributed under the License is distributed on an AS IS BASIS,
  +#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +#  See the License for the specific language governing permissions and
  +#  limitations under the License.
   
   # Localized strings for package org.apache.tomcat.core
   # This is the French locale and is fr_FR
  
  
  
  1.2   +15 -1 
jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_ja.properties
  
  Index: LocalStrings_ja.properties
  ===
  RCS file: 
/home/cvs/jakarta-tomcat/src/share/org/apache/tomcat/resources/LocalStrings_ja.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LocalStrings_ja.properties