Re: [VOTE] Move trunk to sandbox

2007-09-02 Thread Yoav Shapira
Hey,

On 8/31/07, Remy Maucherat <[EMAIL PROTECTED]> wrote:
> calling for a second vote to move it to the sandbox, where Filip could
> 
> [ X ] +1
> [ ] 0
> [ ] -1
> 

Let's get done with this and move on ;)

Yoav

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



Re: [VOTE] Release build 5.5.25

2007-09-02 Thread Rainer Jung

Filip Hanik - Dev Lists wrote:
Candidate binaries are available here: 
http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.25/


According to the (slightly) updated release process, the 5.5.25 tag is:
[ ] Broken
[ ] Alpha
[ ] Beta
[X] Stable


Tested with two apps under Java 5. Also took a short look at a formal 
diff against 5.5.24. naming-factory.jar looks good to.


Regards,

Rainer

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



svn commit: r571971 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 06:02:53 2007
New Revision: 571971

URL: http://svn.apache.org/viewvc?rev=571971&view=rev
Log:
Fix log message typo.

Modified:

tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java

Modified: 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java?rev=571971&r1=571970&r2=571971&view=diff
==
--- 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java
 (original)
+++ 
tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java
 Sun Sep  2 06:02:53 2007
@@ -255,14 +255,14 @@
 protected Object expiredMutex = new Object();
 
 /**
- * check member exipre or alive
+ * check member expire or alive
  */
 protected void checkExpire() {
 synchronized (expiredMutex) {
 McastMember[] expired = membership.expire(timeToExpiration);
 for ( int i=0; i

Connectors cleanup

2007-09-02 Thread Mark Thomas
Hi,

Following on from my previous over eager attempt to clean up the
duplicate code in connectors I would like to propose the following

- remove connectors/trunk/ajp/CHANGES
- remove connectors/trunk/ajp/proxy
- move connectors/trunk/ajp/ajplib to connectors/trunk/ajplib

Thoughts?

Mark

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



svn commit: r572115 - in /tomcat/connectors/trunk/coyote: ./ src/java/org/apache/coyote/tomcat4/

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:22:38 2007
New Revision: 572115

URL: http://svn.apache.org/viewvc?rev=572115&view=rev
Log:
Run insert_license.pl on connectors/coyote

Modified:
tomcat/connectors/trunk/coyote/build.xml

tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties

tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_es.properties

tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_fr.properties

tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_ja.properties

Modified: tomcat/connectors/trunk/coyote/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/coyote/build.xml?rev=572115&r1=572114&r2=572115&view=diff
==
--- tomcat/connectors/trunk/coyote/build.xml (original)
+++ tomcat/connectors/trunk/coyote/build.xml Sun Sep  2 12:22:38 2007
@@ -1,3 +1,20 @@
+
+
 
 
 

Modified: 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties?rev=572115&r1=572114&r2=572115&view=diff
==
--- 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties
 (original)
+++ 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings.properties
 Sun Sep  2 12:22:38 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 
 #
 # CoyoteConnector

Modified: 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_es.properties?rev=572115&r1=572114&r2=572115&view=diff
==
--- 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_es.properties
 (original)
+++ 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_es.properties
 Sun Sep  2 12:22:38 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 
 #
 # CoyoteConnector

Modified: 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_fr.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_fr.properties?rev=572115&r1=572114&r2=572115&view=diff
==
--- 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_fr.properties
 (original)
+++ 
tomcat/connectors/trunk/coyote/src/java/org/apache/coyote/tomcat4/LocalStrings_fr.properties
 Sun Sep  2 12:22:38 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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, softwa

svn commit: r572117 - in /tomcat/connectors/trunk/http11: ./ src/java/org/apache/coyote/http11/ src/test/

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:24:01 2007
New Revision: 572117

URL: http://svn.apache.org/viewvc?rev=572117&view=rev
Log:
Run insert_license.pl on connectors/http11

Modified:
tomcat/connectors/trunk/http11/build.xml

tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties

tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_es.properties

tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_fr.properties

tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_ja.properties
tomcat/connectors/trunk/http11/src/test/test.bat

Modified: tomcat/connectors/trunk/http11/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/build.xml?rev=572117&r1=572116&r2=572117&view=diff
==
--- tomcat/connectors/trunk/http11/build.xml (original)
+++ tomcat/connectors/trunk/http11/build.xml Sun Sep  2 12:24:01 2007
@@ -1,3 +1,20 @@
+
+
 
 
 

Modified: 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties?rev=572117&r1=572116&r2=572117&view=diff
==
--- 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties
 (original)
+++ 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings.properties
 Sun Sep  2 12:24:01 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 # $Id$
 
 # language 

Modified: 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_es.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_es.properties?rev=572117&r1=572116&r2=572117&view=diff
==
--- 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_es.properties
 (original)
+++ 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_es.properties
 Sun Sep  2 12:24:01 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 # $Id$
 
 # language es

Modified: 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_fr.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_fr.properties?rev=572117&r1=572116&r2=572117&view=diff
==
--- 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_fr.properties
 (original)
+++ 
tomcat/connectors/trunk/http11/src/java/org/apache/coyote/http11/LocalStrings_fr.properties
 Sun Sep  2 12:24:01 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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 applicabl

svn commit: r572118 - in /tomcat/connectors/trunk/doc: install_tomcat33.html install_tomcat40.html

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:25:49 2007
New Revision: 572118

URL: http://svn.apache.org/viewvc?rev=572118&view=rev
Log:
Run insert_license.pl on connectors/doc

Modified:
tomcat/connectors/trunk/doc/install_tomcat33.html
tomcat/connectors/trunk/doc/install_tomcat40.html

Modified: tomcat/connectors/trunk/doc/install_tomcat33.html
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/doc/install_tomcat33.html?rev=572118&r1=572117&r2=572118&view=diff
==
--- tomcat/connectors/trunk/doc/install_tomcat33.html (original)
+++ tomcat/connectors/trunk/doc/install_tomcat33.html Sun Sep  2 12:25:49 2007
@@ -1,3 +1,19 @@
+
 
 
 Installing tomcat-connector in tomcat3.3

Modified: tomcat/connectors/trunk/doc/install_tomcat40.html
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/doc/install_tomcat40.html?rev=572118&r1=572117&r2=572118&view=diff
==
--- tomcat/connectors/trunk/doc/install_tomcat40.html (original)
+++ tomcat/connectors/trunk/doc/install_tomcat40.html Sun Sep  2 12:25:49 2007
@@ -1,3 +1,19 @@
+
 
 
 Installing tomcat-connector in tomcat4.0



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



svn commit: r572119 - /tomcat/connectors/trunk/doc/install_tomcat41.html

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:26:41 2007
New Revision: 572119

URL: http://svn.apache.org/viewvc?rev=572119&view=rev
Log:
Remove old install doc. Coyote connector is included in the current 4.1.x by 
default.

Removed:
tomcat/connectors/trunk/doc/install_tomcat41.html


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



svn commit: r572121 - in /tomcat/connectors/trunk/jni: ./ examples/org/apache/tomcat/jni/ java/org/apache/tomcat/ native/os/win32/

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:33:36 2007
New Revision: 572121

URL: http://svn.apache.org/viewvc?rev=572121&view=rev
Log:
Run insert_license.pl on connectors/jni

Modified:
tomcat/connectors/trunk/jni/README.txt
tomcat/connectors/trunk/jni/build.xml
tomcat/connectors/trunk/jni/examples/org/apache/tomcat/jni/Echo.properties
tomcat/connectors/trunk/jni/examples/org/apache/tomcat/jni/Local.properties
tomcat/connectors/trunk/jni/examples/org/apache/tomcat/jni/LocalServer.java
tomcat/connectors/trunk/jni/examples/org/apache/tomcat/jni/SSL.properties
tomcat/connectors/trunk/jni/examples/org/apache/tomcat/jni/SSLServer.java
tomcat/connectors/trunk/jni/java/org/apache/tomcat/apr.properties
tomcat/connectors/trunk/jni/native/os/win32/libtcnative.rc

Modified: tomcat/connectors/trunk/jni/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/README.txt?rev=572121&r1=572120&r2=572121&view=diff
==
--- tomcat/connectors/trunk/jni/README.txt (original)
+++ tomcat/connectors/trunk/jni/README.txt Sun Sep  2 12:33:36 2007
@@ -1,3 +1,18 @@
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+
 This directory contains both the native and java-side code for
 Tomcat Native Library.
 

Modified: tomcat/connectors/trunk/jni/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jni/build.xml?rev=572121&r1=572120&r2=572121&view=diff
==
--- tomcat/connectors/trunk/jni/build.xml (original)
+++ tomcat/connectors/trunk/jni/build.xml Sun Sep  2 12:33:36 2007
@@ -1,4 +1,20 @@
 
+
 
 
 

svn commit: r572122 - in /tomcat/connectors/trunk/juli: build.xml src/conf/logging.properties

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:34:12 2007
New Revision: 572122

URL: http://svn.apache.org/viewvc?rev=572122&view=rev
Log:
Run insert_license.pl on connectors/juli

Modified:
tomcat/connectors/trunk/juli/build.xml
tomcat/connectors/trunk/juli/src/conf/logging.properties

Modified: tomcat/connectors/trunk/juli/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/juli/build.xml?rev=572122&r1=572121&r2=572122&view=diff
==
--- tomcat/connectors/trunk/juli/build.xml (original)
+++ tomcat/connectors/trunk/juli/build.xml Sun Sep  2 12:34:12 2007
@@ -1,8 +1,24 @@
+
+
 
 
 
 
 

Modified: tomcat/connectors/trunk/juli/src/conf/logging.properties
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/juli/src/conf/logging.properties?rev=572122&r1=572121&r2=572122&view=diff
==
--- tomcat/connectors/trunk/juli/src/conf/logging.properties (original)
+++ tomcat/connectors/trunk/juli/src/conf/logging.properties Sun Sep  2 
12:34:12 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You 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.
+
 handlers = org.apache.juli.FileHandler java.util.logging.ConsoleHandler
 
 



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



svn commit: r572123 - /tomcat/connectors/trunk/procrun/README.txt

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:35:01 2007
New Revision: 572123

URL: http://svn.apache.org/viewvc?rev=572123&view=rev
Log:
Run insert_license.pl on connectors/procrun

Modified:
tomcat/connectors/trunk/procrun/README.txt

Modified: tomcat/connectors/trunk/procrun/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/procrun/README.txt?rev=572123&r1=572122&r2=572123&view=diff
==
--- tomcat/connectors/trunk/procrun/README.txt (original)
+++ tomcat/connectors/trunk/procrun/README.txt Sun Sep  2 12:35:01 2007
@@ -1,3 +1,18 @@
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+
 
 Placeholder for procrun binaries used for Tomcat 5.x
 



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



svn commit: r572125 - in /tomcat/connectors/trunk/util: ./ java/org/apache/tomcat/util/buf/ java/org/apache/tomcat/util/buf/res/ java/org/apache/tomcat/util/collections/ java/org/apache/tomcat/util/di

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:36:33 2007
New Revision: 572125

URL: http://svn.apache.org/viewvc?rev=572125&view=rev
Log:
Run insert_license.pl on connectors/util

Modified:
tomcat/connectors/trunk/util/README.txt
tomcat/connectors/trunk/util/build.xml
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/package.html

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/res/LocalStrings.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/res/LocalStrings_es.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/res/LocalStrings_fr.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/res/LocalStrings_ja.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/collections/package.html

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/digester/package.html
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/package.html

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/res/LocalStrings.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/res/LocalStrings_es.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/http/res/LocalStrings_fr.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/jsse/res/LocalStrings.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/jsse/res/LocalStrings_es.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/jsse/res/LocalStrings_fr.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/jsse/res/LocalStrings_ja.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/res/LocalStrings.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/res/LocalStrings_es.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/res/LocalStrings_fr.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/net/res/LocalStrings_ja.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/threads/res/LocalStrings.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/threads/res/LocalStrings_es.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/threads/res/LocalStrings_fr.properties

tomcat/connectors/trunk/util/java/org/apache/tomcat/util/threads/res/LocalStrings_ja.properties
tomcat/connectors/trunk/util/loader/loader.properties

tomcat/connectors/trunk/util/loader/org/apache/tomcat/util/loader/package.html

Modified: tomcat/connectors/trunk/util/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/README.txt?rev=572125&r1=572124&r2=572125&view=diff
==
--- tomcat/connectors/trunk/util/README.txt (original)
+++ tomcat/connectors/trunk/util/README.txt Sun Sep  2 12:36:33 2007
@@ -1,3 +1,18 @@
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+
 This subpackage contains a set of common utilities copied out
 of tomcat 3.3.
 

Modified: tomcat/connectors/trunk/util/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/build.xml?rev=572125&r1=572124&r2=572125&view=diff
==
--- tomcat/connectors/trunk/util/build.xml (original)
+++ tomcat/connectors/trunk/util/build.xml Sun Sep  2 12:36:33 2007
@@ -1,3 +1,20 @@
+
+
 
 
 

Modified: 
tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java?rev=572125&r1=572124&r2=572125&view=diff
==
--- tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java 
(original)
+++ tomcat/connectors/trunk/util/java/org/apache/tomcat/util/buf/CharChunk.java 
Sun Sep  2 12:36:33 2007
@@ -1,18 +1,17 @@
-/*
- *  Copyright 1999-2004 The Apache Software Foundation
- *  contributor license agreements.  See the NOTICE file dist

svn commit: r572126 - in /tomcat/connectors/trunk: .classpath .project README.txt RELEASE-NOTES.txt build.xml

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:37:46 2007
New Revision: 572126

URL: http://svn.apache.org/viewvc?rev=572126&view=rev
Log:
Run insert_license.pl on connectors

Modified:
tomcat/connectors/trunk/.classpath
tomcat/connectors/trunk/.project
tomcat/connectors/trunk/README.txt
tomcat/connectors/trunk/RELEASE-NOTES.txt
tomcat/connectors/trunk/build.xml

Modified: tomcat/connectors/trunk/.classpath
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/.classpath?rev=572126&r1=572125&r2=572126&view=diff
==
--- tomcat/connectors/trunk/.classpath (original)
+++ tomcat/connectors/trunk/.classpath Sun Sep  2 12:37:46 2007
@@ -1,4 +1,20 @@
 
+
 



Modified: tomcat/connectors/trunk/.project
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/.project?rev=572126&r1=572125&r2=572126&view=diff
==
--- tomcat/connectors/trunk/.project (original)
+++ tomcat/connectors/trunk/.project Sun Sep  2 12:37:46 2007
@@ -1,4 +1,20 @@
 
+
 
connectors


Modified: tomcat/connectors/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/README.txt?rev=572126&r1=572125&r2=572126&view=diff
==
--- tomcat/connectors/trunk/README.txt (original)
+++ tomcat/connectors/trunk/README.txt Sun Sep  2 12:37:46 2007
@@ -1,3 +1,18 @@
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+
 Tomcat Connector 
 
 This package contains only the tomcat connector:

Modified: tomcat/connectors/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/RELEASE-NOTES.txt?rev=572126&r1=572125&r2=572126&view=diff
==
--- tomcat/connectors/trunk/RELEASE-NOTES.txt (original)
+++ tomcat/connectors/trunk/RELEASE-NOTES.txt Sun Sep  2 12:37:46 2007
@@ -1,3 +1,18 @@
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You 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.
+
 
  Tomcat Connectors Version @VERSION@
 Release Notes

Modified: tomcat/connectors/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/build.xml?rev=572126&r1=572125&r2=572126&view=diff
==
--- tomcat/connectors/trunk/build.xml (original)
+++ tomcat/connectors/trunk/build.xml Sun Sep  2 12:37:46 2007
@@ -1,4 +1,20 @@
 
+
 
 
 



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



svn commit: r572128 - /tomcat/connectors/trunk/jk/native/jni/jk_jnicb.h

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:43:20 2007
New Revision: 572128

URL: http://svn.apache.org/viewvc?rev=572128&view=rev
Log:
Respect notice at top of file not to edit it and revert previous commit

Modified:
tomcat/connectors/trunk/jk/native/jni/jk_jnicb.h

Modified: tomcat/connectors/trunk/jk/native/jni/jk_jnicb.h
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/jni/jk_jnicb.h?rev=572128&r1=572127&r2=572128&view=diff
==
--- tomcat/connectors/trunk/jk/native/jni/jk_jnicb.h (original)
+++ tomcat/connectors/trunk/jk/native/jni/jk_jnicb.h Sun Sep  2 12:43:20 2007
@@ -1,19 +1,3 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You 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.
- */
 /* DO NOT EDIT THIS FILE - it is machine generated */
 #include 
 /* Header for class org_apache_tomcat_modules_server_JNIConnectionHandler */



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



svn commit: r572129 - in /tomcat/connectors/trunk/jk: native/common/jk_map.c xdocs/miscellaneous/changelog.xml

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 12:45:06 2007
New Revision: 572129

URL: http://svn.apache.org/viewvc?rev=572129&view=rev
Log:
Fix crash during startup when using worker configuration inheritance
(attribute "reference") and log level debug.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_map.c
tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?rev=572129&r1=572128&r2=572129&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Sun Sep  2 12:45:06 2007
@@ -577,13 +577,23 @@
 void jk_map_dump(jk_map_t *m, jk_logger_t *l)
 {
 if (m) {
-if (JK_IS_DEBUG_LEVEL(l)) {
-int s = jk_map_size(m);
-int i;
-for (i=0;i '%s'",
-   jk_map_name_at(m, i), jk_map_value_at(m, i));
+   jk_map_name_at(m, i) ? jk_map_name_at(m, i) : "(null)",
+   jk_map_value_at(m, i) ? jk_map_value_at(m, i) : 
"(null)");
 }
 }
 }

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=572129&r1=572128&r2=572129&view=diff
==
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Sun Sep  2 
12:45:06 2007
@@ -44,6 +44,10 @@
   
 
   
+Fix crash during startup when using worker configuration inheritance
+(attribute "reference") and log level debug. (rjung)
+  
+  
 AJP13: Match header names exactly against pre defined constants. Avoid
 possible confusion with custom header names using a standard header 
name
 as a prefix. (rjung)



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



svn commit: r572131 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 12:48:27 2007
New Revision: 572131

URL: http://svn.apache.org/viewvc?rev=572131&view=rev
Log:
Replace NULL by an empty string as a marker
for worker references that have already been
applied.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_map.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?rev=572131&r1=572130&r2=572131&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Sun Sep  2 12:48:27 2007
@@ -756,7 +756,8 @@
"Checking for references with prefix %s with%s wildcard 
(recursion %d)",
prefix, wildcard? "" : "out", depth);
 for (i = 0; i < m->size; i++) {
-if (m->values[i] && !strncmp(m->names[i], prefix, prelen)) {
+if (m->values[i] && *(m->values[i]) &&
+!strncmp(m->names[i], prefix, prelen)) {
 size_t remain = strlen(m->names[i]) - prelen;
 if ((remain == JK_MAP_REFERENCE_SZ ) || (wildcard && 
remain > JK_MAP_REFERENCE_SZ)) {
 remain = strlen(m->names[i]) - JK_MAP_REFERENCE_SZ;
@@ -792,7 +793,7 @@
 if (rc == JK_FALSE) {
 break;
 }
-m->values[i] = NULL;
+*(m->values[i]) = '\0';
 }
 }
 }



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



svn commit: r572132 - /tomcat/connectors/trunk/jk/native/configure.in

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 12:55:51 2007
New Revision: 572132

URL: http://svn.apache.org/viewvc?rev=572132&view=rev
Log:
Use correct comment format for license header

Modified:
tomcat/connectors/trunk/jk/native/configure.in

Modified: tomcat/connectors/trunk/jk/native/configure.in
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/configure.in?rev=572132&r1=572131&r2=572132&view=diff
==
--- tomcat/connectors/trunk/jk/native/configure.in (original)
+++ tomcat/connectors/trunk/jk/native/configure.in Sun Sep  2 12:55:51 2007
@@ -1,17 +1,17 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You 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.
+dnl  Licensed to the Apache Software Foundation (ASF) under one or more
+dnl  contributor license agreements.  See the NOTICE file distributed with
+dnl  this work for additional information regarding copyright ownership.
+dnl  The ASF licenses this file to You under the Apache License, Version 2.0
+dnl  (the "License"); you may not use this file except in compliance with
+dnl  the License.  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 Process this file with autoconf to produce a configure script



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



svn commit: r572134 - /tomcat/connectors/trunk/jk/native/common/jk_map.c

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 13:02:30 2007
New Revision: 572134

URL: http://svn.apache.org/viewvc?rev=572134&view=rev
Log:
Need to cast void* map value to char* before dereferencing.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_map.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?rev=572134&r1=572133&r2=572134&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Sun Sep  2 13:02:30 2007
@@ -756,7 +756,8 @@
"Checking for references with prefix %s with%s wildcard 
(recursion %d)",
prefix, wildcard? "" : "out", depth);
 for (i = 0; i < m->size; i++) {
-if (m->values[i] && *(m->values[i]) &&
+char *v = (char *)m->values[i];
+if (v && *v &&
 !strncmp(m->names[i], prefix, prelen)) {
 size_t remain = strlen(m->names[i]) - prelen;
 if ((remain == JK_MAP_REFERENCE_SZ ) || (wildcard && 
remain > JK_MAP_REFERENCE_SZ)) {
@@ -764,7 +765,7 @@
 if (!strncmp(m->names[i] + remain, JK_MAP_REFERENCE, 
JK_MAP_REFERENCE_SZ)) {
 char *from = jk_pool_alloc(&m->p,
(sizeof(char) *
-   (strlen(m->values[i]) + 
2)));
+   (strlen(v) + 2)));
 char *to = jk_pool_alloc(&m->p,
  (sizeof(char) *
  (remain + 2)));
@@ -774,14 +775,14 @@
 rc = JK_FALSE;
 break;
 }
-strcpy(from, m->values[i]);
-*(from+strlen(m->values[i]))   = '.';
-*(from+strlen(m->values[i])+1) = '\0';
+strcpy(from, v);
+*(from+strlen(v))   = '.';
+*(from+strlen(v)+1) = '\0';
 strncpy(to, m->names[i], remain);
 *(to+remain)   = '.';
 *(to+remain+1) = '\0';
 
-rc = jk_map_resolve_references(m, m->values[i], 0, 
depth+1, l);
+rc = jk_map_resolve_references(m, v, 0, depth+1, 
l);
 if (rc == JK_FALSE) {
 break;
 }
@@ -793,7 +794,7 @@
 if (rc == JK_FALSE) {
 break;
 }
-*(m->values[i]) = '\0';
+*v = '\0';
 }
 }
 }



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



DO NOT REPLY [Bug 43285] New: - Missing EL Coercion causes argument type mismatch

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43285

   Summary: Missing EL Coercion causes argument type mismatch
   Product: Tomcat 6
   Version: 6.0.14
  Platform: Other
OS/Version: Windows XP
Status: NEW
  Severity: major
  Priority: P2
 Component: Servlet & JSP API
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I'll attach a sample web application reproducing the error. Note that this error
only occurs when using Tomcat 6.0.x (i.e. it works with Jetty as it uses Sun's
EL RI). Moreover it doesn't matter which JSF implementation you're using to
reproduce the error (I just wanted to mention that as it's definitely no bug in
MyFaces even though the following stack trace shows a FacesException).

The exception stack trace:
javax.faces.FacesException: Exception while calling broadcast on component :
{Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /home.jsp][
Class: javax.faces.component.html.HtmlForm,Id: j_id_jsp_923754602_1][Class:
javax.faces.component.html.HtmlCommandButton,Id: j_id_jsp_923754602_3]}
at 
javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:494)
at javax.faces.component.UICommand.broadcast(UICommand.java:105)
at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:292)
at javax.faces.component.UIViewRoot.process(UIViewRoot.java:209)
at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:117)
at
org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)
at
org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:584)
at 
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.jasper.el.JspELException: /home.jsp(12,3)
'#{numberBean.number}' java.lang.IllegalArgumentException: argument type 
mismatch
at
org.apache.jasper.el.JspValueExpression.setValue(JspValueExpression.java:94)
at
org.apache.myfaces.event.SetPropertyActionListener.processAction(SetPropertyActionListener.java:72)
at javax.faces.event.ActionEvent.processListener(ActionEvent.java:48)
at 
javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:489)
... 20 more
Caused by: java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at javax.el.BeanELResolver.setValue(BeanELResolver.java:108)
at javax.el.CompositeELResolver.setValue(CompositeELResolver.java:68)
at
org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.access$501(FacesCompositeELResolver.java:46)
at
org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver$6.invoke(FacesCompositeELResolver.java:132)
at
org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.invoke(FacesCompositeELResolver.java:148)
at
org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.setValue(FacesCompositeELResolver.java:128)
at org.apache.el.parser.AstValue.setValue(AstValue.java:114)
at 
org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:249)
at
org.apache.jasper.el.JspValueExpression.set

svn commit: r572140 - in /tomcat/connectors/trunk/jk/native/common: jk_map.c jk_util.c

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 13:14:53 2007
New Revision: 572140

URL: http://svn.apache.org/viewvc?rev=572140&view=rev
Log:
Simplify validation of attributes from workers.properties
by handling the reference attribute in the usual way.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_map.c
tomcat/connectors/trunk/jk/native/common/jk_util.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_map.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_map.c?rev=572140&r1=572139&r2=572140&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_map.c Sun Sep  2 13:14:53 2007
@@ -398,22 +398,19 @@
 
 static int jk_map_validate_property(char *prp, jk_logger_t *l)
 {
-int off = (int)strlen(prp) - (int)JK_MAP_REFERENCE_SZ;
 /* check the worker properties */
-if (off <= 0 || strncmp(&prp[off], JK_MAP_REFERENCE, JK_MAP_REFERENCE_SZ) 
) {
-if (!jk_is_valid_property(prp)) {
-jk_log(l, JK_LOG_ERROR,
-   "The attribute '%s' is not supported - please check"
-   " the documentation for the supported attributes.",
-   prp);
-return JK_FALSE;
-}
-if (jk_is_deprecated_property(prp)) {
-jk_log(l, JK_LOG_WARNING,
-   "The attribute '%s' is deprecated - please check"
-   " the documentation for the correct replacement.",
-   prp);
-}
+if (!jk_is_valid_property(prp)) {
+jk_log(l, JK_LOG_ERROR,
+   "The attribute '%s' is not supported - please check"
+   " the documentation for the supported attributes.",
+   prp);
+return JK_FALSE;
+}
+if (jk_is_deprecated_property(prp)) {
+jk_log(l, JK_LOG_WARNING,
+   "The attribute '%s' is deprecated - please check"
+   " the documentation for the correct replacement.",
+   prp);
 }
 return JK_TRUE;
 }

Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_util.c?rev=572140&r1=572139&r2=572140&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_util.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_util.c Sun Sep  2 13:14:53 2007
@@ -43,6 +43,7 @@
 #define LIBPATH_OF_WORKER   ("ld_path")
 #define CMD_LINE_OF_WORKER  ("cmd_line")
 #define NATIVE_LIB_OF_WORKER("native_lib")
+#define REFERENCE_OF_WORKER ("reference")
 #define HOST_OF_WORKER  ("host")
 #define PORT_OF_WORKER  ("port")
 #define TYPE_OF_WORKER  ("type")
@@ -157,6 +158,7 @@
 
 static const char *unique_properties[] = {
 SECRET_OF_WORKER,
+REFERENCE_OF_WORKER,
 HOST_OF_WORKER,
 PORT_OF_WORKER,
 TYPE_OF_WORKER,
@@ -239,6 +241,7 @@
 LIBPATH_OF_WORKER,
 CMD_LINE_OF_WORKER,
 NATIVE_LIB_OF_WORKER,
+REFERENCE_OF_WORKER,
 HOST_OF_WORKER,
 PORT_OF_WORKER,
 TYPE_OF_WORKER,



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



DO NOT REPLY [Bug 43285] - Missing EL Coercion causes argument type mismatch

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43285





--- Additional Comments From [EMAIL PROTECTED]  2007-09-02 13:19 ---
Created an attachment (id=20757)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20757&action=view)
Sample web application reproducing the error


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 43285] - Missing EL Coercion causes argument type mismatch

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43285





--- Additional Comments From [EMAIL PROTECTED]  2007-09-02 13:20 ---
Created an attachment (id=20759)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20759&action=view)
Proposed patch


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



svn commit: r572143 - /tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 13:21:00 2007
New Revision: 572143

URL: http://svn.apache.org/viewvc?rev=572143&view=rev
Log:
Clarify worker reference usage for atributes, which
are allowed multiple times for a single worker.

Modified:
tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml?rev=572143&r1=572142&r2=572143&view=diff
==
--- tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/generic_howto/workers.xml Sun Sep  2 
13:21:00 2007
@@ -355,6 +355,13 @@
 
 
 
+Attributes which are allowed multiple times for a single worker
+can not be merged from a worker and a reference. An attribute
+is only inherited from a reference, if it is not already set
+for the referring worker.
+
+
+
 References are especially useful, when configuring load balancers.
 Try to understand the following two stage references:
 



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



DO NOT REPLY [Bug 43287] New: - JK 1.2.25 crash during startup when using attribute references and log level debug

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43287

   Summary: JK 1.2.25 crash during startup when using attribute
references and log level debug
   Product: Tomcat 6
   Version: 6.0.14
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Native:JK
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


When using JK log level debug and the feature "reference" inside 
workers.properties,
JK 1.2.25 crashes during startup.

This is fixed in trunk.

A minimal patch would be:

--- jk_map.c.orig   2007-06-24 16:51:44 +0200
+++ jk_map.c2007-09-02 22:27:19 +0200
@@ -782,7 +782,6 @@
 if (rc == JK_FALSE) {
 break;
 }
-m->values[i] = NULL;
 }
 }
 }

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 43287] - JK 1.2.25 crash during startup when using attribute references and log level debug

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43287


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



svn commit: r572146 - /tomcat/tc6.0.x/trunk/LICENSE

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 13:40:59 2007
New Revision: 572146

URL: http://svn.apache.org/viewvc?rev=572146&view=rev
Log:
Remove the explicit reference to the source form of sub-components as the 
licenses apply to binary forms as well.

Modified:
tomcat/tc6.0.x/trunk/LICENSE

Modified: tomcat/tc6.0.x/trunk/LICENSE
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/LICENSE?rev=572146&r1=572145&r2=572146&view=diff
==
--- tomcat/tc6.0.x/trunk/LICENSE (original)
+++ tomcat/tc6.0.x/trunk/LICENSE Sun Sep  2 13:40:59 2007
@@ -206,8 +206,8 @@
 APACHE TOMCAT SUBCOMPONENTS: 
 
 Apache Tomcat includes a number of subcomponents with separate copyright 
notices
-and license terms. Your use of the source code for the these subcomponents is
-subject to the terms and conditions of the following licenses. 
+and license terms. Your use of these subcomponents is subject to the terms and
+conditions of the following licenses. 
 
 
 For the jasper-jdt.jar component:



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



svn commit: r572148 - in /tomcat: build/tc5.5.x/LICENSE container/tc5.5.x/etc/

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 13:49:38 2007
New Revision: 572148

URL: http://svn.apache.org/viewvc?rev=572148&view=rev
Log:
Move the mx4j license file to the Tomcat LICENSE file as all applicable license 
texts should be in the one license file.

Removed:
tomcat/container/tc5.5.x/etc/
Modified:
tomcat/build/tc5.5.x/LICENSE

Modified: tomcat/build/tc5.5.x/LICENSE
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/LICENSE?rev=572148&r1=572147&r2=572148&view=diff
==
--- tomcat/build/tc5.5.x/LICENSE (original)
+++ tomcat/build/tc5.5.x/LICENSE Sun Sep  2 13:49:38 2007
@@ -199,3 +199,64 @@
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.
+
+
+APACHE TOMCAT SUBCOMPONENTS: 
+
+Apache Tomcat includes a number of subcomponents with separate copyright 
notices
+and license terms. Your use of the source code for the these subcomponents is
+subject to the terms and conditions of the following licenses. 
+
+
+For the jmx.jar component:
+/* 
+ * The MX4J License, Version 1.0
+ *
+ * Copyright (c) 2001 MX4J.  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
+ *MX4J project (http://mx4j.sourceforge.net)."
+ *Alternately, this acknowledgment may appear in the software itself,
+ *if and wherever such third-party acknowledgments normally appear.
+ *
+ * 4. The names "MX4J" and "mx4j" 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 "MX4J",
+ *nor may "MX4J" appear in their name, without prior written
+ *permission of Simone Bordet.
+ *
+ * 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 CARLOS QUIROZ 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 MX4J.  For more information on
+ * MX4J, please see
+ * .
+ */



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



DO NOT REPLY [Bug 43285] - Missing EL Coercion causes argument type mismatch

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43285


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



svn commit: r572154 - /tomcat/build/tc5.5.x/NOTICE

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 14:11:15 2007
New Revision: 572154

URL: http://svn.apache.org/viewvc?rev=572154&view=rev
Log:
Add copyright notice to align with TC6 NOTICE file

Modified:
tomcat/build/tc5.5.x/NOTICE

Modified: tomcat/build/tc5.5.x/NOTICE
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/NOTICE?rev=572154&r1=572153&r2=572154&view=diff
==
--- tomcat/build/tc5.5.x/NOTICE (original)
+++ tomcat/build/tc5.5.x/NOTICE Sun Sep  2 14:11:15 2007
@@ -1,3 +1,6 @@
+Apache Tomcat
+Copyright 1999-2007 The Apache Software Foundation
+
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 



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



svn commit: r572155 - /tomcat/build/tc5.5.x/LICENSE

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 14:11:44 2007
New Revision: 572155

URL: http://svn.apache.org/viewvc?rev=572155&view=rev
Log:
Add Eclipse and NSIS licenses

Modified:
tomcat/build/tc5.5.x/LICENSE

Modified: tomcat/build/tc5.5.x/LICENSE
URL: 
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/LICENSE?rev=572155&r1=572154&r2=572155&view=diff
==
--- tomcat/build/tc5.5.x/LICENSE (original)
+++ tomcat/build/tc5.5.x/LICENSE Sun Sep  2 14:11:44 2007
@@ -209,6 +209,7 @@
 
 
 For the jmx.jar component:
+
 /* 
  * The MX4J License, Version 1.0
  *
@@ -260,3 +261,500 @@
  * MX4J, please see
  * .
  */
+
+
+For the jasper-jdt.jar component:
+
+Eclipse Public License - v 1.0
+
+THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC
+LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM
+CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
+
+1. DEFINITIONS
+
+"Contribution" means:
+
+a) in the case of the initial Contributor, the initial code and documentation
+distributed under this Agreement, and
+
+b) in the case of each subsequent Contributor:
+
+i) changes to the Program, and
+
+ii) additions to the Program;
+
+where such changes and/or additions to the Program originate from and are
+distributed by that particular Contributor. A Contribution 'originates' from a
+Contributor if it was added to the Program by such Contributor itself or anyone
+acting on such Contributor's behalf. Contributions do not include additions to
+the Program which: (i) are separate modules of software distributed in
+conjunction with the Program under their own license agreement, and (ii) are 
not
+derivative works of the Program.
+
+"Contributor" means any person or entity that distributes the Program.
+
+"Licensed Patents" mean patent claims licensable by a Contributor which are
+necessarily infringed by the use or sale of its Contribution alone or when
+combined with the Program.
+
+"Program" means the Contributions distributed in accordance with this 
Agreement.
+
+"Recipient" means anyone who receives the Program under this Agreement,
+including all Contributors.
+
+2. GRANT OF RIGHTS
+
+a) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free copyright license to
+reproduce, prepare derivative works of, publicly display, publicly perform,
+distribute and sublicense the Contribution of such Contributor, if any, and 
such
+derivative works, in source code and object code form.
+
+b) Subject to the terms of this Agreement, each Contributor hereby grants
+Recipient a non-exclusive, worldwide, royalty-free patent license under 
Licensed
+Patents to make, use, sell, offer to sell, import and otherwise transfer the
+Contribution of such Contributor, if any, in source code and object code form.
+This patent license shall apply to the combination of the Contribution and the
+Program if, at the time the Contribution is added by the Contributor, such
+addition of the Contribution causes such combination to be covered by the
+Licensed Patents. The patent license shall not apply to any other combinations
+which include the Contribution. No hardware per se is licensed hereunder.
+
+c) Recipient understands that although each Contributor grants the licenses to
+its Contributions set forth herein, no assurances are provided by any
+Contributor that the Program does not infringe the patent or other intellectual
+property rights of any other entity. Each Contributor disclaims any liability 
to
+Recipient for claims brought by any other entity based on infringement of
+intellectual property rights or otherwise. As a condition to exercising the
+rights and licenses granted hereunder, each Recipient hereby assumes sole
+responsibility to secure any other intellectual property rights needed, if any.
+For example, if a third party patent license is required to allow Recipient to
+distribute the Program, it is Recipient's responsibility to acquire that 
license
+before distributing the Program.
+
+d) Each Contributor represents that to its knowledge it has sufficient 
copyright
+rights in its Contribution, if any, to grant the copyright license set forth in
+this Agreement.
+
+3. REQUIREMENTS
+
+A Contributor may choose to distribute the Program in object code form under 
its
+own license agreement, provided that:
+
+a) it complies with the terms and conditions of this Agreement; and
+
+b) its license agreement:
+
+i) effectively disclaims on behalf of all Contributors all warranties and
+conditions, express and implied, including warranties or conditions of title 
and
+non-infringement, and implied warranties or conditions of merchantability and
+fitness for a particular purpose;
+
+ii) effectively excludes on behalf of all Contributors all liability for
+damages, includin

svn commit: r572161 - in /tomcat/container/tc5.5.x/webapps: balancer/WEB-INF/classes/org/apache/webapp/balancer/rules/package.html docs/appdev/build.xml.txt jmxremote/README

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 14:18:19 2007
New Revision: 572161

URL: http://svn.apache.org/viewvc?rev=572161&view=rev
Log:
Update license headers in container/webapps

Modified:

tomcat/container/tc5.5.x/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules/package.html
tomcat/container/tc5.5.x/webapps/docs/appdev/build.xml.txt
tomcat/container/tc5.5.x/webapps/jmxremote/README

Modified: 
tomcat/container/tc5.5.x/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules/package.html
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules/package.html?rev=572161&r1=572160&r2=572161&view=diff
==
--- 
tomcat/container/tc5.5.x/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules/package.html
 (original)
+++ 
tomcat/container/tc5.5.x/webapps/balancer/WEB-INF/classes/org/apache/webapp/balancer/rules/package.html
 Sun Sep  2 14:18:19 2007
@@ -1,3 +1,19 @@
+
 
 
 org.apache.webapp.balancer.rules Package Overview

Modified: tomcat/container/tc5.5.x/webapps/docs/appdev/build.xml.txt
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/appdev/build.xml.txt?rev=572161&r1=572160&r2=572161&view=diff
==
--- tomcat/container/tc5.5.x/webapps/docs/appdev/build.xml.txt (original)
+++ tomcat/container/tc5.5.x/webapps/docs/appdev/build.xml.txt Sun Sep  2 
14:18:19 2007
@@ -1,3 +1,4 @@
+
 
 

svn commit: r572162 - in /tomcat/container/tc5.5.x: .classpath .project Tomcat5.5.launch build.xml

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 14:18:50 2007
New Revision: 572162

URL: http://svn.apache.org/viewvc?rev=572162&view=rev
Log:
Update license headers in container

Modified:
tomcat/container/tc5.5.x/.classpath
tomcat/container/tc5.5.x/.project
tomcat/container/tc5.5.x/Tomcat5.5.launch
tomcat/container/tc5.5.x/build.xml

Modified: tomcat/container/tc5.5.x/.classpath
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/.classpath?rev=572162&r1=572161&r2=572162&view=diff
==
--- tomcat/container/tc5.5.x/.classpath (original)
+++ tomcat/container/tc5.5.x/.classpath Sun Sep  2 14:18:50 2007
@@ -1,4 +1,20 @@
 
+
 



Modified: tomcat/container/tc5.5.x/.project
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/.project?rev=572162&r1=572161&r2=572162&view=diff
==
--- tomcat/container/tc5.5.x/.project (original)
+++ tomcat/container/tc5.5.x/.project Sun Sep  2 14:18:50 2007
@@ -1,4 +1,20 @@
 
+
 
container


Modified: tomcat/container/tc5.5.x/Tomcat5.5.launch
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/Tomcat5.5.launch?rev=572162&r1=572161&r2=572162&view=diff
==
--- tomcat/container/tc5.5.x/Tomcat5.5.launch (original)
+++ tomcat/container/tc5.5.x/Tomcat5.5.launch Sun Sep  2 14:18:50 2007
@@ -1,4 +1,20 @@
 
+
 
 
 

Modified: tomcat/container/tc5.5.x/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/build.xml?rev=572162&r1=572161&r2=572162&view=diff
==
--- tomcat/container/tc5.5.x/build.xml (original)
+++ tomcat/container/tc5.5.x/build.xml Sun Sep  2 14:18:50 2007
@@ -1,4 +1,20 @@
 
+
 
 
 



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



svn commit: r572170 - /tomcat/tc6.0.x/trunk/webapps/docs/logging.xml

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 14:42:03 2007
New Revision: 572170

URL: http://svn.apache.org/viewvc?rev=572170&view=rev
Log:
Commons moved to TLP

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/logging.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/logging.xml?rev=572170&r1=572169&r2=572170&view=diff
==
--- tomcat/tc6.0.x/trunk/webapps/docs/logging.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/logging.xml Sun Sep  2 14:42:03 2007
@@ -43,7 +43,7 @@
   
   
 Tomcat 6.0 uses 
-http://jakarta.apache.org/commons/logging";>Commons Logging
+http://commons.apache.org/logging";>Commons Logging
 throughout its internal code allowing the 
 developer to choose a logging configuration that suits their needs, e.g
 java.util.logging or 



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



svn commit: r572171 - /tomcat/container/tc5.5.x/webapps/docs/logging.xml

2007-09-02 Thread markt
Author: markt
Date: Sun Sep  2 14:43:55 2007
New Revision: 572171

URL: http://svn.apache.org/viewvc?rev=572171&view=rev
Log:
Commons moved to TLP

Modified:
tomcat/container/tc5.5.x/webapps/docs/logging.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/logging.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/logging.xml?rev=572171&r1=572170&r2=572171&view=diff
==
--- tomcat/container/tc5.5.x/webapps/docs/logging.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/logging.xml Sun Sep  2 14:43:55 2007
@@ -33,7 +33,7 @@
   
   
 Tomcat 5.5 uses 
-http://jakarta.apache.org/commons/logging";>Commons Logging
+http://commons.apache.org/logging";>Commons Logging
 throughout its internal code allowing the 
 developer to choose a logging configuration that suits their needs, e.g
 java.util.logging or 
@@ -92,7 +92,7 @@
http://logging.apache.org/log4j";>Download Log4J 
 (v1.2 or later) and place the log4j jar in 
$CATALINA_HOME/common/lib.
 
-http://jakarta.apache.org/site/downloads/downloads_commons-logging.cgi";>
+http://commons.apache.org/downloads/download_logging.cgi";>
 Download Commons Logging and place the commons-logging.jar 
 (not commons-logging-api.jar) in $CATALINA_HOME/common/lib with 
 the log4j jar.



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



Re: Connectors cleanup

2007-09-02 Thread Yoav Shapira
Hey,

On 9/2/07, Mark Thomas <[EMAIL PROTECTED]> wrote:
> Following on from my previous over eager attempt to clean up the
> duplicate code in connectors I would like to propose the following
>
> - remove connectors/trunk/ajp/CHANGES
> - remove connectors/trunk/ajp/proxy
> - move connectors/trunk/ajp/ajplib to connectors/trunk/ajplib

+1 to the above in practice and especially in spirit.

Yoav

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



svn commit: r572181 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp12_worker.c jk_ajp_common.c jk_jni_worker.c jk_status.c

2007-09-02 Thread rjung
Author: rjung
Date: Sun Sep  2 15:50:40 2007
New Revision: 572181

URL: http://svn.apache.org/viewvc?rev=572181&view=rev
Log:
- Document return codes of the service() method for
  all worker types (lb still missing).
Below is for jk_ajp_common.c:
- Document return codes of ajp_send_request() and
  ajp_get_reply().
- Fix log message typo
- Don't use the recovery_options for idempotent GET
  and HEAD in case we already sent the headers.
- We don't need to handle JK_FATAL_ERROR for
  ajp_process_callback() in ajp_get_reply().
- Handle JK_INTERNAL_ERROR instead of JK_SERVER_ERROR
  for ajp_process_callback() in ajp_get_reply().
- Add some logging for unexpected default case in
  return code handling.
- Move complete handling of return codes of
  ajp_send_request() in front of return code handling
  for ajp_get_reply() in service().
- Some XXXs still open: return codes, is_error
  and op->recoverable for unexpected cases.
We still need a better design for returning enough
information from service() of a member to an lb,
such that the lb can decide about recovery and if the
member should be put in error state.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c
tomcat/connectors/trunk/jk/native/common/jk_status.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c?rev=572181&r1=572180&r2=572181&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c Sun Sep  2 
15:50:40 2007
@@ -84,6 +84,19 @@
 static int ajpv12_handle_request(ajp12_endpoint_t * p,
  jk_ws_service_t *s, jk_logger_t *l);
 
+/*
+ * Return values of service() method for ajp12 worker:
+ * return value  is_error  reason
+ * JK_FALSE  JK_HTTP_SERVER_ERROR  Invalid parameters (null values)
+ * Error during connect to the backend
+ * ajpv12_handle_request() returns false:
+ *   Any error during reading a request body from the client or
+ *   sending the request to the backend
+ * JK_FALSE  JK_HTTP_OKajpv12_handle_response() returns false:
+ *   Any error during reading parts of response from backend or
+ *   sending to client
+ * JK_TRUE   JK_HTTP_OKAll other cases
+ */
 static int JK_METHOD service(jk_endpoint_t *e,
  jk_ws_service_t *s,
  jk_logger_t *l, int *is_error)

Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c?rev=572181&r1=572180&r2=572181&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Sun Sep  2 
15:50:40 2007
@@ -1178,6 +1178,19 @@
  *
  * nb: reqmsg is the original request msg buffer
  * repmsg is the reply msg buffer which could be scratched
+ *
+ * Return values of ajp_send_request() function:
+ * return valueop->recoverable   reason
+ * JK_FALSEJK_FALSE/JK_TRUE  ajp_connection_tcp_send_message() 
returns JK_FATAL_ERROR
+ *   Endpoint belongs to unknown protocol.
+ * XXX: The recoverability handling of JK_FATAL_ERROR returning from
+ * ajp_connection_tcp_send_message() seems to be inconsistent.
+ * JK_FALSEJK_TRUE   ajp_connection_tcp_send_message() 
returns JK_FALSE
+ *   Sending data in jk_tcp_socket_sendfull() returns with error.
+ * JK_FALSEJK_TRUE   Could not connect to backend
+ * JK_SERVER_ERROR JK_TRUE   Error during sending parts of POST 
body to backend
+ * JK_CLIENT_RD_ERROR  JK_FALSE  Error during reading parts of POST 
body from client
+ * JK_TRUE JK_TRUE   All other cases
  */
 static int ajp_send_request(jk_endpoint_t *e,
 jk_ws_service_t *s,
@@ -1464,7 +1477,7 @@
 return JK_AJP13_ERROR;
 }
 r->http_response_status = res.status;
-rc  = is_http_status_fail(ae->worker, res.status);
+rc = is_http_status_fail(ae->worker, res.status);
 if (rc > 0) {
 JK_TRACE_EXIT(l);
 return JK_STATUS_FATAL_ERROR;
@@ -1543,7 +1556,7 @@
 }
 
 jk_log(l, JK_LOG_INFO,
-   "Reding from client aborted or client network problems");
+   "Reading from client aborted or client network problems");
 

Re: Connectors cleanup

2007-09-02 Thread Rainer Jung

Looks good w.r.t. the contents in those dirs.
Mladen should also comment though.

Regards,

Rainer

Mark Thomas wrote:

Hi,

Following on from my previous over eager attempt to clean up the
duplicate code in connectors I would like to propose the following

- remove connectors/trunk/ajp/CHANGES
- remove connectors/trunk/ajp/proxy
- move connectors/trunk/ajp/ajplib to connectors/trunk/ajplib

Thoughts?

Mark


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



DO NOT REPLY [Bug 43229] - mod_jk 1.2.25 different fallback behavior on reply_timeout happens between 1.2.23 and 1.2.25

2007-09-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43229


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2007-09-02 16:08 ---
Thank you for analyzing this problem. Yes, reply timeouts should allow
retries/failover, at least unles recovery_options disable them.

The interface between the service() method of an lb member and the lb itself
consists of the service() return code and the additional is_error, which is
meant to indicate the HTTP return code.

The lb needs to decide, if it should do a failover, and if the member needs to
be put into error state. The interface is not really rich enough to help with
these decisions.

Either we end up in using more fine grained return codes from service(), or we
add recoverability(=failover) and member error info as side effects,
additionally to is_error.

I'm actively investigating this. As a first step, I added some code comments,
which return codes to expect from the service() methods.

Please stay tuned.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



Re: Connectors cleanup

2007-09-02 Thread Mladen Turk

Mark Thomas wrote:

Hi,

Following on from my previous over eager attempt to clean up the
duplicate code in connectors I would like to propose the following

- remove connectors/trunk/ajp/CHANGES
- remove connectors/trunk/ajp/proxy
- move connectors/trunk/ajp/ajplib to connectors/trunk/ajplib

Thoughts?




I propose we create connectors/sanbox and move the
trunk/ajp/* code in there.
ajp/proxy code can be removed of course.

Later if we choose to use the existing code from
ajplib as base for JK3 we can either put it inside
trunk/jk3 or inside trunk/ajplib if we choose to
have independent protocol library.

Regards,
Mladen

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



Bug report for Tomcat 3 [2007/09/02]

2007-09-02 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 2350|Ver|Nor|2001-06-27|ServletConfig.getInitParameter() requires url-patt|
| 5331|Ass|Nor|2001-12-09|getPathInfo vs URL normalization  |
| 6027|Inf|Maj|2002-01-25|Tomcat  Automatically shuts down as service   |
| 6488|Ver|Maj|2002-02-15|Error: 304. Apparent bug in default ErrorHandler c|
| 7785|Inf|Blk|2002-04-06|tomcat bug in context reloading   |
| 7863|Inf|Maj|2002-04-09|I have a problem when running Tomcat with IIS |
| 8187|Inf|Cri|2002-04-17|Errors when Tomcat used with MS Access database   |
| 9737|Ver|Nor|2002-06-10|ArrayIndexOutOfBoundsException when sending just p|
|10047|Ass|Cri|2002-06-20|IllegalStateException |
|10406|Ass|Cri|2002-07-02|IllegalStateException |
|11087|Inf|Blk|2002-07-23|IllegalStateException |
|12156|Inf|Cri|2002-08-29|Apache and Tomcat 3.3.1 Interworking problem  |
|16363|Ass|Cri|2003-01-23|Stack Overflow accessing compiled JSP - Tomcat 3.2|
|39250|Inf|Cri|2006-04-07|Tomcat 3.2.1 + JDK 1.4|
+-+---+---+--+--+
| Total   14 bugs   |
+---+

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



Bug report for Watchdog [2007/09/02]

2007-09-02 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|  278|Unc|Nor|2000-12-04|Bug in GetParameterValuesTestServlet.java file Bug|
|  279|Unc|Nor|2000-12-04|Logical Error in GetParameterValuesTestServlet Bug|
|  469|Unc|Nor|2001-01-17|in example-taglib.tld "urn" should be "uri" BugRat|
|  470|Unc|Nor|2001-01-17|FAIL positiveForward.jsp and positiveInclude.jsp B|
| 9634|New|Enh|2002-06-05|No tests exist for ServletContext.getResourcePaths|
|10703|New|Enh|2002-07-11|Need to test getRequestURI after RequestDispatcher|
|11336|New|Enh|2002-07-31|Test wrapped path methods with RD.foward()|
|11663|New|Maj|2002-08-13|JSP precompile tests rely on Jasper specific behav|
|11664|New|Maj|2002-08-13|A sweep is needed of all Watchdog 4.0 tag librarie|
|11665|New|Maj|2002-08-13|ServletToJSPErrorPageTest and ServletToServletErro|
|11666|New|Maj|2002-08-13|SetBufferSize_1TestServlet is invalid.|
|14004|New|Maj|2002-10-28|Incorrent behaviour of all attribute-related lifec|
|15504|New|Nor|2002-12-18|JSP positiveGetValues test relies on order preserv|
|24649|New|Nor|2003-11-12|getRemoteHost fails when agent has uppercase chara|
|29398|New|Nor|2004-06-04|Update site and note current status   |
+-+---+---+--+--+
| Total   15 bugs   |
+---+

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



Bug report for Tomcat 4 [2007/09/02]

2007-09-02 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 3839|Opn|Enh|2001-09-26|Problem bookmarking login page|
| 4227|Opn|Enh|2001-10-17|Invalid CGI path  |
| 5329|New|Enh|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5795|New|Enh|2002-01-10|Catalina Shutdown relies on localhost causing prob|
| 5829|New|Enh|2002-01-13|StandardManager needs to cope with sessions throwi|
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6600|Opn|Enh|2002-02-20|enodeURL adds 'jsession' when 'isRequestedSessionI|
| 6614|New|Enh|2002-02-21|Have Bootstrap and StandardClassLoader use the sam|
| 6671|New|Enh|2002-02-25|Simple custom tag example uses old declaration sty|
| 7043|New|Enh|2002-03-12|database user and password for JDBC Based Store   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in  without className in server.xml produces N|
|11069|Opn|Enh|2002-07-23|Tomcat not flag error if tld is outside of /WEB-IN|
|11129|New|Enh|2002-07-24|New valve for putting the sessionIDs in the reques|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12428|Opn|Enh|2002-09-09|request.getUserPrincipal(): Misinterpretation of s|
|12658|New|Enh|2002-09-15|a proxy host and port at the  element level |
|12766|New|Enh|2002-09-18|Tomcat should use tld files in /WEB-INF/ over vers|
|13309|Opn|Enh|2002-10-04|Catalina calls System.exit()  |
|13634|New|Enh|2002-10-15|Allowing system properties to be substituted in co|
|13689|Opn|Enh|2002-10-16|Classloader paths for 'Common' classes and librari|
|13731|New|Enh|2002-10-17|Final request, response, session and other variabl|
|13941|New|Enh|2002-10-24|reload is VERY slow   |
|13965|New|Enh|2002-10-25|Catalina.sh correction request for Tru64 Unix |
|14097|New|Enh|2002-10-30|hardcoded registry value for vm lets tomcat servic|
|14416|New|Enh|2002-11-10|blank tag name in TLD cause NullPointerException  |
|14635|New|Enh|2002-11-18|Should be possible not to have -MM-DD in log f|
|14766|New|Enh|2002-11-22|Redirect Vavle|
|14993|New|Enh|2002-12-02|Possible obselete synchronized declaration|
|15115|New|Enh|2002-12-05|correct docs... XML parser *cannot* be overridden |
|15417|Opn|Enh|2002-12-16|Add port for forced compilation of JSP pages  |
|15688|New|Enh|2002-12-27|full-qualified names instead of imports   |
|15941|New|Enh|2003-01-10|Expose rootCause exceptions at deeper levels  |
|16294|New|Enh|2003-01-21|Configurable URL Decoding.|
|16357|New|Enh|2003-01-23|"connection timeout reached"  |
|16531|New|Enh|2003-01-29|Updating already deployed ".war" files in a single|
|16579|New|Enh|2003-01-30|documentation page layout/style breaks wrapping to|
|16596|New|Enh|2003-01-30|option for disabling log rotation |
|17070|New|Enh|2003-02-14|The Catalina Ant tasks do not allow for 'reusable'|
|17146|New|Enh|2003-02-18|Simplify build.xml using 

Bug report for Tomcat 5 [2007/09/02]

2007-09-02 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn  |
|29160|Ver|Enh|2004-05-23|precompile problem: _jspx_meth_* (javax.servlet.js|
|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
|29936|Opn|Blk|2004-07-06|XML parser loading problems by container  |
|30241|Ver|Enh|2004-07-21|Enhance build script to use branch argument when c|
|30949|Opn|Nor|2004-08-30|After Failed Include, Request and Response not Unw|
|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
|33650|Inf|Enh|2005-02-19|Jasper performance for multiple files processing  |
|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
|33774|Opn|Nor|2005-02-28|JNDIRealm fails when server disconnects after time|
|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
|35869|Inf|Enh|2005-07-26|Can't run as a service on Windows Server 2003 64-B|
|35941|Opn|Cri|2005-07-30|Wrong remote IP reported when using AJP and APR   |
|36121|Opn|Maj|2005-08-10|Including JSP's changes working directory |
|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation|
|36169|New|Enh|2005-08-12|[PATCH] Enable chunked encoding for requests in II|
|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's   |
|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing  |
|36923|New|Nor|2005-10-05|Deactivated EL expressions are not parsed for jsp |
|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
|37072|Ass|Nor|2005-10-13|Encoding mismatch in error condition  |
|37084|Opn|   |2005-10-14|JspC from ant fails on JSPs that use custom taglib|
|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
|37449|Opn|Enh|2005-11-10|Two UserDatabaseRealm break manager user  |
|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
|37498|Inf|Nor|2005-11-14|[PATCH] NPE in org.apache.catalina.core.ContainerB|
|37515|Inf|Nor|2005-11-15|smap not generated by JspC when used from Ant for |
|37627|Opn|Nor|2005-11-24|Slow and incomplete dynamic content generation aft|
|37785|Inf|Nor|2005-12-05|Changing startup type via Tomcat Monitor does not |
|37794|Opn|Nor|2005-12-05|getParameter() fails on POST with transfer-encodin|
|37797|Inf|Maj|2005-12-05|Configure Tomcat utility truncates classpath to 96|
|37822|Opn|Nor|2005-12-07|WebappClassLoader interfering with Catalina core c|
|37847|Ass|Enh|2005-12-09|Allow User To Optionally Specify Catalina Output F|
|37869|Opn|Nor|2005-12-12|Cannot obtain client certificate with SSL / client|
|37918|Inf|Nor|2005-12-15|EL cannot find valid getter from object when using|
|37984|New|Nor|2005-12-21|JNDIRealm.java not able to handle MD5 password|
|38001|Inf|Nor|2005-12-22|TruncatedClassFile when loadind applets   |
|38046|Ass|   |2005-12-27|apache-tomcat-5.5.14-deployer doesn't work (Illega|
|38131|New|Enh|2006-01-05|WatchedResource does not work if app is outside "w|
|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
|38290|Inf|Nor|2006-01-16|No SESSION_DESTROYED_EVENT sent for existing webap|
|38291|Inf|Nor|2006-01-16|Form actions hanging in UDecoder.convert  |
|38352|Inf|Nor|2006-01-22|Additional Entries for Default catalina.policy fil|
|38360|

Draft for September 2007 Board report

2007-09-02 Thread Mladen Turk

Hi,

We need to file the board report by next week for a board
meeting on September 19th.

Here is my draft, so please fill in the gaps, since it's my
first one :)

Thanks,
Mladen




Apache Tomcat Board Report, September 2007

Summary
--
The project continues to be active on a number of fronts.  There are
no issues requiring Board attention at this time.

Releases
-
We cut a number of releases incorporating all our active branches.

Tomcat 5.5.25 is going to be released in few days.

Tomcat 6, the current production branch, had one releases this past
quarter: 6.0.14, which is the latest stable Tomcat at this time.

Finally, the Tomcat connectors, mainly mod_jk, has a couple of
releases as well: 1.2.24 and 1.2.25. However we had to revoke
the 1.2.24 release because of serious regression that sliped trough
the testing phase.

Security

The Tomcat security site (http://tomcat.apache.org/security.html) has
been getting more love and attention.  It now contains the vast
majority of known issues and fixes for all Tomcat branches.

We've been working closely with security issue reports and the Apache
Security committee on quickly replying to issues, resolving them, and
coordinating public disclosures.

There exist few open security issues at the moment.  The fixes
are already in SVN, and most of them are already incorporated with
6.0.14 and 5.5.25 releases.

Development
---
There is ongoing discussion about the purpose of the current code
inside Tomcat 6 trunk, and the majority of developers have agreed
to put the trunk into the sandbox.



Community
-
After last quarter's new committers and PMC members, there were no
changes the committership nor PMC membership this time.
Mladen Turk was elected as new PMC Chair and voted by the ASF Board.

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



Re: Draft for September 2007 Board report

2007-09-02 Thread Henri Gomez
+1

2007/9/3, Mladen Turk <[EMAIL PROTECTED]>:
> Hi,
>
> We need to file the board report by next week for a board
> meeting on September 19th.
>
> Here is my draft, so please fill in the gaps, since it's my
> first one :)
>
> Thanks,
> Mladen
>
>
>
>
> Apache Tomcat Board Report, September 2007
>
> Summary
> --
> The project continues to be active on a number of fronts.  There are
> no issues requiring Board attention at this time.
>
> Releases
> -
> We cut a number of releases incorporating all our active branches.
>
> Tomcat 5.5.25 is going to be released in few days.
>
> Tomcat 6, the current production branch, had one releases this past
> quarter: 6.0.14, which is the latest stable Tomcat at this time.
>
> Finally, the Tomcat connectors, mainly mod_jk, has a couple of
> releases as well: 1.2.24 and 1.2.25. However we had to revoke
> the 1.2.24 release because of serious regression that sliped trough
> the testing phase.
>
> Security
> 
> The Tomcat security site (http://tomcat.apache.org/security.html) has
> been getting more love and attention.  It now contains the vast
> majority of known issues and fixes for all Tomcat branches.
>
> We've been working closely with security issue reports and the Apache
> Security committee on quickly replying to issues, resolving them, and
> coordinating public disclosures.
>
> There exist few open security issues at the moment.  The fixes
> are already in SVN, and most of them are already incorporated with
> 6.0.14 and 5.5.25 releases.
>
> Development
> ---
> There is ongoing discussion about the purpose of the current code
> inside Tomcat 6 trunk, and the majority of developers have agreed
> to put the trunk into the sandbox.
>
>
>
> Community
> -
> After last quarter's new committers and PMC members, there were no
> changes the committership nor PMC membership this time.
> Mladen Turk was elected as new PMC Chair and voted by the ASF Board.
>
> -
> 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: svn commit: r572181 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp12_worker.c jk_ajp_common.c jk_jni_worker.c jk_status.c

2007-09-02 Thread Mladen Turk

[EMAIL PROTECTED] wrote:

Author: rjung
Date: Sun Sep  2 15:50:40 2007
New Revision: 572181

URL: http://svn.apache.org/viewvc?rev=572181&view=rev
Log:
- Document return codes of the service() method for
  all worker types (lb still missing).
Below is for jk_ajp_common.c:
- Document return codes of ajp_send_request() and
  ajp_get_reply().
- Fix log message typo
- Don't use the recovery_options for idempotent GET
  and HEAD in case we already sent the headers.
- We don't need to handle JK_FATAL_ERROR for
  ajp_process_callback() in ajp_get_reply().
- Handle JK_INTERNAL_ERROR instead of JK_SERVER_ERROR
  for ajp_process_callback() in ajp_get_reply().
- Add some logging for unexpected default case in
  return code handling.
- Move complete handling of return codes of
  ajp_send_request() in front of return code handling
  for ajp_get_reply() in service().
- Some XXXs still open: return codes, is_error
  and op->recoverable for unexpected cases.
We still need a better design for returning enough
information from service() of a member to an lb,
such that the lb can decide about recovery and if the
member should be put in error state.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_ajp12_worker.c
tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
tomcat/connectors/trunk/jk/native/common/jk_jni_worker.c
tomcat/connectors/trunk/jk/native/common/jk_status.c




Huh, this is one huge single commit :(
I must say it's really hard to follow something like that, and now I
see that I'll for sure never do again something like that by myself.

Can we in the future try to make the commits that a single-topic
related? I know it's additional hassle, but lot less then the one
when someone really tries to understand the patch.


Regards,
Mladen.

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



Re: [VOTE] Release build 5.5.25

2007-09-02 Thread Peter Rossbach

+1

Am 31.08.2007 um 16:49 schrieb Filip Hanik - Dev Lists:

Candidate binaries are available here: http://people.apache.org/ 
~fhanik/tomcat/tomcat-5.5/v5.5.25/


According to the (slightly) updated release process, the 5.5.25 tag  
is:

[ ] Broken
[ ] Alpha
[ ] Beta
[x ] Stable

5.5.24 didn't get released due to insufficient votes, so please  
take the time to give this build a shot so that we can get the  
security fixes out in binary form.


Vote will run through eod Tuesday.
Filip

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






Re: svn commit: r572181 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp12_worker.c jk_ajp_common.c jk_jni_worker.c jk_status.c

2007-09-02 Thread Rainer Jung

Hi Mladen,

I'm fine with rolling back and committing in steps.
Will do later today. Usually I do it like that (see jk_map comits 
yesterday), but it got a little late yesterday :(


This was motivated by BZ43229. We partially lost track of the many 
return codes of the service() methods of all the different workers and 
the helper methods in jk_ajp_common(). We test against unused return 
codes, but forgot others. I hope you'll see, that the changes make 
sense, after breaking them up into parts, which are easier to track.


After adding the code comments about the used return values, I'm 
thinking about the reverse process, i.e.


- discussing after which stages we accept a request as recoverable by 
the local worker or/and by an lb (and then check the code against that 
definition)

- defining under which conditions an lb should put a worker into error
- defining, which meaning our service return codes have
- checking the bundled is_error

Regards,

Rainer

Mladen Turk wrote:

Huh, this is one huge single commit :(
I must say it's really hard to follow something like that, and now I
see that I'll for sure never do again something like that by myself.

Can we in the future try to make the commits that a single-topic
related? I know it's additional hassle, but lot less then the one
when someone really tries to understand the patch.


Regards,
Mladen.


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