DO NOT REPLY [Bug 35862] New: - Tomcat Connector:JK/AJP: JK Status Worker accesses freed memory for NSAPI plugin

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35862.
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=35862

   Summary: Tomcat Connector:JK/AJP: JK Status Worker accesses freed
memory for NSAPI plugin
   Product: Tomcat 4
   Version: 4.1.31
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: minor
  Priority: P3
 Component: Connector:JK/AJP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


For release 1.2.13 of jakarta-tomcat-connectors:

Problem 1: the NSAPI plugin under root/jk/native/netscape/jk_nsapi_plugin.c 
frees() the initial workers map structure, init_map, at the end of the jk_init
(...) function.  As the jk_status.c worker uses the list of workers stored 
within this structure, when the jk_status worker is used by the NSAPI plugin, 
it attempts to read freed memory.

Problem 2: the NSAPI plugin under root/jk/native/netscape/jk_nsapi_plugin.c 
does not use the uri_to_worker map within the jk_worker_env_t structure (as 
this is done inside the netscape configuration files), however, the jk_status 
worker attempts to access the (uw_map) attached to the current jk_ws_service 
without a null check, thus causing the jk_status worker to attempt to 
dereference a null pointer.

Attached is a diff output of the changes between the jk_nsapi_plugin.c supplied 
within the jakarta-tomcat-connectors-1.2.13-src package, and a modified version 
of this file which fixes this problem by adding a uri_to_worker map, and having 
a static init_map structure:

---
56,57d55
 static jk_map_t *init_map = NULL;
 static jk_uri_worker_map_t *uw_map = NULL;
89c87
 init_map = (jk_map_t *)init_d;
---
 jk_map_t *init_map = (jk_map_t *)init_d;
93,101c91
 if (uri_worker_map_alloc(uw_map, NULL, logger)) {
 uw_map-fname = ;
 worker_env.uri_to_worker = uw_map;
 init_on_other_thread_is_ok = JK_TRUE;
 }
 else {
 jk_log(logger, JK_LOG_EMERG,
In init_workers_on_other_threads, failed);
 }
---
 init_on_other_thread_is_ok = JK_TRUE;
227a218
 jk_map_t *init_map;
271a263,264

 jk_map_free(init_map);
289,292d281
 if (uw_map) {
 uri_worker_map_free(uw_map, logger);
 }

297,300d285

 if (init_map) {
 jk_map_free(init_map);
 }
410d394
 s-uw_map = uw_map;
--

-- 
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 35862] - Tomcat Connector:JK/AJP: JK Status Worker accesses freed memory for NSAPI plugin

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35862.
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=35862





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 09:38 ---
Created an attachment (id=15776)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15776action=view)
patched jk_nsapi_plugin.c


-- 
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 32908] - context-param s not available from ServletContextListener contextDestroyed() unless prior call to getInitParameter()

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32908.
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=32908


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 11:33 ---
I am not able to reproduce this problem against 5.5.9.  Thanks for fixing.

For the record, my test case for this is a contextDestroyed(ServletContextEvent
sce) method which calls sce.getServletContext().getInitParameter(some_param),
there being no such previous reading of init params in the servlet's lifecycle.


-- 
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]



bindThread() and unbindThread(oldCCL) in StandardContext start()

2005-07-26 Thread Lebing Xie
Hi, all
Here is a question about StandardContext start.

// Binding thread
oldCCL = bindThread();


// Unbinding thread
unbindThread(oldCCL);

and in bindThread(), 2 static methods
//Binds a directory context to a class loader.
DirContextURLStreamHandler.bind(getResources());  
//Binds a naming context to a thread.
ContextBindings.bindThread(this, this);

What is the idea behind it and why I need it? Seemed as I need a
directory context and a naming context for the start.

Thanx alot. ur Lebing


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



Alternate tomcat binaries repository

2005-07-26 Thread Mladen Turk

Hi,

I have spoke with Colm MacCárthaigh from HEAnet an he said that
they would be willing to give us the repo and SSL access to
their servers so we can set up a distribution repository
for SSL enabled binaries.

As you might know due to the US export laws we can not
have any encryption software on any of our (ASF) servers.

Of course the binaries would be 'unofficial', but we can
make a link to that site instead some of the exiting ones
that offer the OpenSSL binaries.

Any objections I proceed with that?


Regards,
Mladen.

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



DO NOT REPLY [Bug 35864] New: - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
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=35864

   Summary: status worker doesn't list workers
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: other
Status: NEW
  Severity: normal
  Priority: P1
 Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


The cause of problem is that the map that stores the worker properties is free'd
after being read. The values of properties, worker_env.worker_list stores just
pointers to the property map. After the property map is free'd the pointers are
invalid. This crashes if one tries to list the workers with the status worker.

Solutions: 1. copy the values (need proper allocation and freeing mem many 
places)
 2. keep the map during the whole lifetime of the ISAPI filter

The patch I attached uses the second solution.

I started with the first solution but this makes changes in many places 
necessary.

-- 
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 35864] - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
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=35864





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 12:48 ---
Created an attachment (id=15778)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=15778action=view)
Patch that fixes the bug

patch for jakarta-tomcat-connectors\jk\native\iis\jk_isapi_plugin.c
see bug description

-- 
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 35864] - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
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=35864


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |major
 OS/Version|other   |Windows XP




-- 
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 35864] - status worker doesn't list workers

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35864.
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=35864





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 12:59 ---
This seems to be related to bug 35862

-- 
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 35865] New: - setclasspath.sh cannt be excutive under cygwin

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35865.
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=35865

   Summary: setclasspath.sh cannt be excutive under cygwin
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


setclasspath.sh has no #!/bin/sh header line, so it has no excutive 
attribute under cygwin, so in setclasspath.sh itself:
[ ! -x $BASEDIR/bin/setclasspath.sh ]
will always be true. So the script exit immediately.

-- 
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]



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

2005-07-26 Thread remm
remm2005/07/26 05:45:22

  Modified:catalina/src/share/org/apache/catalina/valves ValveBase.java
ErrorReportValve.java mbeans-descriptors.xml
   catalina build.xml
   webapps/docs changelog.xml
  Added:   catalina/src/share/org/apache/catalina/valves
SemaphoreValve.java
  Log:
  - Add a simple valve for concurrency control, with a conditional compilation
flag.
  - At the moment, this will not be shipped in the release (needs Java 5).
  - Update changelog.
  
  Revision  ChangesPath
  1.19  +15 -1 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ValveBase.java
  
  Index: ValveBase.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ValveBase.java,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- ValveBase.java2 Mar 2005 20:19:58 -   1.18
  +++ ValveBase.java26 Jul 2005 12:45:22 -  1.19
  @@ -178,6 +178,20 @@
   public abstract void invoke(Request request, Response response)
   throws IOException, ServletException;
   
  +
  +/**
  + * Return a String rendering of this object.
  + */
  +public String toString() {
  +StringBuffer sb = new StringBuffer(this.getClass().getName());
  +sb.append([);
  +if (container != null)
  +sb.append(container.getName());
  +sb.append(]);
  +return (sb.toString());
  +}
  +
  +
   //  JMX and Registration  
   protected String domain;
   protected ObjectName oname;
  
  
  
  1.26  +1 -14 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java
  
  Index: ErrorReportValve.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ErrorReportValve.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- ErrorReportValve.java 21 Jan 2005 13:11:02 -  1.25
  +++ ErrorReportValve.java 26 Jul 2005 12:45:22 -  1.26
  @@ -141,19 +141,6 @@
   }
   
   
  -/**
  - * Return a String rendering of this object.
  - */
  -public String toString() {
  -
  -StringBuffer sb = new StringBuffer(ErrorReportValve[);
  -sb.append(container.getName());
  -sb.append(]);
  -return (sb.toString());
  -
  -}
  -
  -
   // -- Protected 
Methods
   
   
  
  
  
  1.10  +25 -0 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/mbeans-descriptors.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- mbeans-descriptors.xml19 Nov 2004 20:06:07 -  1.9
  +++ mbeans-descriptors.xml26 Jul 2005 12:45:22 -  1.10
  @@ -234,6 +234,31 @@
  type=java.lang.String/
 /mbean
   
  +  mbean name=SemaphoreValve
  + description=Valve that does concurrency control
  + domain=Catalina
  + group=Valve
  + type=org.apache.catalina.valves.SemaphoreValve
  +
  +attribute name=className
  +   description=Fully qualified class name of the managed object
  +   type=java.lang.String
  +   writeable=false/
  +
  +attribute name=containerName
  +   description=Object name of the container
  +   type=javax.management.ObjectName/
  +
  +attribute name=concurrency
  +   description=Desired concurrency level
  +   type=int/
  +
  +attribute name=fairness
  +   description=Use a fair semaphore
  +   type=boolean/
  +
  +  /mbean
  +
 mbean name=RemoteAddrValve
description=Concrete implementation of RequestFilterValve that  
filters based on the string representation of the remote client's IP address
domain=Catalina
  
  
  
  1.1  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/SemaphoreValve.java
  
  Index: SemaphoreValve.java
  ===
  /*
   * Copyright 1999-2001,2005 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the License);
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *  http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or 

mod_jk 1.2.14.1 Released?

2005-07-26 Thread Jess Holle

Was 1.2.14.1 ever officially released?

If not, will it be soon?

--
Jess Holle

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



DO NOT REPLY [Bug 35869] New: - Can't run as a service on Windows Server 2003 64-Bit Edition

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35869.
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=35869

   Summary: Can't run as a service on Windows Server 2003 64-Bit
Edition
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: Windows Server 2003
Status: NEW
  Severity: major
  Priority: P2
 Component: Native:Integration
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Since Tomcat5.exe is a 32-bit application, it is unable to start a 64-bit jvm on
Windows Server 2003 64-Bit Edition. However, startup.bat can start a 64-bit
version of tomcat.

There needs to be a 64-bit build of Tomcat5.exe and Tomcat5w.exe to allow tomcat
to run as a service on Windows Server 2003 64-Bit Edition with a 64-bit jvm.

-- 
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]



Informe

2005-07-26 Thread webmaster
Esta cuenta ha cambiado y dejara de existir el 1-agosto-05, la nueva cuenta a 
dirigirse es [EMAIL PROTECTED]

Gracias por escribir y disculpe las molestias.





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



Re: Tomcat performance patch (in development) to reduce concurrency...

2005-07-26 Thread Remy Maucherat

Remy Maucherat wrote:

Scott Marlow wrote:


Anyway, my point is that this could be a worthwhile enhancement for
applications that run on Tomcat.  What I don't understand yet is whether
the same functionality is already in Tomcat.

I should point out that some applications shouldn't limit the max number
of concurrent requests (long running requests won't benefit but maybe
those applications shouldn't run on the web tier anyway :-)


I agree with the intent, but this is not implemented properly. I think
the idea is to restrict concurrency in the application layer, rather at
the low level (where, AFIK, concurrency isn't that expensive, and is
better addressed using a little non blocking IO). The performance
benefits for certain types of applications will be the same, but without
introducing any unwanted limitations or incorrect behavior at the
connector level.

I think you should write a ConcurrencyValve instead, which would do
something like:

boolean shouldRelease = false;
try {
concurrencySemaphore.acquire();
shouldRelease = true;
getNext().invoke(request, response);
} finally {
if (shouldRelease)
concurrencySemaphore.release();
}

As it is a valve, you can set it globally, on a host, or on an
individual webapp, allowing to control concurrency in a fine grained
way. In theory, you can also add it on individual servlets, but it
requires some hacking. Since it's optional and independent, I think it
is acceptable to use Java 5 for it.

As you pointed out, some applications may run horribly with this (slow
upload is the most glaring example).


It took forever (given it's only 10 lines of code), but I added the 
valve. The class is org.apache.cataline.valves.SemaphoreValve.


So you can add it at the engine level to add a concurrency constraint 
for the whole servlet engine, without constraining the connector (which 
might not be low thread count friendly).


Rémy

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



Informe

2005-07-26 Thread webmaster
Esta cuenta ha cambiado y dejara de existir el 1-agosto-05, la nueva cuenta a 
dirigirse es [EMAIL PROTECTED]

Gracias por escribir y disculpe las molestias.





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



Re: mod_jk 1.2.14.1 Released?

2005-07-26 Thread Mladen Turk

Jess Holle wrote:

Was 1.2.14.1 ever officially released?



Well, it was voted as stable, so we only need
announcement.


If not, will it be soon?



Think that Jean-Frederic will make official announcement.
OTOH it might be that the heat wave in Spain
put him in some deep shade :)


Regards,
Mladen.

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



Informe

2005-07-26 Thread webmaster
Esta cuenta ha cambiado y dejara de existir el 1-agosto-05, la nueva cuenta a 
dirigirse es [EMAIL PROTECTED]

Gracias por escribir y disculpe las molestias.





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



DO NOT REPLY [Bug 35870] New: - Can't use isapi_redirect.dll on Windows Server 2003 64-Bit Edition

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35870.
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=35870

   Summary: Can't use isapi_redirect.dll on Windows Server 2003 64-
Bit Edition
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: Windows Server 2003
Status: NEW
  Severity: major
  Priority: P2
 Component: Native:JK
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Since isapi_redirect.dll is a 32-bit application, it is unable to communicate
with the 64-bit IIS.

There needs to be a 64-bit build of isapi_redirect.dll to allow tomcat
to run with IIS on Windows Server 2003 64-Bit Edition.

-- 
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 35870] - Can't use isapi_redirect.dll on Windows Server 2003 64-Bit Edition

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35870.
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=35870


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|major   |enhancement
 Status|NEW |RESOLVED
 Resolution||LATER




--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 17:26 ---
Do you wish the binaries for AMD64 or IA64 architecture ;)

Seems that you have the architecture in place, so feel free to
build the binaries. We simply do not have infrastucture as being
Open source project to buy the needed hardware and software, so
we are pretty much dependant on the users that have such
architecture and can spare some time to build and donate the binaries.

Regards.


-- 
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: mod_jk 1.2.14.1 Released?

2005-07-26 Thread Jean-frederic Clere

Jess Holle wrote:


Was 1.2.14.1 ever officially released?


I have to annonce it ;-)




If not, will it be soon?

--
Jess Holle

-
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]



cvs commit: jakarta-tomcat-connectors/jk/native/common jk_version.h

2005-07-26 Thread jfclere
jfclere 2005/07/26 09:04:10

  Modified:jk/native/common jk_version.h
  Log:
  Bump the version to 1.2.15-dev
  
  Revision  ChangesPath
  1.45  +4 -4  jakarta-tomcat-connectors/jk/native/common/jk_version.h
  
  Index: jk_version.h
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_version.h,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- jk_version.h  6 Jul 2005 13:44:25 -   1.44
  +++ jk_version.h  26 Jul 2005 16:04:10 -  1.45
  @@ -25,14 +25,14 @@
   /** START OF AREA TO MODIFY BEFORE RELEASING */
   #define JK_VERMAJOR 1
   #define JK_VERMINOR 2
  -#define JK_VERFIX   14
  -#define JK_VERSTRING1.2.14
  +#define JK_VERFIX   15
  +#define JK_VERSTRING1.2.15
   
   /* Beta number */
   #define JK_VERBETA  0
   #define JK_BETASTRING   0
   /* set JK_VERISRELEASE to 1 when release (do not forget to commit!) */
  -#define JK_VERISRELEASE 1
  +#define JK_VERISRELEASE 0
   #define JK_VERRC0
   #define JK_RCSTRING 0
   
  
  
  

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



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

2005-07-26 Thread remm
remm2005/07/26 09:13:33

  Modified:jk/java/org/apache/coyote/ajp AjpAprProcessor.java
AjpAprProtocol.java
   webapps/docs changelog.xml
  Log:
  - Add tomcatAuthentication to the protocol handler, so that it can actually
be configured.
  - Remove all other useless attributes (which came along from the HTTP
cut  paste).
  
  Revision  ChangesPath
  1.10  +7 -53 
jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java
  
  Index: AjpAprProcessor.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- AjpAprProcessor.java  23 Jun 2005 17:22:13 -  1.9
  +++ AjpAprProcessor.java  26 Jul 2005 16:13:33 -  1.10
  @@ -79,7 +79,7 @@
   // --- 
Constructors
   
   
  -public AjpAprProcessor(int headerBufferSize, AprEndpoint endpoint) {
  +public AjpAprProcessor(AprEndpoint endpoint) {
   
   this.endpoint = endpoint;
   
  @@ -180,12 +180,6 @@
   
   
   /**
  - * Use Tomcat authentication ?
  - */
  -protected boolean tomcatAuthentication = true;
  -
  -
  -/**
* Socket associated with the current connection.
*/
   protected long socket;
  @@ -228,12 +222,6 @@
   
   
   /**
  - * Max post size.
  - */
  -protected int maxPostSize = 2 * 1024 * 1024;
  -
  -
  -/**
* Host name (used to avoid useless B2C conversion on the host name).
*/
   protected char[] hostNameC = new char[0];
  @@ -246,12 +234,6 @@
   
   
   /**
  - * Allow a customized the server header for the tin-foil hat folks.
  - */
  -protected String server = null;
  -
  -
  -/**
* The socket timeout used when reading the first block of the request
* header.
*/
  @@ -371,43 +353,15 @@
   // - 
Properties
   
   
  -// - Public 
Methods
  -
  -
  -/**
  - * Set the maximum size of a POST which will be buffered in SSL mode.
  - */
  -public void setMaxPostSize(int mps) {
  -maxPostSize = mps;
  -}
  -
  -
  -/**
  - * Return the maximum size of a POST which will be buffered in SSL mode.
  - */
  -public int getMaxPostSize() {
  -return maxPostSize;
  -}
  -
  -
   /**
  - * Set the server header name.
  + * Use Tomcat authentication ?
*/
  -public void setServer( String server ) {
  -if (server==null || server.equals()) {
  -this.server = null;
  -} else {
  -this.server = server;
  -}
  -}
  -
  +protected boolean tomcatAuthentication = true;
  +public boolean getTomcatAuthentication() { return tomcatAuthentication; }
  +public void setTomcatAuthentication(boolean tomcatAuthentication) { 
this.tomcatAuthentication = tomcatAuthentication; }
   
  -/**
  - * Get the server header name.
  - */
  -public String getServer() {
  -return server;
  -}
  +
  +// - Public 
Methods
   
   
   /** Get the request associated with this processor.
  
  
  
  1.6   +9 -215
jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp/AjpAprProtocol.java
  
  Index: AjpAprProtocol.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/java/org/apache/coyote/ajp/AjpAprProtocol.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AjpAprProtocol.java   27 Jun 2005 13:44:04 -  1.5
  +++ AjpAprProtocol.java   26 Jul 2005 16:13:33 -  1.6
  @@ -33,7 +33,6 @@
   import org.apache.coyote.RequestGroupInfo;
   import org.apache.coyote.RequestInfo;
   import org.apache.tomcat.util.net.AprEndpoint;
  -import org.apache.tomcat.util.net.ServerSocketFactory;
   import org.apache.tomcat.util.net.AprEndpoint.Handler;
   import org.apache.tomcat.util.res.StringManager;
   
  @@ -195,26 +194,11 @@
   protected Hashtable attributes = new Hashtable();
   
   private int timeout = 30;   // 5 minutes as in Apache HTTPD server
  -private int maxPostSize = 2 * 1024 * 1024;
  -private int maxHttpHeaderSize = 4 * 1024;
  -private String reportedname;
  -private int socketCloseDelay=-1;
  -private boolean disableUploadTimeout = true;
  -private int socketBuffer = 9000;
  +protected boolean tomcatAuthentication = true;
  +
   private Adapter adapter;
   private AjpConnectionHandler cHandler;
   
  -/**
  - * Compression value.
  - */
  

cvs commit: jakarta-tomcat-connectors/jk/xdocs/news 20050101.xml

2005-07-26 Thread jfclere
jfclere 2005/07/26 09:22:29

  Modified:jk/xdocs/news 20050101.xml
  Log:
  mark it stable.
  
  Revision  ChangesPath
  1.6   +3 -5  jakarta-tomcat-connectors/jk/xdocs/news/20050101.xml
  
  Index: 20050101.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20050101.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- 20050101.xml  13 Jul 2005 15:57:43 -  1.5
  +++ 20050101.xml  26 Jul 2005 16:22:29 -  1.6
  @@ -23,14 +23,11 @@
   --
   a name=20050713.1 
   h313 July - JK-1.2.14 released/h3
  -pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  -of Jakarta Tomcat Connectors 1.2.14. This is development release and contains
  +pThe Apache Tomcat team is proud to announce the immediate availability
  +of Jakarta Tomcat Connectors 1.2.14. This is Stable release and it contains
   few bug fixes found in 1.2.13 version.
   /p
   p
  -We expect it to be ratified as a Stable release soon.
  -/p
  -p
Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.
   /p
   pIf you find any bugs while using this release, please fill in the
  @@ -38,6 +35,7 @@
   Bug Report. When entering bug select bNative:JK/b Component.
   /p
   /a
  +hr size=1 noshade=noshade /
   a name=20050516.1 
   h37 May - JK-1.2.13 released/h3
   pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  
  
  

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



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

2005-07-26 Thread jfclere
jfclere 2005/07/26 09:25:39

  Modified:jk/xdocs index.xml
  Log:
  maark 1.2.14(.1) as stable.
  
  Revision  ChangesPath
  1.41  +2 -2  jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- index.xml 21 Jul 2005 21:11:40 -  1.40
  +++ index.xml 26 Jul 2005 16:25:39 -  1.41
  @@ -29,8 +29,8 @@
   br /
   ul
   lia href=news/20050101.html#20050713.113 July 2005 - bJK-1.2.14 
released/b/a
  -pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability
  -of Jakarta Tomcat Connectors 1.2.14 tarbals for testing.
  +pThe Apache Tomcat team is proud to announce the immediate availability
  +of Jakarta Tomcat Connectors 1.2.14 Stable.
   /p
   pDownload the a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.14/jakarta-tomcat-connectors-1.2.14.1-src.tar.gz;JK
 1.2.14 release sources/a
| a 
href=http://www.apache.org/dist/jakarta/tomcat-connectors/jk/source/jk-1.2.14/jakarta-tomcat-connectors-1.2.14.1-src.tar.gz.asc;PGP
 signature/a
  
  
  

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



Jasper (or other) for parsing only

2005-07-26 Thread Mattias Jiderhamn

Hi all.
I'm looking into developing a JSP preview plugin for IntelliJ IDEA 
and therefore need to parse a JSP file into a DOM tree or similar. 
Sadly it seems to me that in Jasper (which is shipped with IDEA), the 
parsing is very tightly integrated with validation and 
generation/compilation. Is there an easy way to mock the 
compilation/validation part to get the parsing only?


Or could anyone recommend some other JSP parser to help me complete this task?

(GNUJSP is only JSP 1.0 and therefore lacks support of custom 
tags,  which is a must)


Thanks in advance,

   Mattias Jiderhamn


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



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

2005-07-26 Thread remm
remm2005/07/26 09:39:14

  Modified:http11/src/java/org/apache/coyote/http11
Http11AprProcessor.java
   webapps/docs changelog.xml
  Log:
  - Small tweak: don't check the attribute if sendfile is disabled.
  
  Revision  ChangesPath
  1.27  +14 -12
jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java
  
  Index: Http11AprProcessor.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- Http11AprProcessor.java   25 Jul 2005 15:32:48 -  1.26
  +++ Http11AprProcessor.java   26 Jul 2005 16:39:14 -  1.27
  @@ -1553,18 +1553,20 @@
   }
   
   // Sendfile support
  -String fileName = (String) 
request.getAttribute(org.apache.tomcat.sendfile.filename);
  -if (fileName != null) {
  -// No entity body sent here
  -outputBuffer.addActiveFilter
  -(outputFilters[Constants.VOID_FILTER]);
  -contentDelimitation = true;
  -sendfileData = new AprEndpoint.SendfileData();
  -sendfileData.fileName = fileName;
  -sendfileData.start = 
  -((Long) 
request.getAttribute(org.apache.tomcat.sendfile.start)).longValue();
  -sendfileData.end = 
  -((Long) 
request.getAttribute(org.apache.tomcat.sendfile.end)).longValue();
  +if (endpoint.getUseSendfile()) {
  +String fileName = (String) 
request.getAttribute(org.apache.tomcat.sendfile.filename);
  +if (fileName != null) {
  +// No entity body sent here
  +outputBuffer.addActiveFilter
  +(outputFilters[Constants.VOID_FILTER]);
  +contentDelimitation = true;
  +sendfileData = new AprEndpoint.SendfileData();
  +sendfileData.fileName = fileName;
  +sendfileData.start = 
  +((Long) 
request.getAttribute(org.apache.tomcat.sendfile.start)).longValue();
  +sendfileData.end = 
  +((Long) 
request.getAttribute(org.apache.tomcat.sendfile.end)).longValue();
  +}
   }
   
   // Check for compression
  
  
  
  1.340 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.339
  retrieving revision 1.340
  diff -u -r1.339 -r1.340
  --- changelog.xml 26 Jul 2005 16:13:33 -  1.339
  +++ changelog.xml 26 Jul 2005 16:39:14 -  1.340
  @@ -55,6 +55,9 @@
 fix
   Add missing tomcatAuthentication attribute to the AJP APR 
implementation. (remm)
 /fix
  +  fix
  +Check filename sendfile attribute only if sendfile is enabled. (remm)
  +  /fix
/changelog
 /subsection
   
  
  
  

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



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

2005-07-26 Thread Bill Barker

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 5:45 AM
Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml


 remm2005/07/26 05:45:22

   Modified:catalina/src/share/org/apache/catalina/valves
ValveBase.java
 ErrorReportValve.java mbeans-descriptors.xml
catalina build.xml
webapps/docs changelog.xml
   Added:   catalina/src/share/org/apache/catalina/valves
 SemaphoreValve.java
   Log:
   - Add a simple valve for concurrency control, with a conditional
compilation
 flag.
   - At the moment, this will not be shipped in the release (needs Java 5).
   - Update changelog.
snip/
   /**
* Create a new StandardHost component with the default basic Valve.
*/
   public SemaphoreValve() {
   semaphore = new Semaphore(concurrency, fairness);
   }


This happens before the setters get called (so only the default values are
possible).  You probably want to implement Lifecycle and create the
Semaphore in a Lifecycle method.




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

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


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



cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves SemaphoreValve.java LocalStrings.properties

2005-07-26 Thread remm
remm2005/07/26 10:17:44

  Modified:catalina/src/share/org/apache/catalina/valves
SemaphoreValve.java LocalStrings.properties
  Log:
  - Oops, fix impl using Lifecycle.
  
  Revision  ChangesPath
  1.2   +109 -13   
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/SemaphoreValve.java
  
  Index: SemaphoreValve.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/SemaphoreValve.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SemaphoreValve.java   26 Jul 2005 12:45:22 -  1.1
  +++ SemaphoreValve.java   26 Jul 2005 17:17:43 -  1.2
  @@ -23,8 +23,13 @@
   
   import javax.servlet.ServletException;
   
  +import org.apache.catalina.Lifecycle;
  +import org.apache.catalina.LifecycleException;
  +import org.apache.catalina.LifecycleListener;
   import org.apache.catalina.connector.Request;
   import org.apache.catalina.connector.Response;
  +import org.apache.catalina.util.LifecycleSupport;
  +import org.apache.catalina.util.StringManager;
   
   
   /**
  @@ -38,18 +43,8 @@
*/
   
   public class SemaphoreValve
  -extends ValveBase {
  -
  -
  -//  
Constructor
  -
  -
  -/**
  - * Create a new StandardHost component with the default basic Valve.
  - */
  -public SemaphoreValve() {
  -semaphore = new Semaphore(concurrency, fairness);
  -}
  +extends ValveBase
  +implements Lifecycle {
   
   
   // - Instance 
Variables
  @@ -63,11 +58,30 @@
   
   
   /**
  + * The string manager for this package.
  + */
  +private StringManager sm =
  +StringManager.getManager(Constants.Package);
  +
  +
  +/**
* Semaphore.
*/
   protected Semaphore semaphore = null;
   
   
  +/**
  + * The lifecycle event support for this component.
  + */
  +protected LifecycleSupport lifecycle = new LifecycleSupport(this);
  +
  +
  +/**
  + * Has this component been started yet?
  + */
  +private boolean started = false;
  +
  +
   // - 
Properties
   
   
  @@ -87,6 +101,88 @@
   public void setFairness(boolean fairness) { this.fairness = fairness; }
   
   
  +// -- Lifecycle 
Methods
  +
  +
  +/**
  + * Add a lifecycle event listener to this component.
  + *
  + * @param listener The listener to add
  + */
  +public void addLifecycleListener(LifecycleListener listener) {
  +
  +lifecycle.addLifecycleListener(listener);
  +
  +}
  +
  +
  +/**
  + * Get the lifecycle listeners associated with this lifecycle. If this
  + * Lifecycle has no listeners registered, a zero-length array is 
returned.
  + */
  +public LifecycleListener[] findLifecycleListeners() {
  +
  +return lifecycle.findLifecycleListeners();
  +
  +}
  +
  +
  +/**
  + * Remove a lifecycle event listener from this component.
  + *
  + * @param listener The listener to add
  + */
  +public void removeLifecycleListener(LifecycleListener listener) {
  +
  +lifecycle.removeLifecycleListener(listener);
  +
  +}
  +
  +
  +/**
  + * Prepare for the beginning of active use of the public methods of this
  + * component.  This method should be called after 
codeconfigure()/code,
  + * and before any of the public methods of the component are utilized.
  + *
  + * @exception LifecycleException if this component detects a fatal error
  + *  that prevents this component from being used
  + */
  +public void start() throws LifecycleException {
  +
  +// Validate and update our current component state
  +if (started)
  +throw new LifecycleException
  +(sm.getString(semaphoreValve.alreadyStarted));
  +lifecycle.fireLifecycleEvent(START_EVENT, null);
  +started = true;
  +
  +semaphore = new Semaphore(concurrency, fairness);
  +
  +}
  +
  +
  +/**
  + * Gracefully terminate the active use of the public methods of this
  + * component.  This method should be the last one called on a given
  + * instance of this component.
  + *
  + * @exception LifecycleException if this component detects a fatal error
  + *  that needs to be reported
  + */
  +public void stop() throws LifecycleException {
  +
  +// Validate and update our current component state
  +if (!started)
  +throw new LifecycleException
  +(sm.getString(semaphoreValve.notStarted));
  +

cvs commit: jakarta-tomcat-connectors/jk HOWTO-RELEASE

2005-07-26 Thread jfclere
jfclere 2005/07/26 11:18:24

  Modified:jk   HOWTO-RELEASE
  Log:
  Add something about 
http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi
  
  Revision  ChangesPath
  1.14  +19 -0 jakarta-tomcat-connectors/jk/HOWTO-RELEASE
  
  Index: HOWTO-RELEASE
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/HOWTO-RELEASE,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- HOWTO-RELEASE 6 Jul 2005 15:04:50 -   1.13
  +++ HOWTO-RELEASE 26 Jul 2005 18:18:24 -  1.14
  @@ -221,6 +221,25 @@
   Copy old source distributions and binaries as needed, then remove the
   old source and binary distributions.
   
  +Arrange the downloads_tomcat-connectors.cgi
  +---
  +
  +Check jakarta-site out:
  +svn co https://svn.apache.org/repos/asf/jakarta/site site-jakarta
  +
  +
  +Arrange the file: xdocs/downloads/downloads.xml
  +
  +Use ant to regenerate the corresponding html file:
  +docs/site/downloads/downloads_tomcat-connectors.html
  +
  +Commit it after checking carefully the changes.
  +
  +Connect to people.apache.org and update the jakarta.apache.org site image,
  +the site jakarta.apache.org should reflect the change after a while.
  +cd /x2/www/jakarta.apache.org/site/downloads
  +svn update downloads_tomcat-connectors.html
  +
   Announcements
   -
   
  
  
  

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



DO NOT REPLY [Bug 34868] - allow to register a trust store for a session that becomes effective before CLIENT-CERT auth is executed on requests

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=34868.
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=34868





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 21:59 ---
this issue might even receive academic attention:
http://www.infsec.ethz.ch/education/projects/sa_phishing.ps

-- 
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: mod_jk 1.2.14.1 Released?

2005-07-26 Thread Jess Holle
Where are the zip/tar balls of the sources for those wishing to jump the 
gun?  [I assume they're not changing at this point...]


Jean-frederic Clere wrote:


Jess Holle wrote:


Was 1.2.14.1 ever officially released?



I have to annonce it ;-)




If not, will it be soon?

--
Jess Holle

-
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]



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



DO NOT REPLY [Bug 26436] - Jasper generates code weak against exception in doAfterBody()

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=26436.
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=26436


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 22:49 ---


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

-- 
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 18778] - popBody not always called as expected resulting in unexpected output

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=18778.
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=18778


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 22:49 ---
*** Bug 26436 has been marked as a duplicate of this bug. ***

-- 
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]



tomcat API doc, where?

2005-07-26 Thread Andreas Schenk
Hi,

if I try to get the API doc, I always end up with

Tomcat's internal javadoc is no longer installed by default. Download and 
install the fulldocs package to get it. You can also access the javadoc 
online in the Tomcat documentation bundle. 

Where can I download the API doc? Can you give me a link to the fulldocs 
package?

Thanks in advance,

Andreas Schenk

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



Re: mod_jk 1.2.14.1 Released?

2005-07-26 Thread Jean-frederic Clere

Jess Holle wrote:

Where are the zip/tar balls of the sources for those wishing to jump 
the gun?  [I assume they're not changing at this point...]


Just try 
http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi




Jean-frederic Clere wrote:


Jess Holle wrote:


Was 1.2.14.1 ever officially released?




I have to annonce it ;-)




If not, will it be soon?

--
Jess Holle

-
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]



-
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: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi,
Download eith ther .zip or .tar.gz base distro: you probably downloaded the
.exe.  You can also just look at the ones on the web site: go to
http://jakarta.apache.org/tomcat, pick the Documentation link for your
version, and scroll down near the bottom of the left-hand menu.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA
[EMAIL PROTECTED] / [EMAIL PROTECTED]

 -Original Message-
 From: Andreas Schenk [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 5:41 PM
 To: tomcat-dev@jakarta.apache.org
 Subject: tomcat API doc, where?
 
 Hi,
 
 if I try to get the API doc, I always end up with
 
 Tomcat's internal javadoc is no longer installed by default. Download and
 install the fulldocs package to get it. You can also access the javadoc
 online in the Tomcat documentation bundle.
 
 Where can I download the API doc? Can you give me a link to the fulldocs
 package?
 
 Thanks in advance,
 
 Andreas Schenk
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


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

DO NOT REPLY [Bug 23406] - Jasper should use file size as well as date for recompile check

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=23406.
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=23406


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|normal  |enhancement
Summary|jsp:include shows partial |Jasper should use file size
   |output after the included   |as well as date for
   |file has been modified  |recompile check




--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 23:08 ---
With no further comment on this bug I am going to assume that Tim's speculation
was correct. There are a number of very simple work-arounds so I am going to set
this as an enhancement request and change the summary accordingly.

-- 
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: tomcat API doc, where?

2005-07-26 Thread Jean-frederic Clere

Yoav Shapira wrote:


Hi,
Download eith ther .zip or .tar.gz base distro: you probably downloaded the
.exe.  You can also just look at the ones on the web site: go to
http://jakarta.apache.org/tomcat, pick the Documentation link for your
version, and scroll down near the bottom of the left-hand menu.
 

That does not work with 5.5 (See 
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/index.html).



Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA
[EMAIL PROTECTED] / [EMAIL PROTECTED]

 


-Original Message-
From: Andreas Schenk [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 26, 2005 5:41 PM
To: tomcat-dev@jakarta.apache.org
Subject: tomcat API doc, where?

Hi,

if I try to get the API doc, I always end up with

Tomcat's internal javadoc is no longer installed by default. Download and
install the fulldocs package to get it. You can also access the javadoc
online in the Tomcat documentation bundle.

Where can I download the API doc? Can you give me a link to the fulldocs
package?

Thanks in advance,

Andreas Schenk

-
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]




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



RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi,
That's unfortunate.  I'll go fix it right now.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA
[EMAIL PROTECTED] / [EMAIL PROTECTED]

 -Original Message-
 From: Jean-frederic Clere [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 5:14 PM
 To: Tomcat Developers List
 Subject: Re: tomcat API doc, where?
 
 Yoav Shapira wrote:
 
 Hi,
 Download eith ther .zip or .tar.gz base distro: you probably downloaded
 the
 .exe.  You can also just look at the ones on the web site: go to
 http://jakarta.apache.org/tomcat, pick the Documentation link for your
 version, and scroll down near the bottom of the left-hand menu.
 
 
 That does not work with 5.5 (See
 http://jakarta.apache.org/tomcat/tomcat-5.5-
 doc/catalina/docs/api/index.html).
 
 Yoav Shapira
 System Design and Management Fellow
 MIT Sloan School of Management
 Cambridge, MA
 [EMAIL PROTECTED] / [EMAIL PROTECTED]
 
 
 
 -Original Message-
 From: Andreas Schenk [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 5:41 PM
 To: tomcat-dev@jakarta.apache.org
 Subject: tomcat API doc, where?
 
 Hi,
 
 if I try to get the API doc, I always end up with
 
 Tomcat's internal javadoc is no longer installed by default. Download
 and
 install the fulldocs package to get it. You can also access the
 javadoc
 online in the Tomcat documentation bundle.
 
 Where can I download the API doc? Can you give me a link to the
 fulldocs
 package?
 
 Thanks in advance,
 
 Andreas Schenk
 
 -
 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]
 
 
 
 -
 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: mod_jk 1.2.14.1 Released?

2005-07-26 Thread Jean-frederic Clere

Jess Holle wrote:


Was 1.2.14.1 ever officially released?


1.2.14.1 is only a repackaging of 1.2.14.



If not, will it be soon?

--
Jess Holle

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





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



DO NOT REPLY [Bug 35880] New: - Online Docs, fulldocs.tar.gz missing Catalina JavaDocs

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.
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=35880

   Summary: Online Docs, fulldocs.tar.gz missing Catalina JavaDocs
   Product: Tomcat 5
   Version: 5.5.10
  Platform: All
   URL: http://jakarta.apache.org/tomcat/tomcat-5.5-
doc/catalina/docs/api/index.html
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Webapps:Documentation
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


They're missing from both
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/index.html).
and the fulldocs.tar.gz bundle.  Check/fix the dist target of build.xml

-- 
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]



[ANN] Apache Tomcat mod_jk 1.2.14 Web Server Connector released

2005-07-26 Thread Jean-frederic Clere
The Apache Tomcat team is pleased to announce the release of version 1.2.14 of the 
Apache Tomcat mod_jk web server connector.


Tomcat is the reference implementation of a web application server which 
implements
the Java Servlet and JavaServer Pages specifications.

mod_jk is a connector which allows a web server such as Apache HTTPD to act as a
front end to the Tomcat web application server. 


This version fixes a number of minor bugs.

See http://jakarta.apache.org/tomcat/connectors-doc/changelog.html for a 
complete list of changes.

Source distribtions can be downloaded from an Apache Software Foundation mirror 
at: (they are named jakarta-tomcat-connectors-1.2.14.1-src.tar.gz and jakarta-tomcat-connectors-1.2.14.1-src.zip)


http://jakarta.apache.org/site/sourceindex.cgi

Binary distributions for a number of different operating systems and
web servers can be downloaded from an Apache Software Foundation mirror at:

http://jakarta.apache.org/site/binindex.cgi

Documentation for using mod_jk with Tomcat 3.3, 4.1, 5.0 and 5.5 can be found 
at:

http://jakarta.apache.org/tomcat/

The Apache Tomcat team.


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



DO NOT REPLY [Bug 35880] - Online Docs, fulldocs.tar.gz missing Catalina JavaDocs

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.
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=35880





--- Additional Comments From [EMAIL PROTECTED]  2005-07-26 23:38 ---
It's because the relevant part of the dist-javadoc target in
jakarta-tomcat-5/build.xml is commented out.

-- 
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 35880] - Online Docs, fulldocs.tar.gz missing Catalina JavaDocs

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.
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=35880





--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 00:23 ---
A bit more complicated: the build/release scripts are fine. 
JSSE15SocketFactory.java has 2 fatal JavaDoc errors when generating the JavaDoc
on  JDK 1.4, which is what we do when releasing Tomcat.

-- 
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: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi,
This is actually a bit more interesting than I thought ;)
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/JSSE15SocketF
actory.java breaks the JDK 1.4 javadoc (lines 33 and 62 have fatal JavaDoc
errors).  Since we build with JDK 1.4, the Catalina API JavaDocs weren't
generated.  

I've recorded this in Bugzilla as 35880,
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.  The question is
what's the best fix.  Should we exclude that file (or that whole package)
from the JavaDoc target?

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA
[EMAIL PROTECTED] / [EMAIL PROTECTED]

 -Original Message-
 From: Jean-frederic Clere [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 5:14 PM
 To: Tomcat Developers List
 Subject: Re: tomcat API doc, where?
 
 Yoav Shapira wrote:
 
 Hi,
 Download eith ther .zip or .tar.gz base distro: you probably downloaded
 the
 .exe.  You can also just look at the ones on the web site: go to
 http://jakarta.apache.org/tomcat, pick the Documentation link for your
 version, and scroll down near the bottom of the left-hand menu.
 
 
 That does not work with 5.5 (See
 http://jakarta.apache.org/tomcat/tomcat-5.5-
 doc/catalina/docs/api/index.html).
 
 Yoav Shapira
 System Design and Management Fellow
 MIT Sloan School of Management
 Cambridge, MA
 [EMAIL PROTECTED] / [EMAIL PROTECTED]
 
 
 
 -Original Message-
 From: Andreas Schenk [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 5:41 PM
 To: tomcat-dev@jakarta.apache.org
 Subject: tomcat API doc, where?
 
 Hi,
 
 if I try to get the API doc, I always end up with
 
 Tomcat's internal javadoc is no longer installed by default. Download
 and
 install the fulldocs package to get it. You can also access the
 javadoc
 online in the Tomcat documentation bundle.
 
 Where can I download the API doc? Can you give me a link to the
 fulldocs
 package?
 
 Thanks in advance,
 
 Andreas Schenk
 
 -
 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]
 
 
 
 -
 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: tomcat API doc, where?

2005-07-26 Thread Remy Maucherat

Yoav Shapira wrote:

Hi,
This is actually a bit more interesting than I thought ;)
jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/JSSE15SocketF
actory.java breaks the JDK 1.4 javadoc (lines 33 and 62 have fatal JavaDoc
errors).  Since we build with JDK 1.4, the Catalina API JavaDocs weren't
generated.  


I've recorded this in Bugzilla as 35880,
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.  The question is
what's the best fix.  Should we exclude that file (or that whole package)
from the JavaDoc target?


I don't see any choice other than to filter out any Java 5 code at the 
moment.


Rémy

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



Michael Bünermann/HBF/Minden/kampa/DE ist außer Haus .

2005-07-26 Thread Michael . Buenermann

Ich werde ab  27.07.2005 nicht im Büro sein. Ich kehre zurück am
28.07.2005.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten. In dringenden
Fällen wenden Sie sich bitte Herrn Bagehorn
([EMAIL PROTECTED]). Herr Bagehorn hat die Rufnummer
0571/93425-80) Alternativ erreichen Sie mich auch über die Funk-Rufnummer:
0171/99 33 525.

RE: tomcat API doc, where?

2005-07-26 Thread Yoav Shapira
Hi,
Alright, I've regenerated the docs for 5.5.10, minus
JSSE15SocketFactory.java's JavaDoc, and posted them.  The live site update
will take 4-6 hours as usual (usual for the past few months, really).

I'll go update build.xml's javadoc target to ignore this file, so that'll be
fixed for 5.5.11.

5.5.10 stability vote next weekend, btw, unless someone finds a showstopper
beforehand.

Yoav Shapira
System Design and Management Fellow
MIT Sloan School of Management
Cambridge, MA
[EMAIL PROTECTED] / [EMAIL PROTECTED]

 -Original Message-
 From: Remy Maucherat [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, July 26, 2005 6:39 PM
 To: Tomcat Developers List
 Subject: Re: tomcat API doc, where?
 
 Yoav Shapira wrote:
  Hi,
  This is actually a bit more interesting than I thought ;)
  jakarta-tomcat-
 connectors/util/java/org/apache/tomcat/util/net/JSSE15SocketF
  actory.java breaks the JDK 1.4 javadoc (lines 33 and 62 have fatal
 JavaDoc
  errors).  Since we build with JDK 1.4, the Catalina API JavaDocs weren't
  generated.
 
  I've recorded this in Bugzilla as 35880,
  http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.  The question
 is
  what's the best fix.  Should we exclude that file (or that whole
 package)
  from the JavaDoc target?
 
 I don't see any choice other than to filter out any Java 5 code at the
 moment.
 
 Rémy
 
 -
 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]

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

2005-07-26 Thread yoavs
yoavs   2005/07/26 17:04:13

  Modified:catalina build.xml
   webapps/docs changelog.xml
  Log:
  Minimal, quick, ugly fix for Bugzilla 35880: 
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880
  
  Revision  ChangesPath
  1.84  +16 -0 jakarta-tomcat-catalina/catalina/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- build.xml 26 Jul 2005 12:45:22 -  1.83
  +++ build.xml 27 Jul 2005 00:04:12 -  1.84
  @@ -741,6 +741,18 @@
 target name=javadoc unless=docs.uptodate 
   delete dir=${catalina.build}/javadoc/
   mkdir dir=${catalina.build}/javadoc/
  +
  +!-- To fix Bugzilla 35880, we need to ensure files that use J2SE 5.0
  + syntax are not JavaDoc'ed.  Even though no other target uses
  + javadoc.sourcepath and I could rewrite the javadoc target below,
  + that might impact users who use javadoc.sourcepath in their own
  + build scripts.  Accordingly, let's try this ugly temporary
  + fix.  When we start building Tomcat with J2SE 5.0, we can remove
  + this ugliness.
  +--
  +move 
file=${jtc.home}/util/java/org/apache/tomcat/util/net/jsse/JSSE15SocketFactory.java
  +  
tofile=${jtc.home}/util/java/org/apache/tomcat/util/net/jsse/JSSE15SocketFactory.temp
 /
  +
   javadoc packagenames=org.apache.*
 classpathref=catalina.classpath
 sourcepathref=javadoc.sourcepath
  @@ -755,7 +767,11 @@
excludepackage name=org.apache.coyote.tomcat3 /
excludepackage name=org.apache.coyote.tomcat4 /
excludepackage name=org.apache.jk.apr /
  +
   /javadoc
  +
  +move 
file=${jtc.home}/util/java/org/apache/tomcat/util/net/jsse/JSSE15SocketFactory.temp
  +  
tofile=${jtc.home}/util/java/org/apache/tomcat/util/net/jsse/JSSE15SocketFactory.java
 /
 /target
   
   
  
  
  
  1.341 +4 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.340
  retrieving revision 1.341
  diff -u -r1.340 -r1.341
  --- changelog.xml 26 Jul 2005 16:39:14 -  1.340
  +++ changelog.xml 27 Jul 2005 00:04:13 -  1.341
  @@ -42,6 +42,10 @@
   is not built for Java 5, the valve will have to be compiled from the 
sources 
   using Java 5 (remm)
 /add
  +  fix
  +bug35880/bug: Ignore JSSE15SocketFactory when generating 
JavaDoc, as it breaks
  +  the JDK 1.4 JavaDoc tool. (yoavs)
  +  /fix
   /changelog
 /subsection
 
  
  
  

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



DO NOT REPLY [Bug 35880] - Online Docs, fulldocs.tar.gz missing Catalina JavaDocs

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35880.
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=35880


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 02:04 ---
OK.  I've generated the docs and put them on the live site.  I've updated
build.xml so this won't happen again for Tomcat 5.5.11 and beyond.

-- 
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 35835] - Submitting changes through admin app corrupts the HTTPS connector definition in server.xml

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35835.
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=35835





--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 02:11 ---
For the storeconfig module, this was fixed in 5.5.10: see
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/modules/storeconfig/src/share/org/apache/catalina/storeconfig/ConnectorStoreAppender.java?rev=1.3view=log.
 Can you please test 5.5.10 and let us know?

-- 
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]



cvs commit: jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp DataSender.java ReplicationTransmitter.java

2005-07-26 Thread yoavs
yoavs   2005/07/26 17:36:26

  Modified:catalina/src/share/org/apache/catalina/ant/jmx
JMXAccessorCondition.java
JMXAccessorEqualsCondition.java
JMXAccessorTask.java
   modules/cluster/src/share/org/apache/catalina/cluster/tcp
DataSender.java ReplicationTransmitter.java
  Log:
  Minor JavaDoc fixes.
  
  Revision  ChangesPath
  1.4   +18 -2 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorCondition.java
  
  Index: JMXAccessorCondition.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorCondition.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JMXAccessorCondition.java 1 Jul 2005 18:54:13 -   1.3
  +++ JMXAccessorCondition.java 27 Jul 2005 00:36:26 -  1.4
  @@ -1,3 +1,19 @@
  +/*
  + * Copyright 2002,2004-2005 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the License);
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an AS IS BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  +
   package org.apache.catalina.ant.jmx;
   
   import java.io.IOException;
  @@ -287,7 +303,7 @@
   
   /**
* Get value from MBeans attribute 
  - * @return
  + * @return The value
*/
   protected String accessJMXValue() {
   try {
  
  
  
  1.4   +18 -2 
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorEqualsCondition.java
  
  Index: JMXAccessorEqualsCondition.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorEqualsCondition.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- JMXAccessorEqualsCondition.java   30 Jun 2005 13:15:13 -  1.3
  +++ JMXAccessorEqualsCondition.java   27 Jul 2005 00:36:26 -  1.4
  @@ -1,3 +1,19 @@
  +/*
  + * Copyright 2002,2004-2005 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the License);
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *  http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an AS IS BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  +
   package org.apache.catalina.ant.jmx;
   
   import java.io.IOException;
  @@ -201,7 +217,7 @@
   }
   
   /**
  - * @return
  + * @return The value
*/
   protected String accessJMXValue() {
   try {
  
  
  
  1.11  +3 -3  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorTask.java
  
  Index: JMXAccessorTask.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorTask.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- JMXAccessorTask.java  22 Jul 2005 11:39:08 -  1.10
  +++ JMXAccessorTask.java  27 Jul 2005 00:36:26 -  1.11
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 2002,2004 The Apache Software Foundation.
  + * Copyright 2002,2004-2005 The Apache Software Foundation.
* 
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
  @@ -421,7 +421,7 @@
   /**
* Get Current Connection from emref/em parameter or create a new 
one!
* 
  - * @return
  + * @return The server connection
* @throws MalformedURLException
* @throws IOException
*/
  
  
  
  1.16  +4 -5  
jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/DataSender.java
  
  Index: DataSender.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp/DataSender.java,v
  retrieving revision 

cvs commit: jakarta-tomcat-catalina/catalina/src/bin setclasspath.sh

2005-07-26 Thread funkman
funkman 2005/07/26 17:54:35

  Modified:webapps/docs changelog.xml
   catalina/src/bin setclasspath.sh
  Log:
  bug 35865 - setclasspath.sh cannt be excutive under cygwin
  
  Revision  ChangesPath
  1.342 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.341
  retrieving revision 1.342
  diff -u -r1.341 -r1.342
  --- changelog.xml 27 Jul 2005 00:04:13 -  1.341
  +++ changelog.xml 27 Jul 2005 00:54:35 -  1.342
  @@ -46,6 +46,9 @@
   bug35880/bug: Ignore JSSE15SocketFactory when generating 
JavaDoc, as it breaks
 the JDK 1.4 JavaDoc tool. (yoavs)
 /fix
  +  fix
  +bug35865/bug: setclasspath.sh cannot be excutive under cygwin 
(funkman)
  +  /fix
   /changelog
 /subsection
 
  
  
  
  1.13  +2 -1  jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh
  
  Index: setclasspath.sh
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- setclasspath.sh   27 Jan 2005 16:48:48 -  1.12
  +++ setclasspath.sh   27 Jul 2005 00:54:35 -  1.13
  @@ -1,3 +1,4 @@
  +#!/bin/sh
   # 
-
   #  Set CLASSPATH and Java options
   #
  
  
  

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



DO NOT REPLY [Bug 35865] - setclasspath.sh cannt be excutive under cygwin

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35865.
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=35865


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 02:55 ---
fixed for 5.5.11

-- 
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 35885] New: - java.lang.ClassCastException: oracle.sql.BLOB

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35885.
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=35885

   Summary: java.lang.ClassCastException: oracle.sql.BLOB
   Product: Tomcat 5
   Version: 5.5.9
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


When i use tomcat connectoin pool
execute below code segmeng error occur
  pstmt=conn.prepareStatement(select file from t_rpt);
  rs=pstmt.executeQuery();
  while(rs.next()){
BLOB blob=(BLOB)rs.getBlob(rptfile);
//at this line above error occur  java.lang.ClassCastException: 
oracle.sql.BLOB

-- 
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 35885] - java.lang.ClassCastException: oracle.sql.BLOB

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35885.
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=35885


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 04:28 ---
This is not a Tomcat bug: the connection pooling is provided by DBCP from
Jakarta Commons.  Further, this is not a DBCP bug.  The class you're getting
back is a delegator wrapping the database-specific LOB implementation.  This is
a common pattern widely used in DBCP and other database toolkits.  Look at the
DBCP JavaDocs to see how to get at the implementation class itself.  And if you
have further questions, please post them on the [EMAIL PROTECTED] or
[EMAIL PROTECTED] mailing lists, as Bugzilla is not a discussion forum.

-- 
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 35885] - java.lang.ClassCastException: oracle.sql.BLOB

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35885.
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=35885


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 05:05 ---
but i use Jakarta-dbcp havn't see such erro informatoin


-- 
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 35885] - java.lang.ClassCastException: oracle.sql.BLOB

2005-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=35885.
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=35885


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-07-27 05:12 ---
As I said, Bugzilla is not a discussion forum.  See 
http://www.xintiantang.com/andy/e_127.html,
http://www.theserverside.com/tss?service=direct/0/DiscussionThread/threadViewer.bookmark.linksp=l30171,

or any other easily available results from google on this issue.  Please don't
waste our time by reopening this. 

-- 
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]



nhnxpqg

2005-07-26 Thread kief
The message cannot be represented in 7-bit ASCII encoding and has been sent as 
a binary attachment.



**
**

WARNING: WinProxy has detected a virus in file
attached to this e-mail message!

The attachment has been automatically removed to
protect your network.

WinProxy Administrator: [EMAIL PROTECTED]

07/27/05 10:12:34 
WinProxy (Version 6.0 R1c (6.0.21.0)) - http://www.WinProxy.com/

Antivirus Vendor: Panda Software
Scan Engine Version: 4.7.0.2_4.1.6.408
Pattern File Version: 3.101836 (Timestamp: 2005/07/26 11:32:11)

Machine name: WANSERVER
Machine IP address: 210.212.95.35
Server: 209.237.227.199
Client: eng-lanserver
Protocol: SMTP

Virus: W32/Mytob.AC.worm found!
Attachment: text.zip

**
**


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

nhnxpqg

2005-07-26 Thread kief
The message cannot be represented in 7-bit ASCII encoding and has been sent as 
a binary attachment.



**
**

WARNING: WinProxy has detected a virus in file
attached to this e-mail message!

The attachment has been automatically removed to
protect your network.

WinProxy Administrator: [EMAIL PROTECTED]

07/27/05 10:12:34 
WinProxy (Version 6.0 R1c (6.0.21.0)) - http://www.WinProxy.com/

Antivirus Vendor: Panda Software
Scan Engine Version: 4.7.0.2_4.1.6.408
Pattern File Version: 3.101836 (Timestamp: 2005/07/26 11:32:11)

Machine name: WANSERVER
Machine IP address: 210.212.95.35
Server: 209.237.227.199
Client: eng-lanserver
Protocol: SMTP

Virus: W32/Mytob.AC.worm found!
Attachment: text.zip

**
**


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