svn commit: r391288 - /tomcat/connectors/trunk/jni/native/src/sslnetwork.c

2006-04-04 Thread mturk
Author: mturk Date: Tue Apr 4 05:32:16 2006 New Revision: 391288 URL: http://svn.apache.org/viewcvs?rev=391288view=rev Log: Fix ssl code by properly registering the socket shutdown modes. Modified: tomcat/connectors/trunk/jni/native/src/sslnetwork.c Modified:

svn commit: r391301 - /tomcat/connectors/trunk/jni/examples/mkcerts

2006-04-04 Thread mturk
Author: mturk Date: Tue Apr 4 06:25:40 2006 New Revision: 391301 URL: http://svn.apache.org/viewcvs?rev=391301view=rev Log: Update year and add export for pkcs12 formatted server certificate. Modified: tomcat/connectors/trunk/jni/examples/mkcerts Modified:

svn commit: r391307 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport: AbstractSender.java ReceiverBase.java bio/BioReceiver.java bio/BioSender.java nio/Ni

2006-04-04 Thread fhanik
Author: fhanik Date: Tue Apr 4 06:40:11 2006 New Revision: 391307 URL: http://svn.apache.org/viewcvs?rev=391307view=rev Log: Enabled all socket options for both receiving and sending sockets Modified:

svn commit: r391312 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport: AbstractSender.java ReceiverBase.java bio/BioReceiver.java bio/BioSender.java nio/Ni

2006-04-04 Thread fhanik
Author: fhanik Date: Tue Apr 4 06:53:31 2006 New Revision: 391312 URL: http://svn.apache.org/viewcvs?rev=391312view=rev Log: More defaults and socket values Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/AbstractSender.java

mod_jk trunk: wrong version in configure.in?

2006-04-04 Thread Rainer Jung
While playing around with svn checkout of mod_jk trunk (1.2.16-dev) I saw, that in jk/native/configure.in there is still a line VERSION=1.2.14 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

svn commit: r391316 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes: membership/ transport/ transport/bio/ transport/nio/ util/

2006-04-04 Thread fhanik
Author: fhanik Date: Tue Apr 4 07:15:40 2006 New Revision: 391316 URL: http://svn.apache.org/viewcvs?rev=391316view=rev Log: Remove logging dependency, so that standalone lib can log as well Added:

svn commit: r391327 - in /tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport: ReceiverBase.java bio/BioReceiver.java nio/NioReceiver.java

2006-04-04 Thread fhanik
Author: fhanik Date: Tue Apr 4 07:57:49 2006 New Revision: 391327 URL: http://svn.apache.org/viewcvs?rev=391327view=rev Log: Added missing socket options Modified: tomcat/container/tc5.5.x/modules/groupcom/src/share/org/apache/catalina/tribes/transport/ReceiverBase.java

Re: mod_jk trunk: wrong version in configure.in?

2006-04-04 Thread Mladen Turk
Rainer Jung wrote: While playing around with svn checkout of mod_jk trunk (1.2.16-dev) I saw, that in jk/native/configure.in there is still a line VERSION=1.2.14 Right, but it's irrelevant. We have jk_version.h. I think this was meant to be used for packaging tasks that BTW doesn't

Re: mod_jk trunk: wrong version in configure.in?

2006-04-04 Thread William A. Rowe, Jr.
If you run automake, it's still brought in, so necessary to keep it in sync. Mladen Turk wrote: Rainer Jung wrote: While playing around with svn checkout of mod_jk trunk (1.2.16-dev) I saw, that in jk/native/configure.in there is still a line VERSION=1.2.14 Right, but it's irrelevant.

svn commit: r391370 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java

2006-04-04 Thread remm
Author: remm Date: Tue Apr 4 10:19:42 2006 New Revision: 391370 URL: http://svn.apache.org/viewcvs?rev=391370view=rev Log: - Update poweredby. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java Modified:

TC6 documentation

2006-04-04 Thread Ian Darwin
The current doc scheme of writing in abstract XML and converting to HTML was fine for its day. But now that all modern browsers can render XHTML directly, could we do the TC6 docs directly in XHTML? It would certainly simplify building. We could use jsp:include to include common elements :-)

Re: TC6 documentation

2006-04-04 Thread Yoav Shapira
There were other reasons for using XML, like the ability for Jakarta to have some common elements that would get automagically resolved into the bug tracking URLs, etc. For example, when I edit the changelog it's great to just put in bugn/bug and have it be resolved to the proper Bugzilla link

Re: mod_jk trunk: wrong version in configure.in?

2006-04-04 Thread Rainer Jung
William A. Rowe, Jr. wrote: If you run automake, it's still brought in, so necessary to keep it in sync. Exactly, I was using buildconf.sh and the wrong version went into the Makefile and portable.h. From portable.h it looks like it's going nowhere, the one in the Makefile seems to be

Re: TC6 documentation

2006-04-04 Thread Ian Darwin
Yoav Shapira wrote: There were other reasons for using XML, like the ability for Jakarta to have some common elements that would get automagically resolved into the bug tracking URLs, etc. For example, when I edit the changelog it's great to just put in bugn/bug and have it be resolved to the

Re: TC6 documentation

2006-04-04 Thread Yoav Shapira
Hola, Right you are, thanks. And am I right that eating our own dog food - using JSP tags for that - is out because we want to maintain statically-usable copies? Yes, you're right. The docs is indexed, searched all over the place, people bookmark their local docs, etc, etc. OTOH it might

svn commit: r391432 - in /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ catalina/core/ catalina/deploy/ catalina/startup/ tomcat/util/digester/

2006-04-04 Thread remm
Author: remm Date: Tue Apr 4 15:34:09 2006 New Revision: 391432 URL: http://svn.apache.org/viewcvs?rev=391432view=rev Log: - Add support for multiple servlet and filter mappings. - Fix a bug I found by accident where application listeners are not reinitialized when reloading. - That's all

svn commit: r391433 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardContext.java

2006-04-04 Thread remm
Author: remm Date: Tue Apr 4 15:46:41 2006 New Revision: 391433 URL: http://svn.apache.org/viewcvs?rev=391433view=rev Log: - Fix a bug I found by accident where application listeners are not reinitialized when reloading. - Port patch. Modified: