DO NOT REPLY [Bug 32424] New: - Redirecting directiories with missing trailing slash breaks web applications

2004-11-29 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=32424.
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=32424

   Summary: Redirecting directiories with missing trailing slash
breaks web applications
   Product: Tomcat 5
   Version: 5.0.28
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: P2
 Component: Catalina
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


From version 5.0.4 to 5.0.5 the File
org/apache/tomcat/util/http/mapper/Mapper.java was changed to redirect requests
which matches a directory but have a missing trailing slash are redirected to
the same url with the slash. This breaks some webapps because the redirect is
also done for urls which are mapped to servlets.

Example:
A Servlet is mapped to /. The user calls /page which is handled by the servlet.
If a direcory named page exists, tomcat redirects to /page/. This is fine for
directory indexing but bad for complex applications.

See also:
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/http/mapper/Mapper.java?r1=1.23r2=1.24

-- 
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 32424] - Redirecting directiories with missing trailing slash breaks web applications

2004-11-29 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=32424.
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=32424





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 11:31 ---
When i change the mapping from / to /* the url i no more redirected. But
should'nt it work for /?

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



Releasing JK1.2.7

2004-11-29 Thread Mladen Turk
Hi,
There has been lots of changes in the JK,
and I'd like to tag and release 1.2.7-beta tomorrow.
Any objections?
Also,
This release will be marked as beta, and thus not
production ready. If it passes user's testing, in
a week or two I plan to release 1.2.8 stable.
The reason for that are couple of new things added like
extensive logging, socket timeouts, new load balancer
algorithm, etc... that needs 'real-world' testing.
Any comments?
Regards,
Mladen.


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


DO NOT REPLY [Bug 32424] - Redirecting directiories with missing trailing slash breaks web applications

2004-11-29 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=32424.
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=32424


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 11:38 ---
/ is if everything else failed.
The mapper has to assume that the default servlet will, at least to some extent,
be responsible for static page serving.

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



New JK docs released

2004-11-29 Thread Mladen Turk
Hi,
I have put the new JK documentation in the:
http://jakarta.apache.org/tomcat/connectors-doc/
It has an link to old docs that are at:
http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2
So can someone change the links to point to:
/tomcat/connectors-doc
instead
/tomcat/connectors-doc/jk2
Yoav?
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Releasing JK1.2.7

2004-11-29 Thread Remy Maucherat
Mladen Turk wrote:
Hi,
There has been lots of changes in the JK,
and I'd like to tag and release 1.2.7-beta tomorrow.
Any objections?
Also,
This release will be marked as beta, and thus not
production ready. If it passes user's testing, in
a week or two I plan to release 1.2.8 stable.
The reason for that are couple of new things added like
extensive logging, socket timeouts, new load balancer
algorithm, etc... that needs 'real-world' testing.
Any comments? 
+1.
Along with the new doc, this release should be a winner.
I'd like to link the updated docs from the main Tomcat page (in the docs 
section). Any problem with that ?

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


Re: Releasing JK1.2.7

2004-11-29 Thread Mladen Turk
Remy Maucherat wrote:
I'd like to link the updated docs from the main Tomcat page (in the docs 
section). Any problem with that ?

Sure, do so.
They should all point to:
http://jakarta.apache.org/tomcat/connectors-doc/
MT.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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

2004-11-29 Thread mturk
mturk   2004/11/29 02:51:04

  Modified:jk/xdocs index.xml project.xml
  Log:
  Add link to the old archived jk/jk2 documentation.
  
  Revision  ChangesPath
  1.23  +5 -1  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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- index.xml 25 Nov 2004 10:10:26 -  1.22
  +++ index.xml 29 Nov 2004 10:51:03 -  1.23
  @@ -122,7 +122,11 @@
   p
   /p
   /li
  -
  +lia 
href=http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html;
  +bOld JK/JK2 documentation archive./b/a
  +pHere you can find old JK and JK2 documentation.
  +/p
  +/li
   /ul
   
   /section
  
  
  
  1.3   +2 -1  jakarta-tomcat-connectors/jk/xdocs/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml   25 Nov 2004 10:10:26 -  1.2
  +++ project.xml   29 Nov 2004 10:51:03 -  1.3
  @@ -26,7 +26,8 @@
   item name=AJPv13 Protocol   href=common/ajpv13a.html/
   item name=HowTo href=howto/index.html/
   item name=Frequently asked questions  href=faq.html/
  -item name=Changelog href=changelog.html/ 
  +item name=Changelog href=changelog.html/
  +item name=Old JK/JK2 documentation 
href=http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/index.html/
   /menu
   
   /body
  
  
  

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



DO NOT REPLY [Bug 32319] - Idle connection disconnect - free waiting tomcat threads

2004-11-29 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=32319.
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=32319





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 12:22 ---
Hi Reiner,

The patch look realy fine, but it has one major problem.
Can you remove all #if KPDT directives?
I mean we can not put something like that in the CVS.
Seems that the maintain is configurable and it will take
place only if configured, thus all that preproc directives
are an obstacle rather then feature.

Keep up the good work!

Regards,
Mladen.


-- 
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-connectors/jk/xdocs style.css style.xsl

2004-11-29 Thread mturk
mturk   2004/11/29 04:25:14

  Modified:jk/xdocs style.css style.xsl
  Log:
  Change the style for source like example in apache documentation.
  IMO it looks much nicer.
  
  Revision  ChangesPath
  1.5   +9 -0  jakarta-tomcat-connectors/jk/xdocs/style.css
  
  Index: style.css
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.css,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- style.css 18 Nov 2004 19:09:00 -  1.4
  +++ style.css 29 Nov 2004 12:25:14 -  1.5
  @@ -3,6 +3,15 @@
   font-size: smaller;
   color: #ff; 
   }
  +div.example {

  +background-color: #e5ecf3;

  +color: #000;

  +padding: 0.5em;

  +margin: 1em 2em 1em 1em;

  +}
  +pre {

  +font-family: Courier New, Courier, monospace;

  +}
   em.screen {
   font-weight: normal;
   font-style: normal;
  
  
  
  1.8   +4 -37 jakarta-tomcat-connectors/jk/xdocs/style.xsl
  
  Index: style.xsl
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- style.xsl 25 Nov 2004 10:10:26 -  1.7
  +++ style.xsl 29 Nov 2004 12:25:14 -  1.8
  @@ -234,42 +234,9 @@
   xsl:variable name=void
 xsl:value-of select=$relative-path/xsl:value-of 
select=$void-image/
   /xsl:variable
  -div align=left
  -  table cellspacing=4 cellpadding=0 border=0
  -tr
  -  td bgcolor={$source-color} width=1 height=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -  td bgcolor={$source-color} height=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -  td bgcolor={$source-color} width=1 height=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -/tr
  -tr
  -  td bgcolor={$source-color} width=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -  td bgcolor=#ff height=1pre
  -xsl:value-of select=./
  -  /pre/td
  -  td bgcolor={$source-color} width=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -/tr
  -tr
  -  td bgcolor={$source-color} width=1 height=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -  td bgcolor={$source-color} height=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -  td bgcolor={$source-color} width=1 height=1
  -img src={$void} width=1 height=1 vspace=0 hspace=0 
border=0/
  -  /td
  -/tr
  -  /table
  +div class=examplepre
  +xsl:value-of select=./
  +/pre
   /div
 /xsl:template
   
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs style.css

2004-11-29 Thread mturk
mturk   2004/11/29 04:36:41

  Modified:jk/xdocs style.css
  Log:
  Use proper font size and weight for source tag.
  
  Revision  ChangesPath
  1.6   +3 -0  jakarta-tomcat-connectors/jk/xdocs/style.css
  
  Index: style.css
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.css,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- style.css 29 Nov 2004 12:25:14 -  1.5
  +++ style.css 29 Nov 2004 12:36:41 -  1.6
  @@ -11,6 +11,9 @@
   }
   pre {

   font-family: Courier New, Courier, monospace;

  +font-weight: normal;
  +font-style: normal;
  +font-size: smaller;
   }
   em.screen {
   font-weight: normal;
  
  
  

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



cvs commit: jakarta-tomcat-connectors/jk/xdocs style.xsl

2004-11-29 Thread mturk
mturk   2004/11/29 04:46:25

  Modified:jk/xdocs style.xsl
  Log:
  Make sure that section and subsction titles are context-width independent.
  
  Revision  ChangesPath
  1.9   +3 -3  jakarta-tomcat-connectors/jk/xdocs/style.xsl
  
  Index: style.xsl
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- style.xsl 29 Nov 2004 12:25:14 -  1.8
  +++ style.xsl 29 Nov 2004 12:46:25 -  1.9
  @@ -194,7 +194,7 @@
   xsl:variable name=name
 xsl:value-of select=@name/
   /xsl:variable
  -table border=0 cellspacing=0 cellpadding=2
  +table border=0 cellspacing=0 cellpadding=2 width=100%
 !-- Section heading --
 trtd bgcolor={$banner-bg}
 font color={$banner-fg} face=arial,helvetica.sanserif
  @@ -214,7 +214,7 @@
   xsl:variable name=name
 xsl:value-of select=@name/
   /xsl:variable
  -table border=0 cellspacing=0 cellpadding=2
  +table border=0 cellspacing=0 cellpadding=2 width=100%
 !-- Subsection heading --
 trtd bgcolor={$sub-banner-bg}
 font color={$sub-banner-fg} face=arial,helvetica.sanserif
  
  
  

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



DO NOT REPLY [Bug 32381] - Couldn't expand/collapse tree branches using Tomcat Administration Tool

2004-11-29 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=32381.
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=32381





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 14:18 ---
Almost forgot - JDK 1.4.2

-- 
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 32381] - Couldn't expand/collapse tree branches using Tomcat Administration Tool

2004-11-29 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=32381.
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=32381


[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version|Windows 2000|Linux




-- 
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: Bug with contextInitialized using otherServletContext.getContext ?

2004-11-29 Thread Andreas Steffan
Remy Maucherat wrote:
So, sorry, you get the regular answer now: please submit a ready to 
test set of WARs demonstrating the bad behavior.
It took some time to get a blessed demo of problem.
Nevertheless, here I am delivering it.
The README coming with the demo does not state which version
of tomcat Vignette was using, but they are pretty sure its the
VAP 7.1 certified version 4.1.27.
I haven seen symptoms running VAP 7.1 on tomcat 5.0.27 which raise
suspicion the problem is still there.
PS: I have not checked the demo myself. My role at this time is beeing
the message deliveryman. You can safely assume that Vignette is
following the discussion here and will provide me with further messages
for delivery in case you need more input.
--
regards and thanks so far
Andreas Steffan
Entwicklung
[EMAIL PROTECTED]
T: +49.40.80 81 69-634
F: +49.40.80 81 69-808
SinnerSchrader Neue Informatik  
 Software. Design. Interfaces.  
http://www.s2neueinformatik.de/


tomcat_bug.tar.gz
Description: GNU Zip compressed data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 32428] New: - Classloader issue when reading serialized object from database.

2004-11-29 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=32428.
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=32428

   Summary: Classloader issue when reading serialized object from
database.
   Product: Tomcat 5
   Version: 5.0.28
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Unknown
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


I've set up a JDBC datasource for MySQL as it described in 
this page: 

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-
howto.html

I've installed mysql-connector-java-3.0.9-stable-bin.jar in 
$CATALINA_HOME/common/lib

When I try to read a serialized object from a BLOB column, 
I always get ClassNotFoundException. 
The class of the object that I want to read is located in my
webapp's WEB-INF/classes directory.

Code: 

161   rs = stmt.executeQuery();
162 
163   if (rs.next()) {
164  DummyVO dummy = new DummyVO();
165  dummy.setId(rs.getLong(1));
...  ...
176  dummy.setEnv((Dummy) rs.getObject(9));
...  ...
179   }

Stacktrace:

java.sql.SQLException: Class not found: java.lang.ClassNotFoundException: 
sim.test.Dummy while reading serialized object
at com.mysql.jdbc.ResultSet.getObject(ResultSet.java:1537)
at org.apache.commons.dbcp.DelegatingResultSet.getObject(DelegatingResul
tSet.java:286)
at sim.proba.dao.SimulationDAO.findById(SimulationDAO.java:176)
at sim.proba.web.SimAction.getSimulation(SimAction.java:40)
at sim.proba.web.ControlSimAction.execute(ControlSimAction.java:71)
at org.apache.struts.action.RequestProcessor.processActionPerform(Reques
tProcessor.java:421)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja
va:226)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:116
4)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

If this is the normal classloader behaivor, how can I read serialized object
from db?

-- 
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: Releasing JK1.2.7

2004-11-29 Thread Shapira, Yoav

Hi,
+1 on the release and docs linking.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29, 2004 5:48 AM
To: Tomcat Developers List
Subject: Re: Releasing JK1.2.7

Remy Maucherat wrote:

 I'd like to link the updated docs from the main Tomcat page (in the
docs
 section). Any problem with that ?


Sure, do so.

They should all point to:
http://jakarta.apache.org/tomcat/connectors-doc/

MT.

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




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


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



Time for 5.5.5 (Was: RE: Tomcat 5.0.30 today...)

2004-11-29 Thread Shapira, Yoav

Hi,
OK.  How about this Thursday, December 2nd, at 1600h GMT (1100h my time, 
http://www.timeanddate.com/worldclock/converted.html?month=12day=2year=2004hour=11min=0sec=0p1=43p2=0),
 for Tomcat 5.5.5?

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 25, 2004 12:51 PM
To: Tomcat Developers List
Subject: Re: Tomcat 5.0.30 today...

Shapira, Yoav wrote:

... final reminder:
http://marc.theaimsgroup.com/?l=tomcat-devm=110114183416566w=2.
Please make sure to commit any relevant checkouts by then and update the
changelog accordingly.  Thanks,

Next week for 5.5.5 ?

Rémy


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




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


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



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

2004-11-29 Thread yoavs
yoavs   2004/11/29 06:38:02

  Modified:webapps/docs index.xml project.xml
  Log:
  Updated connectors doc links
  
  Revision  ChangesPath
  1.21  +1 -1  jakarta-tomcat-catalina/webapps/docs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml 7 Oct 2004 18:16:05 -   1.20
  +++ index.xml 29 Nov 2004 14:38:02 -  1.21
  @@ -120,7 +120,7 @@
   - Reference manual that documents all available elements and attributes
 that may be placed into a Tomcat 5 codeconf/server.xml/code file.
   /li
  -lia 
href=http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html;strongJK
 Documenation/strong/a
  +lia 
href=http://jakarta.apache.org/tomcat/connectors-doc/index.html;strongJK 
Documenation/strong/a
   - Complete documentation and HOWTOs on the JK native webserver connector,
 used to interface Tomcat with servers like Apache HTTPd, IIS
 and others./li
  
  
  
  1.26  +1 -0  jakarta-tomcat-catalina/webapps/docs/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   22 Nov 2004 15:26:42 -  1.25
  +++ project.xml   29 Nov 2004 14:38:02 -  1.26
  @@ -13,6 +13,7 @@
   
   menu name=Links
   item name=Docs Home href=index.html/
  +item name=FAQ   href=../faq /
   /menu
   
   menu name=User Guide
  
  
  

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



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

2004-11-29 Thread yoavs
yoavs   2004/11/29 06:41:17

  Modified:webapps/docs Tag: TOMCAT_5_0 index.xml project.xml
   webapps/docs/config Tag: TOMCAT_5_0 ajp.xml
  Log:
  Updated connectors-docs links.
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.15.2.2  +1 -1  jakarta-tomcat-catalina/webapps/docs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/index.xml,v
  retrieving revision 1.15.2.1
  retrieving revision 1.15.2.2
  diff -u -r1.15.2.1 -r1.15.2.2
  --- index.xml 21 Aug 2004 15:50:05 -  1.15.2.1
  +++ index.xml 29 Nov 2004 14:41:16 -  1.15.2.2
  @@ -113,7 +113,7 @@
   - Reference manual that documents all available elements and attributes
 that may be placed into a Tomcat 5 codeconf/server.xml/code file.
   /li
  -lia 
href=http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html;strongJK
 Documenation/strong/a
  +lia 
href=http://jakarta.apache.org/tomcat/connectors-doc/index.html;strongJK 
Documenation/strong/a
   - Complete documentation and HOWTOs on the JK native webserver connector,
 used to interface Tomcat with servers like Apache HTTPd, IIS
 and others./li
  
  
  
  1.21.2.3  +1 -1  jakarta-tomcat-catalina/webapps/docs/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/project.xml,v
  retrieving revision 1.21.2.2
  retrieving revision 1.21.2.3
  diff -u -r1.21.2.2 -r1.21.2.3
  --- project.xml   28 Oct 2004 20:30:52 -  1.21.2.2
  +++ project.xml   29 Nov 2004 14:41:16 -  1.21.2.3
  @@ -45,7 +45,7 @@
   item name=Release Notes href=RELEASE-NOTES.txt/
   item name=Tomcat Configuration  href=config/index.html/
   item name=JK Documentation  
  -  
href=http://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html/
  +  
href=http://jakarta.apache.org/tomcat/connectors-doc/index.html/
   item name=Servlet API Javadocs  href=servletapi/index.html/
   item name=JSP API Javadocs  href=jspapi/index.html/
   /menu
  
  
  
  No   revision
  No   revision
  1.4.2.3   +1 -1  jakarta-tomcat-catalina/webapps/docs/config/ajp.xml
  
  Index: ajp.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/ajp.xml,v
  retrieving revision 1.4.2.2
  retrieving revision 1.4.2.3
  diff -u -r1.4.2.2 -r1.4.2.3
  --- ajp.xml   28 Oct 2004 20:44:35 -  1.4.2.2
  +++ ajp.xml   29 Nov 2004 14:41:16 -  1.4.2.3
  @@ -172,7 +172,7 @@
   section name=Configuration HOWTOs
   
 pPlease refer to the 
  -a href=../../connectors-doc/jk2JK documentation/a 
  +a href=../../connectors-docJK documentation/a 
for HOW-TOs and complete configuration information.
 /p
   
  
  
  

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



RE: New JK docs released

2004-11-29 Thread Shapira, Yoav

Hi,
OK, I've updated the docs on the site for Tomcat 5.x (it's not often I
get to use perl on our live site! ;)), and in CVS as well for the next
releases.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29, 2004 5:40 AM
To: Tomcat Developers List
Subject: New JK docs released

Hi,

I have put the new JK documentation in the:
http://jakarta.apache.org/tomcat/connectors-doc/

It has an link to old docs that are at:
http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2

So can someone change the links to point to:
/tomcat/connectors-doc
instead
/tomcat/connectors-doc/jk2

Yoav?

Regards,
Mladen.

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




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


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



DO NOT REPLY [Bug 32429] New: - sendToLog calculates line count incorrectly.

2004-11-29 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=32429.
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=32429

   Summary: sendToLog calculates line count incorrectly.
   Product: Tomcat 4
   Version: 4.1.31
  Platform: PC
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Servlets:CGI
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


Line count should be inside the loop.  As it is now, it will always be 1 if 
there are no stderr lines.  This code is also incorrect in 5.0.28

Line count algorithm is incorrect
private void sendToLog(BufferedReader rdr) {
String line = null;
int lineCount = 0 ;
try {
while ((line = rdr.readLine()) != null) {
log(runCGI (stderr): +  line) ;
}
---lineCount++ ;
} catch (IOException e) {
log(sendToLog error, e) ;
} finally {
try {
rdr.close() ;
} catch (IOException ce) {
log(sendToLog error, ce) ;
} ;
} ;
if ( lineCount  0  debug  2) {
log(runCGI:  + lineCount +  lines received on stderr) ;
} ;
}

-- 
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-connectors/jk/native/common jk_map.c

2004-11-29 Thread mturk
mturk   2004/11/29 07:55:27

  Modified:jk/native/common jk_map.c
  Log:
  Backport checksum_key calculation for map properties for speeading
  up finding map key/value pairs.
  
  Revision  ChangesPath
  1.21  +75 -12jakarta-tomcat-connectors/jk/native/common/jk_map.c
  
  Index: jk_map.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_map.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jk_map.c  19 Nov 2004 14:28:57 -  1.20
  +++ jk_map.c  29 Nov 2004 15:55:27 -  1.21
  @@ -33,6 +33,41 @@
   #define CAPACITY_INC_SIZE (50)
   #define LENGTH_OF_LINE(1024)
   
  +#ifdef AS400
  +#define CASE_MASK 0xbfbfbfbf
  +#else
  +#define CASE_MASK 0xdfdfdfdf
  +#endif
  +
  +/* Compute the checksum for a key, consisting of the first
  + * 4 bytes, normalized for case-insensitivity and packed into
  + * an int...this checksum allows us to do a single integer
  + * comparison as a fast check to determine whether we can
  + * skip a strcasecmp
  + */
  +#define COMPUTE_KEY_CHECKSUM(key, checksum)\
  +{  \
  +const char *k = (key); \
  +unsigned int c = (unsigned int)*k; \
  +(checksum) = c;\
  +(checksum) = 8;  \
  +if (c) {   \
  +c = (unsigned int)*++k;\
  +checksum |= c; \
  +}  \
  +(checksum) = 8;  \
  +if (c) {   \
  +c = (unsigned int)*++k;\
  +checksum |= c; \
  +}  \
  +(checksum) = 8;  \
  +if (c) {   \
  +c = (unsigned int)*++k;\
  +checksum |= c; \
  +}  \
  +checksum = CASE_MASK; \
  +}
  +
   struct jk_map
   {
   jk_pool_t p;
  @@ -40,9 +75,10 @@
   
   const char **names;
   const void **values;
  +unsigned int *keys;
   
  -unsigned capacity;
  -unsigned size;
  +unsigned int capacity;
  +unsigned int size;
   };
   
   static void trim_prp_comment(char *prp);
  @@ -79,6 +115,7 @@
   jk_open_pool(m-p, m-buf, sizeof(jk_pool_atom_t) * 
SMALL_POOL_SIZE);
   m-capacity = 0;
   m-size = 0;
  +m-keys  = NULL;
   m-names = NULL;
   m-values = NULL;
   rc = JK_TRUE;
  @@ -104,9 +141,11 @@
   const void *rc = (void *)def;
   
   if (m  name) {
  -unsigned i;
  +unsigned int i;
  +unsigned int key;
  +COMPUTE_KEY_CHECKSUM(name, key)
   for (i = 0; i  m-size; i++) {
  -if (0 == strcmp(m-names[i], name)) {
  +if (m-keys[i] == key  strcmp(m-names[i], name) == 0) {
   rc = m-values[i];
   break;
   }
  @@ -116,6 +155,26 @@
   return (void *)rc;  /* DIRTY */
   }
   
  +char *jk_map_get_string(jk_map_t *m, const char *name, const char *def)
  +{
  +char *rc = (char *)def;
  +
  +if (m  name) {
  +unsigned int i;
  +unsigned int key;
  +COMPUTE_KEY_CHECKSUM(name, key)
  +for (i = 0; i  m-size; i++) {
  +if (m-keys[i] == key  strcmp(m-names[i], name) == 0) {
  +rc = (char *)m-values[i];
  +break;
  +}
  +}
  +}
  +
  +return rc;
  +}
  +
  +
   int jk_map_get_int(jk_map_t *m, const char *name, int def)
   {
   char buf[100];
  @@ -176,11 +235,6 @@
   return rv;
   }
   
  -char *jk_map_get_string(jk_map_t *m, const char *name, const char *def)
  -{
  -return jk_map_get(m, name, def);
  -}
  -
   char **jk_map_get_string_list(jk_map_t *m,
 const char *name,
 unsigned *list_len, const char *def)
  @@ -239,9 +293,11 @@
   int rc = JK_FALSE;
   
   if (m  name  old) {
  -unsigned i;
  +unsigned int i;
  +unsigned int key;
  +COMPUTE_KEY_CHECKSUM(name, key)
   for (i = 0; i  m-size; i++) {
  -if (0 == strcmp(m-names[i], name)) {
  +if (m-keys[i] == key  strcmp(m-names[i], name) == 0) {
   break;
   }
   }
  @@ -257,6 +313,7 @@
   if (m-size  m-capacity) {
   m-values[m-size] = value;
   m-names[m-size] = jk_pool_strdup(m-p, name);
  +m-keys[m-size] = key;
   m-size++;
   rc = JK_TRUE;
   }
  @@ -411,10 +468,12 @@
   if (m-size == 

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

2004-11-29 Thread mturk
mturk   2004/11/29 08:04:55

  Modified:jk/native/common jk_map.c
  Log:
  Use case insensitive comparition for workers properties like
  documentation states, so that worker.ajp13 equals to worker.Ajp13.
  
  Revision  ChangesPath
  1.22  +4 -4  jakarta-tomcat-connectors/jk/native/common/jk_map.c
  
  Index: jk_map.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_map.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- jk_map.c  29 Nov 2004 15:55:27 -  1.21
  +++ jk_map.c  29 Nov 2004 16:04:54 -  1.22
  @@ -145,7 +145,7 @@
   unsigned int key;
   COMPUTE_KEY_CHECKSUM(name, key)
   for (i = 0; i  m-size; i++) {
  -if (m-keys[i] == key  strcmp(m-names[i], name) == 0) {
  +if (m-keys[i] == key  strcasecmp(m-names[i], name) == 0) {
   rc = m-values[i];
   break;
   }
  @@ -164,7 +164,7 @@
   unsigned int key;
   COMPUTE_KEY_CHECKSUM(name, key)
   for (i = 0; i  m-size; i++) {
  -if (m-keys[i] == key  strcmp(m-names[i], name) == 0) {
  +if (m-keys[i] == key  strcasecmp(m-names[i], name) == 0) {
   rc = (char *)m-values[i];
   break;
   }
  @@ -297,7 +297,7 @@
   unsigned int key;
   COMPUTE_KEY_CHECKSUM(name, key)
   for (i = 0; i  m-size; i++) {
  -if (m-keys[i] == key  strcmp(m-names[i], name) == 0) {
  +if (m-keys[i] == key  strcasecmp(m-names[i], name) == 0) {
   break;
   }
   }
  
  
  

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



DO NOT REPLY [Bug 32319] - Idle connection disconnect - free waiting tomcat threads

2004-11-29 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=32319.
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=32319


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #13560|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 17:08 ---
Created an attachment (id=13581)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=13581action=view)
Call new jk method hook maintain from apache 1.3 jk_handler

Stripped KPDT-defines

-- 
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 32319] - Idle connection disconnect - free waiting tomcat threads

2004-11-29 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=32319.
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=32319


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #13561|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 17:09 ---
Created an attachment (id=13582)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=13582action=view)
Implement maintain jk method hook + minor bug fixes

Stripped KPDT-defines and used JK_IS_DEBUG_LEVEL and JK_LOG_TRACE.

-- 
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-connectors/jk/native/common jk_util.c

2004-11-29 Thread mturk
mturk   2004/11/29 08:10:51

  Modified:jk/native/common jk_util.c
  Log:
  Re-apply jfclere's patch from rev 1.31that was unitentionally overwriten.
  
  Revision  ChangesPath
  1.41  +6 -4  jakarta-tomcat-connectors/jk/native/common/jk_util.c
  
  Index: jk_util.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.c,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- jk_util.c 19 Nov 2004 15:58:51 -  1.40
  +++ jk_util.c 29 Nov 2004 16:10:51 -  1.41
  @@ -225,9 +225,11 @@
   {
   if (l  *l) {
   file_logger_t *p = (*l)-logger_private;
  -fflush(p-logfile);
  -fclose(p-logfile);
  -free(p);
  +if (p) {
  +fflush(p-logfile);
  +fclose(p-logfile);
  +free(p);
  +}
   free(*l);
   *l = NULL;
   
  
  
  

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



DO NOT REPLY [Bug 32319] - Idle connection disconnect - free waiting tomcat threads

2004-11-29 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=32319.
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=32319





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 17:12 ---
Defines were only meant during development/test cycles to definitely get rid of
all additional code by compilation.

During runtime usage of the new functionality is configurable and the defaults
are to disable it, but of course some parts of the code nevertheless are lie
inside the flow of control.

-- 
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: Releasing JK1.2.7

2004-11-29 Thread Rainer Jung
+1
Although not being a commiter I want to support your work with an 
informal +1. I appreciate calling it 1.2.7-beta due to the amount of 
code being changed.

Rainer
Mladen Turk wrote:
Hi,
There has been lots of changes in the JK,
and I'd like to tag and release 1.2.7-beta tomorrow.
Any objections?
Also,
This release will be marked as beta, and thus not
production ready. If it passes user's testing, in
a week or two I plan to release 1.2.8 stable.
The reason for that are couple of new things added like
extensive logging, socket timeouts, new load balancer
algorithm, etc... that needs 'real-world' testing.
Any comments?
Regards,
Mladen.


-
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 32312] - mod_jk enhancement logging PID/TID in JkLogFile

2004-11-29 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=32312.
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=32312


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 17:21 ---
[pid:tid] will be logged when log level is either debug or trace

-- 
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-connectors/jk/native/common jk_util.c

2004-11-29 Thread mturk
mturk   2004/11/29 08:22:08

  Modified:jk/native/common jk_util.c
  Log:
  Log [pid:tid] for both debug and trace log levels.
  
  Revision  ChangesPath
  1.42  +4 -3  jakarta-tomcat-connectors/jk/native/common/jk_util.c
  
  Index: jk_util.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.c,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- jk_util.c 29 Nov 2004 16:10:51 -  1.41
  +++ jk_util.c 29 Nov 2004 16:22:08 -  1.42
  @@ -273,8 +273,9 @@
   #endif
   set_time_str(buf, HUGE_BUFFER_SIZE);
   used = strlen(buf);
  -
  -if (l-level == JK_LOG_TRACE_LEVEL) {
  +
  +/* Log [pid:threadid] for debug and trace levels */
  +if (l-level  JK_LOG_INFO_LEVEL) {
   #ifdef USE_SPRINTF  /* until we get a snprintf function */   
 
   used += sprintf(buf[used], [%d:%d] , getpid(),
   jk_gettid());
  
  
  

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



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

2004-11-29 Thread mturk
mturk   2004/11/29 08:50:18

  Modified:jk/native/common jk_uri_worker_map.c
  Log:
  Use the decreasing sort order by context length.
  
  Revision  ChangesPath
  1.31  +2 -2  
jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c
  
  Index: jk_uri_worker_map.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- jk_uri_worker_map.c   25 Nov 2004 13:00:43 -  1.30
  +++ jk_uri_worker_map.c   29 Nov 2004 16:50:18 -  1.31
  @@ -87,7 +87,7 @@
   {
   uri_worker_record_t *e1 = *(uri_worker_record_t **)elem1;
   uri_worker_record_t *e2 = *(uri_worker_record_t **)elem2;
  -return ((int)e1-ctxt_len - (int)e2-ctxt_len);
  +return ((int)e2-ctxt_len - (int)e1-ctxt_len);
   }
   
   static void worker_qsort(jk_uri_worker_map_t *uw_map)
  
  
  

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



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

2004-11-29 Thread mturk
mturk   2004/11/29 09:04:10

  Modified:jk/native/common jk_uri_worker_map.c
  Log:
  Add logging for uri - context uri match loop.
  
  Revision  ChangesPath
  1.32  +3 -1  
jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c
  
  Index: jk_uri_worker_map.c
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- jk_uri_worker_map.c   29 Nov 2004 16:50:18 -  1.31
  +++ jk_uri_worker_map.c   29 Nov 2004 17:04:10 -  1.32
  @@ -566,6 +566,8 @@
   if (uwr-ctxt_len  longest_match) {
   continue;   /* can not be a best match anyway */
   }
  +jk_log(l, JK_LOG_DEBUG, Attempting to map context URI '%s'\n, 
uwr-uri);
  +
   if (uwr-match_type == MATCH_TYPE_WILDCHAR_PATH) {
   /* Map is already sorted by ctxt_len */
   if (wildchar_match(uri, uwr-context,
  
  
  

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



DO NOT REPLY [Bug 5704] - CgiServlet corrupting images?

2004-11-29 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=5704.
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=5704


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:01 ---
(In reply to comment #7)
 This bug has recently been fixed (in a slightly different manner) for both 
 TC4 
 and TC5.

I am running into this problem with tomcat 4.1.31. Did the bug fix make this
release or am I doing something wrong, e.g. init parameter not set?

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

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



DO NOT REPLY [Bug 30045] - NullPointerException in CoyoteRequestFacade

2004-11-29 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=30045.
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=30045


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:06 ---
via private mail from the original reporter:

The problem was sitting in our code (as always... :-)). Btw you were right 
about the cause of the problem being the servlets lack of thread safety (it 
took me ages to find that out though)... 

Resolving this as invalid.

-- 
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 32406] - pageContext.include() not throws IOException

2004-11-29 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=32406.
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=32406


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:10 ---
Please point to the specific class that's wrong and if possible provide a diff 
patch for it.  It looks correct to me...

-- 
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 32428] - Classloader issue when reading serialized object from database.

2004-11-29 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=32428.
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=32428


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:11 ---
The class needs to be available to the common/lib classloader if you're using 
container-managed datasources.  It can't just be in WEB-INF/lib, since 
common/lib can't see WEB-INF/lib.  This is not a Tomcat 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]



mod_jk2 issues in Bugzilla

2004-11-29 Thread Shapira, Yoav

Hi,
When (if) do we close them as WONTFIX?

Yoav Shapira http://www.yoavshapira.com





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


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



Re: mod_jk2 issues in Bugzilla

2004-11-29 Thread Tim Funk
+1 as WONTFIX. Proposed text ...
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 2.0.7. (Actual 
release date is unknown as of this writing)

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/

I counted 50 open bugs.
-Tim
Shapira, Yoav wrote:
Hi,
When (if) do we close them as WONTFIX?
 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: mod_jk2 issues in Bugzilla

2004-11-29 Thread Mladen Turk
Tim Funk wrote:
+1 as WONTFIX. Proposed text ...
As of November 15, 2004, JK2 is no longer supported. All bugs related 
to JK2 will be marked as WONTFIX. In its place, some of its features 
have been backported to jk1. Most of those features will be seen in 
2.0.7. (Actual release date is unknown as of this writing)

Another alternative is the ajp addition to mod_proxy which will be part 
of apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/

I counted 50 open bugs.
+1.
You can start at will :).
One thing (It's 1.2.7 not 2.0.7), and the release date is planned for
tomorrow 18:00 GMT.
Regards,
Mladen.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


DO NOT REPLY [Bug 27534] - Servlet invoked twice with JK2 when response is not read completely.

2004-11-29 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=27534.
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=27534


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 30539] - possible security hole: mod_jk2 bypassed when client issues Host: header with an invalid port number

2004-11-29 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=30539.
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=30539


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 27222] - Jk2: error mmapping shm file leads to workerEnv.init() create slot epStat.0 failed on Apache 1.3

2004-11-29 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=27222.
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=27222


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 31938] - Apache2 + mod_jk2 on FreeBSD - default socket timeout

2004-11-29 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=31938.
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=31938


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 30109] - Configure script of jk2 is not ready for tomcat 5

2004-11-29 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=30109.
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=30109


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 28516] - getRemoteUser() not working with mod_jk2 2.0.4

2004-11-29 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=28516.
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=28516


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 30594] - JK2 modjk-configuration - updateInterval simple-to-fix error

2004-11-29 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=30594.
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=30594


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 30218] - IIS Jk2 connector strips terminating '--' from multipart mime encoded form submits

2004-11-29 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=30218.
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=30218


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 29710] - mod_jk2: default *.properties location isn't `apxs -q sysconfdir`

2004-11-29 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=29710.
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=29710


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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_jk2 issues in Bugzilla

2004-11-29 Thread Shapira, Yoav

Hi,
I just closed a chunk (about 20) as WONTFIX with this text, modified for
correct version number and release date.

Yoav Shapira http://www.yoavshapira.com


-Original Message-
From: Mladen Turk [mailto:[EMAIL PROTECTED]
Sent: Monday, November 29, 2004 1:45 PM
To: Tomcat Developers List
Subject: Re: mod_jk2 issues in Bugzilla

Tim Funk wrote:
 +1 as WONTFIX. Proposed text ...

 As of November 15, 2004, JK2 is no longer supported. All bugs
related
 to JK2 will be marked as WONTFIX. In its place, some of its features
 have been backported to jk1. Most of those features will be seen in
 2.0.7. (Actual release date is unknown as of this writing)

 Another alternative is the ajp addition to mod_proxy which will be
part
 of apache 2.

 For more information on the Tomat connectors docs at
 http://jakarta.apache.org/tomcat/connectors-doc/
 

 I counted 50 open bugs.


+1.

You can start at will :).

One thing (It's 1.2.7 not 2.0.7), and the release date is planned for
tomorrow 18:00 GMT.

Regards,
Mladen.

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




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


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



DO NOT REPLY [Bug 29846] - Handling of error reports

2004-11-29 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=29846.
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=29846


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:55 ---
I'm closing this item, assuming this has been fixed by mod_jk 1.2.6 (and 1.2.7 
is coming out tomorrow), and given that the OP has yet to respond to my 
question from a month ago.  Please feel free to reopen if you can conclusively 
demonstrate this error still happens with 1.2.6.

-- 
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 30843] - Partition workers2.properties

2004-11-29 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=30843.
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=30843


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 19298] - mod_jk2 and Apache2 broken autoindex

2004-11-29 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=19298.
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=19298


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 21616] - Upload fails under iis5-jk2 and not under tomcat alone

2004-11-29 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=21616.
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=21616


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 29917] - Still/again POST data limit in JK2.0.4 ISAPI connector?

2004-11-29 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=29917.
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=29917


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 30574] - Delay needed in jk2_worker_ajp13_forwardStream for recoverable error

2004-11-29 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=30574.
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=30574


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


-- 
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 29685] - jk2 worker does not work with multiple wildcards in the expression if one is trailing

2004-11-29 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=29685.
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=29685


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 19:50 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/


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



[GUMP@brutus]: Project jakarta-tomcat-4.0 (in module jakarta-tomcat-4.0) success

2004-11-29 Thread Stefan Bodewig
To whom it may satisfy...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project jakarta-tomcat-4.0 *no longer* has an issue.
The current state of this project is 'Success'.

Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-4.0/jakarta-tomcat-4.0/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [naming-resources.jar] identifier set to output basename: 
[naming-resources]
 -DEBUG- Output [servlets-default.jar] identifier set to output basename: 
[servlets-default]
 -DEBUG- Output [naming-common.jar] identifier set to output basename: 
[naming-common]
 -DEBUG- Output [catalina.jar] identifier set to output basename: [catalina]
 -DEBUG- Output [bootstrap.jar] identifier set to output basename: [bootstrap]
 -DEBUG- Output [servlets-common.jar] identifier set to output basename: 
[servlets-common]
 -DEBUG- Output [servlets-invoker.jar] identifier set to output basename: 
[servlets-invoker]
 -DEBUG- Dependency on javamail exists, no need to add for property mail.jar.
 -DEBUG- Dependency on jaf exists, no need to add for property activation.jar.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.jar.
 -DEBUG- Dependency on jakarta-servletapi-4 exists, no need to add for property 
servlet.jar.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
xerces.jar.
 -DEBUG- Dependency on jakarta-tomcat-util exists, no need to add for property 
tomcat-util.jar.
 -DEBUG- Dependency on commons-logging exists, no need to add for property 
commons-logging-api.jar.
 -DEBUG- Dependency on ant exists, no need to add for property ant.home.
 -DEBUG- Dependency on jakarta-servletapi-4 exists, no need to add for property 
servlet.home.
 -DEBUG- Dependency on jsse exists, no need to add for property jsse.home.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.home.
 -DEBUG- Dependency on jmx exists, no need to add for property jmxtools.jar.
 -DEBUG- Dependency on jndi exists, no need to add for property jndi.home.
 -DEBUG- Dependency on javamail exists, no need to add for property mail.home.
 -DEBUG- Dependency on jakarta-regexp exists, no need to add for property 
regexp.home.
 -DEBUG- Dependency on jakarta-regexp exists, no need to add for property 
regexp.jar.
 -DEBUG- Dependency on jaf exists, no need to add for property activation.home.
 -INFO- No license on redistributable project with outputs.



The following work was performed:
http://brutus.apache.org/gump/public/jakarta-tomcat-4.0/jakarta-tomcat-4.0/gump_work/build_jakarta-tomcat-4.0_jakarta-tomcat-4.0.html
Work Name: build_jakarta-tomcat-4.0_jakarta-tomcat-4.0 (Type: Build)
Work ended in a state of : Success
Elapsed: 48 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only 
-Djaas.jar=/usr/local/gump/packages/jaas1_0/lib/jaas.jar 
-Djmx.jar=/usr/local/gump/packages/jmx-1_2-ri/lib/jmxri.jar 
-Djmx.home=/usr/local/gump/packages/jmx-1_2-ri 
-Djdbc20ext.jar=/usr/local/gump/packages/jdbc2_0/jdbc2_0-stdext.jar 
-Dregexp.jar=/usr/local/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-29112004.jar
 -Dmail.home=/usr/local/gump/packages/javamail-1.3.2 
-Dant.home=/usr/local/gump/public/workspace/ant/dist 
-Dservlet.jar=/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar
 
-Dxerces.jar=/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 
-Dcommons-collections.jar=/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-29112004.jar
 -Dldap.jar=/usr/local/gump/packages/ldap-1_2_4/lib/ldap.jar 
-Djsse.home=/usr/local/gump/packages/jsse1.0.3 
-Dtomcat-coyote.jar=/usr/local/gump/public/workspace/jakarta-tomcat-connectors/coyote/build/lib/tomcat-coyote.jar
 -Dmail.jar=/usr/local/gump/packages/javamail-1.3.2/mail.jar 
-Dcommons-digester.jar=/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar
 -Djndi.jar=/usr/local/gump/packages/jndi1_2_1/lib/jndi.jar 
-Djmxtools.jar=/usr/local/gump/packages/jmx-1_2-ri/lib/jmxtools.jar 
-Dactivation.home=/usr/local/gump/packages/jaf-1.0.1 
-Dregexp.home=/usr/local/gump/public/workspace/jakarta-regexp/build 
-Dcommons-beanutils.jar=/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar
 

DO NOT REPLY [Bug 29989] - jni of mod_jk2 doesn't work for win32 at all

2004-11-29 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=29989.
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=29989


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 OS/Version||All
 Resolution|LATER   |




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 20:18 ---
As of November 15, 2004, JK2 is no longer supported. All bugs related to JK2 
will be marked as WONTFIX. In its place, some of its features have been 
backported to jk1. Most of those features will be seen in 1.2.7, which is 
slated for release on November 30th, 2004.

Another alternative is the ajp addition to mod_proxy which will be part of 
apache 2.

For more information on the Tomat connectors docs at
http://jakarta.apache.org/tomcat/connectors-doc/

-- 
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 29989] - jni of mod_jk2 doesn't work for win32 at all

2004-11-29 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=29989.
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=29989


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




-- 
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 32382] - First App - Example App is misleading

2004-11-29 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=32382.
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=32382





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 20:48 ---
Hmm... Because the tutorial is located under specific versions of Tomcat, to do
this the way I would like would involve building the zip file as part ot
Tomcat's build process.  If there is a committer interested in the idea, I am
happy to do the grunt work.  

In the mean time, I think it would still be an improvement to have the
index.html page and the war file committed.

Thank you
-Ben

-- 
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 5704] - CgiServlet corrupting images?

2004-11-29 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=5704.
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=5704


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED
Version|4.0.1 Final |4.1.30




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 20:50 ---
The fix was included in the TC4.1.31 release (and I am updating the version to 
reflect this).

You will need to make sure your cgi script sets the content-type header 
correctly. The test is that there must be a content-type header that does not 
start with text for the content to be treated as binary.

Until we are sure this is a bug, please continue this discussion on the tomcat-
user mailing list.

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

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



DO NOT REPLY [Bug 32430] New: - CGI cannot process large content bodies (4.1.31 and 5.0.28)

2004-11-29 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=32430.
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=32430

   Summary: CGI cannot process large content bodies (4.1.31 and
5.0.28)
   Product: Tomcat 4
   Version: 4.1.31
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Servlets:CGI
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


In addition to bug 32429, there are other issues I found with the CGI servlet.  
There was a type-o in sending the content to the process, a problem with 
printing debug output, and a problem processing large content.  The large 
content issue is the big one.

The problem is the existing 4.1.31 code is this:
 int lenRead = stdin.read(content);
when it should be in some sort of read loop to ensure all the data is read.  

I don't know if fix I did to the  toString() and blanksToString() is valid, but 
I was repeatedly getting:
java.lang.ClassCastException
at dsi.app.tomcat.DCGIServlet$CGIEnvironment.toString
(DCGIServlet.java:1241)
at dsi.app.tomcat.DCGIServlet.doGet(DCGIServlet.java:596)
at dsi.app.tomcat.DCGIServlet.doPost(DCGIServlet.java:544)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
...

Attached is the file I made to fix the issues we were having.  It is based on 
the 4.1.31 source code and a diff with tell what changes I made.  The 5.0.28 
source looks similar to the 4.1 source and so will have the problem as well.

-- 
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 32430] - CGI cannot process large content bodies (4.1.31 and 5.0.28)

2004-11-29 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=32430.
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=32430





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 21:01 ---
Created an attachment (id=13584)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=13584action=view)
A working CGI servlet class

Don't know what type of file a patch file is supposed to be, but this the fix
for the large file issue we were having.

-- 
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 30352] - CLIENT-CERT auth doesn't work with DataSourceRealm and JDBCRealm

2004-11-29 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=30352.
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=30352


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 21:02 ---
This is now fixed in CVS for TC5.5.x

-- 
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 32430] - CGI cannot process large content bodies (4.1.31 and 5.0.28)

2004-11-29 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=32430.
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=32430





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 21:04 ---
Patches are supposed to be in diff -u format, not the whole file.  For this and 
other information, please read 
http://www.apache.org/dev/contributors.html#patches.

-- 
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 31587] - Problems with jakarta-tomcat-connectors/jk/native2/configure and HP-UX 11.0

2004-11-29 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=31587.
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=31587





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 21:05 ---
If you don't provide a diff -u formatted patch, as opposed to the whole file, 
chances are the patch will be ignored altogether ;(  Please provide a diff -u 
patch if possible.  Thank you.

-- 
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 32431] New: - Misc errors in CGIServlet

2004-11-29 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=32431.
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=32431

   Summary: Misc errors in CGIServlet
   Product: Tomcat 5
   Version: 5.0.30
  Platform: PC
OS/Version: Windows 2000
Status: NEW
  Severity: normal
  Priority: P2
 Component: Servlets:CGI
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


-- Begin At Line 1668 
if(contentStream != null) {
  commandsStdIn = new BufferedOutputStream(proc.getOutputStream());
  proc.getOutputStream().write(contentStream.toByteArray());
  commandsStdIn.flush();
  commandsStdIn.close();
}
-- End
should probably be:
-- Begin At Line 1668 
if(contentStream != null) {
  commandsStdIn = new BufferedOutputStream(proc.getOutputStream());
  commandsStdIn.write(contentStream.toByteArray());
  commandsStdIn.flush();
  commandsStdIn.close();
}
-- End


Line 1793:
-- Begin At Line Line 1793
while ((line = rdr.readLine()) != null) {
  log(runCGI (stderr): +  line) ;
}
lineCount++ ;
-- End
should probably be:
-- Begin At Line Line 1793
while ((line = rdr.readLine()) != null) {
  log(runCGI (stderr): +  line) ;
  lineCount++ ;
}
-- End

The first issue is part of bug 32430, except the large file stuff looks fixed.
The second issue is bug 32429

-- 
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-4.0/catalina/src/share/org/apache/catalina/servlets CGIServlet.java

2004-11-29 Thread markt
markt   2004/11/29 13:38:41

  Modified:catalina/src/share/org/apache/catalina/servlets
CGIServlet.java
  Log:
  Fix bug 32429. stderr line count was always 1.
   - Patch provided by Mark Claassen
  
  Revision  ChangesPath
  1.30  +6 -6  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java
  
  Index: CGIServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- CGIServlet.java   21 Nov 2004 17:22:49 -  1.29
  +++ CGIServlet.java   29 Nov 2004 21:38:41 -  1.30
  @@ -1847,8 +1847,8 @@
   try {
   while ((line = rdr.readLine()) != null) {
   log(runCGI (stderr): +  line) ;
  +lineCount++ ;
   }
  -lineCount++ ;
   } catch (IOException e) {
   log(sendToLog error, e) ;
   } finally {
  
  
  

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



DO NOT REPLY [Bug 32429] - sendToLog calculates line count incorrectly.

2004-11-29 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=32429.
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=32429


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 22:44 ---
Fix in CVS for 4.1.x and 5.5.x

Thanks for the 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]



DO NOT REPLY [Bug 32429] - sendToLog calculates line count incorrectly.

2004-11-29 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=32429.
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=32429





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 22:56 ---
This is not a big deal, but can it be still fixed in 5.0.30?

-- 
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-4.0/catalina/src/share/org/apache/catalina/servlets CGIServlet.java

2004-11-29 Thread markt
markt   2004/11/29 14:00:44

  Modified:catalina/src/share/org/apache/catalina/servlets
CGIServlet.java
  Log:
  Fix bug 32431. Typo in CGI servlet
   - Patch provided by Mark Claassen
   - Ported from TC5
  
  Revision  ChangesPath
  1.31  +6 -6  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java
  
  Index: CGIServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- CGIServlet.java   29 Nov 2004 21:38:41 -  1.30
  +++ CGIServlet.java   29 Nov 2004 22:00:44 -  1.31
  @@ -1722,7 +1722,7 @@
   
   if(contentStream != null) {
   commandsStdIn = new 
BufferedOutputStream(proc.getOutputStream());
  -proc.getOutputStream().write(contentStream.toByteArray());
  +commandsStdIn.write(contentStream.toByteArray());
   commandsStdIn.flush();
   commandsStdIn.close();
   }
  
  
  

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



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

2004-11-29 Thread markt
markt   2004/11/29 14:08:40

  Modified:catalina/src/share/org/apache/catalina/servlets
CGIServlet.java
   webapps/docs changelog.xml
  Log:
  Fix bug 32431. Typo in CGI servlet
   - Patch provided by Mark Claassen
  
  Revision  ChangesPath
  1.30  +6 -6  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java
  
  Index: CGIServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- CGIServlet.java   29 Nov 2004 21:47:34 -  1.29
  +++ CGIServlet.java   29 Nov 2004 22:08:40 -  1.30
  @@ -1728,7 +1728,7 @@
   
   if(contentStream != null) {
   commandsStdIn = new 
BufferedOutputStream(proc.getOutputStream());
  -proc.getOutputStream().write(contentStream.toByteArray());
  +commandsStdIn.write(contentStream.toByteArray());
   commandsStdIn.flush();
   commandsStdIn.close();
   }
  
  
  
  1.187 +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.186
  retrieving revision 1.187
  diff -u -r1.186 -r1.187
  --- changelog.xml 29 Nov 2004 21:47:34 -  1.186
  +++ changelog.xml 29 Nov 2004 22:08:40 -  1.187
  @@ -82,6 +82,9 @@
 fix
   bug32429/bug: CGIServlet calculates number of lines received on 
stderr incorrectly. (markt)
 /fix
  +  fix
  +bug32431/bug: Fix typo in code that passes data to CGI script. 
(markt)
  +  /fix
   /changelog
 /subsection
   
  
  
  

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



DO NOT REPLY [Bug 32431] - Misc errors in CGIServlet

2004-11-29 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=32431.
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=32431


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 23:09 ---
The second issue has been fixed - see bug 32429

The first issue has been fixed in CVS for 4.1.x and 5.5.x

Thanks for the patch.

In future please try not to duplicate reports across multiple bugzilla entries 
as it makes tracking which bugs have been fixed and which ones haven't a lot 
more difficult.

-- 
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 32431] - Misc errors in CGIServlet

2004-11-29 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=32431.
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=32431





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 23:13 ---
Sorry about the duplication.  Any chance these will make it into 5.0.30?

-- 
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 32431] - Misc errors in CGIServlet

2004-11-29 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=32431.
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=32431





--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 23:45 ---
Now 5.5.x is stable, I wasn't planning to port the CGI stuff back to 5.0.30.

-- 
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-4.0/catalina/src/share/org/apache/catalina/servlets CGIServlet.java

2004-11-29 Thread markt
markt   2004/11/29 14:47:41

  Modified:catalina/src/share/org/apache/catalina/servlets
CGIServlet.java
  Log:
  Fix bug 32340. Class cast exceotions from toString() method.
   - Reported by Mark Claassen.
  
  Revision  ChangesPath
  1.32  +6 -6  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java
  
  Index: CGIServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- CGIServlet.java   29 Nov 2004 22:00:44 -  1.31
  +++ CGIServlet.java   29 Nov 2004 22:47:41 -  1.32
  @@ -1707,7 +1707,7 @@
   contentStream.write(lineSep.getBytes());
   contentLength = lineSep.length() + lenRead;
   }
  -env.put(CONTENT_LENGTH, new 
Integer(contentLength));
  +env.put(CONTENT_LENGTH, 
Integer.toString(contentLength));
   }
   }
   
  
  
  

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



DO NOT REPLY [Bug 32430] - CGI cannot process large content bodies (4.1.31 and 5.0.28)

2004-11-29 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=32430.
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=32430


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2004-11-29 23:57 ---
Everything but the toString() issue has been fixed as a result of fixing other 
bugs. Fix for this has been applied to 4.1.x and 5.5.x

The root cause of the cast exception is at line 1710 (for CVS revision 1.31 in 
TC4.1.x) where the content length is added as an integer rather than as a 
string. I have fixed the root cause rather than apply your toString() changes.

Thanks again for your CGI bug reports. If you find any more, 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/webapps/docs changelog.xml

2004-11-29 Thread markt
markt   2004/11/29 15:00:30

  Modified:catalina/src/share/org/apache/catalina/servlets
CGIServlet.java
   webapps/docs changelog.xml
  Log:
  Fix bug 32340. Class cast exceptions from toString() method.
   - Reported by Mark Claassen.
   - Ported from TC4
  
  Revision  ChangesPath
  1.31  +6 -6  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java
  
  Index: CGIServlet.java
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- CGIServlet.java   29 Nov 2004 22:08:40 -  1.30
  +++ CGIServlet.java   29 Nov 2004 23:00:30 -  1.31
  @@ -1713,7 +1713,7 @@
   contentStream.write(lineSep.getBytes());
   contentLength = lineSep.length() + lenRead;
   }
  -env.put(CONTENT_LENGTH, new 
Integer(contentLength));
  +env.put(CONTENT_LENGTH, 
Integer.toString(contentLength));
   }
   }
   
  
  
  
  1.188 +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.187
  retrieving revision 1.188
  diff -u -r1.187 -r1.188
  --- changelog.xml 29 Nov 2004 22:08:40 -  1.187
  +++ changelog.xml 29 Nov 2004 23:00:30 -  1.188
  @@ -85,6 +85,9 @@
 fix
   bug32431/bug: Fix typo in code that passes data to CGI script. 
(markt)
 /fix
  +  fix
  +bug32430/bug: Class cast exception in toString() method within 
CGI servlet. (markt)
  +  /fix
   /changelog
 /subsection
   
  
  
  

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



DO NOT REPLY [Bug 32438] New: - JspServlet.serviceJspFile not thread safe

2004-11-29 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=32438.
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=32438

   Summary: JspServlet.serviceJspFile not thread safe
   Product: Tomcat 5
   Version: 5.5.4
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P2
 Component: Jasper
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


This method uses double checked locking, which is not thread safe.

Here is a link to a discussion of some of the problems with double checked 
locking;

http://www.cs.umd.edu/~pugh/java/memoryModel/DoubleCheckedLocking.html

-- 
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 32438] - JspServlet.serviceJspFile not thread safe

2004-11-29 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=32438.
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=32438


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-11-30 00:40 ---
Thanks Mr Drone ;)

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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



I will be out of the office from Thursday 11/25 - Monday 12/6.

2004-11-29 Thread Anthony_Campos/Hicks




I will be out of the office starting  11/25/2004 and will not return until
12/06/2004.

I will be out of the office beginning Thursday, 11/25, and  returning to
the office on Monday 12/06.  If you need immediate assistance, please dial
our main number at (925) 299-4000 and hit 0 for the operator (ask for Alex
Arnold). Thank you.


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



[GUMP@brutus]: Project jakarta-tomcat-util-coyote_10 (in module jakarta-tomcat-connectors-coyote_10) failed

2004-11-29 Thread Stefan Bodewig
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project jakarta-tomcat-util-coyote_10 has an issue affecting its community 
integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- jakarta-tomcat-util-coyote_10 :  Connectors to various web servers


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-connectors-coyote_10/jakarta-tomcat-util-coyote_10/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [tomcat-util.jar] identifier set to project name
 -ERROR- No such project [commons-modeler] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-modeler]
 -ERROR- Unhandled Property: commons-modeler.jar on: Ant on 
Project:jakarta-tomcat-util-coyote_10
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.home.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.jar.
 -DEBUG- Dependency on jsse exists, no need to add for property jsse.home.
 -INFO- Failed with reason configuration failed
 -ERROR- Bad Dependency. Project: commons-logging unknown to *this* workspace
 -DEBUG- Extracted fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors-coyote_10/jakarta-tomcat-util-coyote_10/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors-coyote_10/jakarta-tomcat-util-coyote_10/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 18002129112004, brutus:brutus-public:18002129112004
Gump E-mail Identifier (unique within run) #25.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

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



[GUMP@brutus]: Project tomcat-catalina (in module jakarta-tomcat-4.0) failed

2004-11-29 Thread Stefan Bodewig
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project tomcat-catalina has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- tomcat-catalina :  Servlet 2.3 and JSP 1.2 Reference Implementation


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-4.0/tomcat-catalina/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [catalina.jar] identifier set to project name
 -ERROR- No such project [commons-collections] for property.
 -ERROR- No such project [commons-beanutils] for property.
 -ERROR- No such project [commons-digester] for property.
 -ERROR- No such project [commons-logging] for property.
 -ERROR- No such project [commons-logging] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-beanutils]
 -ERROR- Unhandled Property: commons-beanutils.jar on: Ant on 
Project:tomcat-catalina
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-logging]
 -ERROR- Unhandled Property: commons-logging-api.jar on: Ant on 
Project:tomcat-catalina
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-logging]
 -ERROR- Unhandled Property: commons-logging.jar on: Ant on 
Project:tomcat-catalina
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-collections]
 -ERROR- Unhandled Property: commons-collections.jar on: Ant on 
Project:tomcat-catalina
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-digester]
 -ERROR- Unhandled Property: commons-digester.jar on: Ant on 
Project:tomcat-catalina
 -DEBUG- Dependency on jakarta-servletapi-4 exists, no need to add for property 
servlet.jar.
 -DEBUG- Dependency on jakarta-regexp exists, no need to add for property 
regexp.jar.
 -INFO- Failed with reason configuration failed
 -ERROR- Bad Dependency. Project: commons-fileupload unknown to *this* workspace
 -DEBUG- Extracted fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-tomcat-4.0/tomcat-catalina/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-tomcat-4.0/tomcat-catalina/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 18002129112004, brutus:brutus-public:18002129112004
Gump E-mail Identifier (unique within run) #28.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

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



[GUMP@brutus]: Project jakarta-tomcat-jasper_tc5 (in module jakarta-tomcat-jasper_tc5) failed

2004-11-29 Thread bobh
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project jakarta-tomcat-jasper_tc5 has an issue affecting its community 
integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- jakarta-tomcat-jasper_tc5 :  JavaServer Pages JSP 2.0 implementation (for 
Tomcat 5.x)


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-jasper_tc5/jakarta-tomcat-jasper_tc5/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [jasper-runtime.jar] identifier set to output basename: 
[jasper-runtime]
 -DEBUG- Output [jasper-compiler.jar] identifier set to output basename: 
[jasper-compiler]
 -ERROR- No such project [commons-el] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-el]
 -ERROR- Unhandled Property: commons-el.jar on: Ant on 
Project:jakarta-tomcat-jasper_tc5
 -INFO- Failed with reason configuration failed
 -ERROR- Bad Dependency. Project: commons-logging unknown to *this* workspace
 -DEBUG- Extracted fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-tomcat-jasper_tc5/jakarta-tomcat-jasper_tc5/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-tomcat-jasper_tc5/jakarta-tomcat-jasper_tc5/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 18002129112004, brutus:brutus-public:18002129112004
Gump E-mail Identifier (unique within run) #34.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

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



[GUMP@brutus]: Project jakarta-tomcat-5 (in module jakarta-tomcat-5) failed

2004-11-29 Thread bobh
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project jakarta-tomcat-5 has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- jakarta-tomcat-5 :  Servlet 2.4 and JSP 2.0 Reference Implementation


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-5/jakarta-tomcat-5/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [naming-resources.jar] identifier set to output basename: 
[naming-resources]
 -DEBUG- Output [servlets-default.jar] identifier set to output basename: 
[servlets-default]
 -DEBUG- Output [catalina.jar] identifier set to output basename: [catalina]
 -DEBUG- Output [bootstrap.jar] identifier set to output basename: [bootstrap]
 -DEBUG- Output [servlets-invoker.jar] identifier set to output basename: 
[servlets-invoker]
 -ERROR- No such project [commons-beanutils] for property.
 -ERROR- No such project [commons-fileupload] for property.
 -ERROR- No such project [commons-launcher] for property.
 -ERROR- No such project [commons-collections] for property.
 -ERROR- No such project [commons-digester] for property.
 -ERROR- No such project [commons-el] for property.
 -ERROR- No such project [commons-logging] for property.
 -ERROR- No such project [commons-logging] for property.
 -ERROR- No such project [commons-modeler] for property.
 -ERROR- No such project [commons-daemon] for property.
 -ERROR- No such project [commons-modeler] for property.
 -ERROR- No such project [commons-daemon] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-collections]
 -ERROR- Unhandled Property: commons-collections.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-el]
 -ERROR- Unhandled Property: commons-el.jar on: Ant on Project:jakarta-tomcat-5
 -ERROR- Cannot resolve relative to *unknown* [commons-daemon] for 
commons-daemon.jsvc.tar.gz
 -ERROR- Unhandled Property: commons-daemon.jsvc.tar.gz on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-daemon]
 -ERROR- Unhandled Property: commons-daemon.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-fileupload]
 -ERROR- Unhandled Property: commons-fileupload.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-digester]
 -ERROR- Unhandled Property: commons-digester.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve relative to *unknown* [commons-modeler] for 
commons-modeler.home
 -ERROR- Unhandled Property: commons-modeler.home on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-launcher]
 -ERROR- Unhandled Property: commons-launcher.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-beanutils]
 -ERROR- Unhandled Property: commons-beanutils.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-modeler]
 -ERROR- Unhandled Property: commons-modeler.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-logging]
 -ERROR- Unhandled Property: commons-logging-api.jar on: Ant on 
Project:jakarta-tomcat-5
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-logging]
 -ERROR- Unhandled Property: commons-logging.jar on: Ant on 
Project:jakarta-tomcat-5
 -DEBUG- Dependency on javamail exists, no need to add for property mail.jar.
 -DEBUG- Dependency on jaf exists, no need to add for property activation.jar.
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property servlet-api.jar.
 -DEBUG- Dependency on jakarta-servletapi-5-jsp exists, no need to add for 
property jsp-api.jar.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
xercesImpl.jar.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property 
xml-apis.jar.
 -DEBUG- Dependency on jakarta-tomcat-util exists, no need to add for property 
tomcat-util.jar.
 -DEBUG- Dependency on ant exists, no need to add for property ant.home.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.home.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.jar.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx-tools.jar.
 -DEBUG- Dependency on javamail exists, no need to add for property mail.home.
 -DEBUG- Dependency on jakarta-tomcat-coyote exists, no need to add for 
property 

[GUMP@brutus]: Project jakarta-tomcat-jk (in module jakarta-tomcat-connectors) failed

2004-11-29 Thread Bill Barker
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project jakarta-tomcat-jk has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Configuration 
Failed'.
For reference only, the following projects are affected by this:
- jakarta-tomcat-jk :  Connectors to various web servers


Full details are available at:

http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Output [tomcat-jk2.jar] identifier set to output basename: [tomcat-jk2]
 -DEBUG- Output [jkconfig.jar] identifier set to output basename: [jkconfig]
 -DEBUG- Output [tomcat-jni.jar] identifier set to output basename: [tomcat-jni]
 -ERROR- No such project [commons-modeler] for property.
 -ERROR- Cannot resolve output/outputpath of *unknown* [commons-modeler]
 -ERROR- Unhandled Property: commons-modeler.jar on: Ant on 
Project:jakarta-tomcat-jk
 -DEBUG- Dependency on jakarta-tomcat-coyote exists, no need to add for 
property tomcat-coyote.jar.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.home.
 -DEBUG- Dependency on jmx exists, no need to add for property jmx.jar.
 -INFO- Failed with reason configuration failed
 -ERROR- Bad Dependency. Project: commons-logging unknown to *this* workspace
 -DEBUG- Extracted fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk/rss.xml
- Atom: 
http://brutus.apache.org/gump/public/jakarta-tomcat-connectors/jakarta-tomcat-jk/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 18002129112004, brutus:brutus-public:18002129112004
Gump E-mail Identifier (unique within run) #62.

--
Apache Gump
http://gump.apache.org/ [Instance: brutus]

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



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

2004-11-29 Thread mturk
mturk   2004/11/29 23:30:42

  Modified:jk/native/apache-1.3 mod_jk.c
   jk/native/apache-2.0 mod_jk.c
   jk/native/common jk_uri_worker_map.c
  Log:
  Add JkUnMount for blocking context. This is something from JK2.
  
  Revision  ChangesPath
  1.53  +36 -2 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
  
  Index: mod_jk.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- mod_jk.c  12 Nov 2004 18:45:24 -  1.52
  +++ mod_jk.c  30 Nov 2004 07:30:41 -  1.53
  @@ -673,7 +673,7 @@
 jk_module);
   char *old;
   if (context[0] != '/')
  -return Context should start with /;
  +return Mount context should start with /;
   
   /*
* Add the new worker to the alias map.
  @@ -683,6 +683,33 @@
   }
   
   /*
  + * JkUnMount directive handling
  + *
  + * JkUnMount URI(context) worker
  + */
  +
  +static const char *jk_unmount_context(cmd_parms * cmd,
  +  void *dummy,
  +  const char *context,
  +  const char *worker,
  +  const char *maybe_cookie)
  +{
  +server_rec *s = cmd-server;
  +jk_server_conf_t *conf =
  +(jk_server_conf_t *) ap_get_module_config(s-module_config,
  +  jk_module);
  +char *old , *uri;
  +if (context[0] != '/')
  +return Unmount context should start with /;
  +uri = ap_pstrcat(cmd-temp_pool, !, context, NULL);
  +/*
  + * Add the new worker to the alias map.
  + */
  +jk_map_put(conf-uri_to_context, uri, worker, (void **)old);
  +return NULL;
  +}
  +
  +/*
* JkAutoMount directive handling 
*
* JkAutoMount worker [virtualhost]
  @@ -1430,6 +1457,13 @@
A mount point from a context to a servlet-engine worker},
   
   /*
  + * JkUnMount unmounts a url prefix to a worker (the worker need to be
  + * defined in the worker properties file.
  + */
  +{JkUnMount, jk_unmount_context, NULL, RSRC_CONF, TAKE23,
  + A no mount point from a context to a servlet-engine worker},
  +
  + /*
* JkMountCopy specifies if mod_jk should copy the mount points
* from the main server to the virtual servers.
*/
  
  
  
  1.102 +36 -2 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c
  
  Index: mod_jk.c
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- mod_jk.c  12 Nov 2004 18:45:24 -  1.101
  +++ mod_jk.c  30 Nov 2004 07:30:42 -  1.102
  @@ -714,7 +714,7 @@
 jk_module);
   char *old;
   if (context[0] != '/')
  -return Context should start with /;
  +return Mount xontext should start with /;
   
   /*
* Add the new worker to the alias map.
  @@ -723,6 +723,33 @@
   return NULL;
   }
   
  +/*
  + * JkUnMount directive handling
  + *
  + * JkUnMount URI(context) worker
  + */
  +
  +static const char *jk_unmount_context(cmd_parms * cmd,
  +  void *dummy,
  +  const char *context,
  +  const char *worker,
  +  const char *maybe_cookie)
  +{
  +server_rec *s = cmd-server;
  +jk_server_conf_t *conf =
  +(jk_server_conf_t *) ap_get_module_config(s-module_config,
  +  jk_module);
  +char *old , *uri;
  +if (context[0] != '/')
  +return Unmount context should start with /;
  +uri = apr_pstrcat(cmd-temp_pool, !, context, NULL);
  +/*
  + * Add the new worker to the alias map.
  + */
  +jk_map_put(conf-uri_to_context, uri, worker, (void **)old);
  +return NULL;
  +}
  +
   
   /*
* JkAutoMount directive handling
  @@ -1529,6 +1556,13 @@
*/
   AP_INIT_TAKE23(JkMount, jk_mount_context, NULL, RSRC_CONF,
  A mount point from a context to a Tomcat worker),
  +
  +/*
  + * JkUnMount unmounts a url prefix to a worker (the worker need to be
  + * defined in the worker properties file.
  + */
  +AP_INIT_TAKE23(JkUnMount, jk_unmount_context, NULL, RSRC_CONF,
  +   A no mount point from a context to a Tomcat worker),
   
   /*
* JkMountCopy specifies if mod_jk should copy the mount points
  
  
  
  1.33  +67 -10

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

2004-11-29 Thread mturk
mturk   2004/11/29 23:35:37

  Modified:jk/xdocs changelog.xml faq.xml index.xml
   jk/xdocs/config apache.xml
   jk/xdocs/install apache2.xml
  Log:
  Update docs with latest changes to source.
  
  Revision  ChangesPath
  1.2   +30 -3 jakarta-tomcat-connectors/jk/xdocs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/changelog.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changelog.xml 25 Nov 2004 10:10:26 -  1.1
  +++ changelog.xml 30 Nov 2004 07:35:37 -  1.2
  @@ -22,21 +22,48 @@
 /p
   /section
   
  -section name=JK 1
  +section name=Changes from JK 1.2.6
 br /
 subsection name=Native
   changelog
 update
  +  Added new property named recover_time that can be used to change the
  +  default 60 second recover time. (mturk)

  +  /update
  +  update
  +  Added custom retries for worker, so we don't depend on default setting.
  +  If set to a number grater then 3, it will sleep for 100ms on retry 
greater
  +  then 3 and then try again. (mturk)
  +  /update
  +  update
  +  Added JkWorkerProperty directive that enables omiting 
workers.properties file.

  +  For example: JkWorkerProperty worker.ajp13a.port=8009. (mturk)
  +  /update
  +  fix
  +  Check all JSESSIONID cookies for a valid jvmRoute. If you have 
multiple Tomcats
  +  with overlapping domains, then you can get multiple cookies without a 
defined order.
  +  This will route correctly as long as the different domains don't have 
any
  +  Tomcats in common. (billbarker)
  +  /fix
  +  update
  +  Added JkUnMount directive for negative mappings that works as opposite 
to JkMount directives.
  +  It is used for blocking of particular URL or content type. (mturk)
  +  /update
  +  update
  +  Added wildchar match uri mappings. One can now use JkMount to
  +  map /app/*/servlet/* or /app?/*/*.jsp. (mturk)  
  +  /update
  +  update
 Rewrite the logging by adding Trace options. (mturk)
 /update
 update
 Added socket_timeout property that sets the timeout
 for the socket itself. (mturk)
 /update
  -  update
  +  fix
 Changed socket_timeout property to recycle_timeout. This better
 explains what the directive actually does. (mturk)
  -  /update
  +  /fix
 fix
   Changed the load balancer algorithm.
   The idea behind this new scheduler is the following:

  
  
  
  1.12  +3 -2  jakarta-tomcat-connectors/jk/xdocs/faq.xml
  
  Index: faq.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/faq.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- faq.xml   18 Nov 2004 18:27:48 -  1.11
  +++ faq.xml   30 Nov 2004 07:35:37 -  1.12
  @@ -66,9 +66,10 @@
   /subsection
   
   subsection name=What's the difference between JK and mod_jk ?
  +br /
   p
   bJK/b is a project covering web-servers to Tomcat connectors,
  -whereas bmod_jk/b is the a href=jk/aphowto.htmlApache module/a 
developped in JK.
  +whereas bmod_jk/b is the a href=howto/apache.htmlApache module/a 
developped in JK.
   /p
   
   p
  
  
  
  1.24  +6 -0  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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- index.xml 29 Nov 2004 10:51:03 -  1.23
  +++ index.xml 30 Nov 2004 07:35:37 -  1.24
  @@ -28,6 +28,12 @@
   section name=Headlines
   br /
   ul
  +lia href=news/20041100.html#20041130.130 November 2004 - 
bJK-1.2.7-beta released/b/a
  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta. The release contains a significant 
number

  +of bug fixes and new features. 

  +/p
  +/li
   lia href=news/20041100.html#20041115.115 November 2004 - bJK2 is 
officially unsupported!/b/a
   pJK2 has been put in maintainer mode and no further development will take 
place.
   The reason for shutting down JK2 development was the lack of developers 
interest.
  
  
  
  1.2   +19 -7 jakarta-tomcat-connectors/jk/xdocs/config/apache.xml
  
  Index: apache.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/config/apache.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apache.xml18 Nov 2004 18:28:54 -  1.1
  +++ apache.xml30 Nov 2004 07:35:37 

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

2004-11-29 Thread mturk
mturk   2004/11/29 23:36:12

  Modified:jk/xdocs/news 20041100.xml
  Log:
  Add 1.2.7 announcement
  
  Revision  ChangesPath
  1.2   +24 -0 jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml
  
  Index: 20041100.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/news/20041100.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 20041100.xml  18 Nov 2004 18:32:01 -  1.1
  +++ 20041100.xml  30 Nov 2004 07:36:12 -  1.2
  @@ -14,12 +14,35 @@
   body
   
   section name=News amp; Status
  +br /
   !--
   a name=2004.1
   h3/h3
   /a
   hr size=1 noshade=noshade /
   --
  +a name=20041130.1 

  +h330 November - JK-1.2.7-beta released/h3

  +pThe Apache Jakarta Tomcat team is proud to announce the immediate 
availability

  +of Jakarta Tomcat Connectors 1.2.7-beta. The release contains a significant 
number

  +of bug fixes and new features. 

  +/p

  +p

  +We expect it to be ratified as a Stable release when the vote takes place

  +in the next two weeks.

  +/p

  +p

  + Please see the a href=../changelog.htmlChangeLog/a for a full list of 
changes.

  +/p

  +warn

  +Since release 1.2.7 the bsocket_timeout/b property has been renamed to

  +brecycle_timeout/b.

  +The socket_timeout now sets the real timeout for socket operations.

  +/warn
  +/a 

  +
  +hr size=1 noshade=noshade /

  +
   a name=20041115.1 

   h315 November - JK2 is officially unsupported/h3

   pJK2 has been put in maintainer mode and no further development will take 
place.
  @@ -40,6 +63,7 @@
   /p

   /a 

   hr size=1 noshade=noshade /

  +
   /section
   /body
   /document  

  
  
  

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



  1   2   >