svn commit: r389768 - /tomcat/container/tc5.5.x/webapps/docs/apr.xml

2006-03-29 Thread remm
Author: remm
Date: Wed Mar 29 03:49:10 2006
New Revision: 389768

URL: http://svn.apache.org/viewcvs?rev=389768&view=rev
Log:
- Document according to the current defaults.

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

Modified: tomcat/container/tc5.5.x/webapps/docs/apr.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/apr.xml?rev=389768&r1=389767&r2=389768&view=diff
==
--- tomcat/container/tc5.5.x/webapps/docs/apr.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/apr.xml Wed Mar 29 03:49:10 2006
@@ -68,7 +68,7 @@
 
   Requirements:
   
-APR 1.1+ development headers (libapr1-dev package)
+APR 1.2+ development headers (libapr1-dev package)
 OpenSSL 0.9.7+ development headers (libssl-dev package)
 JNI headers from Java compatible JDK 1.4+
 GNU development environment (gcc, make)
@@ -128,22 +128,28 @@
  
 
   The first read of a request will be made using the specified timeout. 
If no data is available
-  after the specified time, the socket will be placed in the poller. 
Setting this value to 0 will
-  increase scalability, but will have a minor impact on latency (see the 
related pollTime attribute).
-  The default value is 100 (100ms). Note: on Windows, the actual value of 
firstReadTimeout will
-  be 500 + the specified value.
+  after the specified time, the socket will be placed in the poller. The 
value of this attribute is
+  in ms. Setting this value to 0 or -1 will
+  increase scalability by always using a poller to handle keepalive, but 
will have a minor impact 
+  on latency (see the related pollTime attribute). The difference is that 
with 0, the first read of
+  a request will be made using a short timeout, while with -1, the first 
read will be made using the
+  regular socket timeout that is configured on the connector. Setting this 
to -2 will cause
+  the connector to not use the poller for keepalive in most situations, 
emulating the behavior of
+  the java.io HTTP connector.
+  The default value is -1. Note: on Windows, the actual value of 
firstReadTimeout will
+  be 500 + the specified value, if the specified value is strictly 
positive.
 
 
 
   Duration of a poll call. Lowering this value will slightly decrease 
latency of connections 
   being kept alive in some cases, but will use more CPU as more poll calls 
are being made. The
-  default value is 5000 (5ms).
+  default value is 2000 (5ms).
 
 
 
   Amount of sockets that the poller responsible for polling kept alive 
connections can hold at a
-  given time. Extra connections will be closed right away. The default 
value is 768, corresponding to
-  768 keepalive connections.
+  given time. Extra connections will be closed right away. The default 
value is 8192, corresponding to
+  8192 keepalive connections.
 
 
 
@@ -156,7 +162,7 @@
   (resulting in a zero length file on the client side). Note that in most 
cases, sendfile is a call
   that will return right away (being taken care of "synchonously" by the 
kernel), and the sendfile
   poller will not be used, so the amount of static files which can be sent 
concurrently is much larger
-  than the specified amount. The default value is 256.
+  than the specified amount. The default value is 1024.
 
 
 
@@ -291,22 +297,28 @@
  
 
   The first read of a request will be made using the specified timeout. 
If no data is available
-  after the specified time, the socket will be placed in the poller. 
Setting this value to 0 will
-  increase scalability, but will have a minor impact on latency (see the 
related pollTime attribute).
-  The default value is 100 (100ms). Note: on Windows, the actual value of 
firstReadTimeout will
-  be 500 + the specified value.
+  after the specified time, the socket will be placed in the poller. The 
value of this attribute is
+  in ms. Setting this value to 0 or -1 will
+  increase scalability by always using a poller to handle keepalive, but 
will have a minor impact 
+  on latency (see the related pollTime attribute). The difference is that 
with 0, the first read of
+  a request will be made using a short timeout, while with -1, the first 
read will be made using the
+  regular socket timeout that is configured on the connector. Setting this 
to -2 will cause
+  the connector to not use the poller for keepalive in most situations, 
emulating the behavior of
+  the java.io HTTP connector.
+  The default value is -1. Note: on Windows, the actual value of 
firstReadTimeout will
+  be 500 + the specified value, if the specified value is strictly 
positive.
 
 
 
   Duration of a poll call. Lowering this value will slightly decrease 
latency of connections 

DO NOT REPLY [Bug 39146] New: - Display JSP code !!!

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

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

   Summary: Display JSP code !!!
   Product: Tomcat 5
   Version: 5.0.30
  Platform: Other
OS/Version: Windows XP
Status: NEW
  Severity: critical
  Priority: P1
 Component: Catalina
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


My web application displayed the JSP code instead of the HTML tomcat server
response when I tried to access it vi Firefox browser 
(http://localhost:8080/MyApp).

MyApp consists of a jsp page (index.jsp) that has two frames (login.jsp and
blank.html) and a WEB-INF folder which contains the usual config files and some 
JSP.

This problem occured only once !

System configuration : Win XP Pro, Tomcat 5.30, JSP 2.0 & Struts 1.2.7.

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



AJP14(?) / packets encryption

2006-03-29 Thread jean-christophe-dufour

Hi,

   I have heard about AJP1.4, and the fact that it
   could encrypt transmissions between Apache
   and Tomcat.

   Some people talk about AJP1.4 configuration,
   but I cannot find any mod_jk with it.
   Is AJP1.4 released somewhere, somehow ?

   Or does a recent version of AJP1.3 know
   how to encrypt packets, and if so, which version, please ?

   Thank you very much for your time !

 Cheers,
 
Jean-Christophe.


--
View this message in context: 
http://www.nabble.com/AJP14%28-%29-packets-encryption-t1362192.html#a3650055
Sent from the Tomcat - Dev forum at Nabble.com.


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



svn commit: r389795 - in /tomcat/tc6.0.x/trunk: BUILDING.txt LICENSE README.txt build.properties.default build.xml res/bootstrap.jar.manifest

2006-03-29 Thread remm
Author: remm
Date: Wed Mar 29 05:58:04 2006
New Revision: 389795

URL: http://svn.apache.org/viewcvs?rev=389795&view=rev
Log:
- Add the usual set of JARs.

Added:
tomcat/tc6.0.x/trunk/BUILDING.txt
tomcat/tc6.0.x/trunk/LICENSE
tomcat/tc6.0.x/trunk/README.txt
tomcat/tc6.0.x/trunk/build.properties.default
tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest
Modified:
tomcat/tc6.0.x/trunk/build.xml

Added: tomcat/tc6.0.x/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/BUILDING.txt?rev=389795&view=auto
==
--- tomcat/tc6.0.x/trunk/BUILDING.txt (added)
+++ tomcat/tc6.0.x/trunk/BUILDING.txt Wed Mar 29 05:58:04 2006
@@ -0,0 +1,73 @@
+$Id: BUILDING.txt 304991 2002-07-16 19:30:53Z kinman $
+
+ Building The Tomcat 4.0 Servlet/JSP Container With Jasper2
+ ==
+
+Jasper2 is a reimplementation of the JSP Container for Tomcat 4.0 that is
+cleaner and easier to extend.  It also forms the basis of the JSP 2.0 
+implementation.  Jasper2 will eventually replace the Jasper module
+built into the Tomcat distribution.  In the meanwhile, you can build Jasper2
+alongside Tomcat 4.0 and replace Jasper.
+
+To build Jasper2, first make sure you have a working build environment for
+Tomcat 4.0.  You can do so by following the instructions in the BUILDING.txt
+file in the Tomcat 4.0 workspace.
+
+Once you have a working build environment for Tomcat 4.0, do the following:
+
+(0) Modify your build.properties file in Tomcat 4.0
+
+* Add a line to your build.properties file for Tomcat 4.0 that
+  points the build script to Jasper2 instead of Jasper, as follows:
+
+  # - Jakarta Tomcat Jasper source path -
+  jasper.home=${base.path}/jakarta-tomcat-jasper/jasper2
+
+  This directory is relative to the location of build.xml for Tomcat.
+
+(1) Use anonymous CVS (as described on the Jakarta web site at
+, or download a source
+distribution of the "jakarta-taglibs" repository (7/15/2002 or later).
+
+http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/standard/
+
+* Unpack the package into a convenient location so that
+  it resides in its own subdirectory.
+
+* Follow the instructions in BUILDING.txt to set up the correct 
+  build environment.  Make sure you have a valid build.properties file.
+
+* Change directory to "standard" and build the special JSP 2.0 build target
+  for producing the JSP 2.0 Expression Language Evaluator.  The ant target
+  is called jsp20el.dist.
+
+cd standard
+ant jsp20el.dist
+
+(2) Customize Build Properties for this subproject
+
+Most Jakarta subprojects allow you to customize Ant properties (with default
+values defined in the "build.xml" file.  This is done by creating a text file
+named "build.properties" in the source distribution directory (for property
+definitions local to this subproject) and/or your user home directory (for
+property definitions shared across subprojects).  You can use the included
+"build.properties.sample" file as a starting point for this.
+
+Jasper2 has external dependencies that are satisfied by configuring
+appropriate values in your build.properties file.  The easiest
+way to satisfy these dependencies is to copy the "build.properties.sample"
+file (in the top-level Tomcat source directory) to "build.properties", and
+then edit it to suit your environment.  On Unix, this would be done as:
+
+  cd ${jasper2.source}
+  cp build.properties.sample build.properties
+  emacs build.properties
+
+NOTE:  Be *sure* that you do not check "build.properties" in to the CVS
+repository.  This file is local to your own development environment, and
+each developer will have their own version.
+
+(3) Build A Binary Distribution
+
+Jasper2 is built as part of Tomcat.  Follow the instructions in 
+BUILDING.txt in the Tomcat project to build Tomcat with Jasper2.

Added: tomcat/tc6.0.x/trunk/LICENSE
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/LICENSE?rev=389795&view=auto
==
--- tomcat/tc6.0.x/trunk/LICENSE (added)
+++ tomcat/tc6.0.x/trunk/LICENSE Wed Mar 29 05:58:04 2006
@@ -0,0 +1,202 @@
+
+ Apache License
+   Version 2.0, January 2004
+http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+  "License" shall mean the terms and conditions for use, reproduction,
+  and distribution as defined by Sections 1 through 9 of this document.
+
+  "Licensor" shall mean the copyright owner or entity authorized by
+  the copyright owner that is granting the License.
+
+  "Legal Entity" shall mean the union of the acting entity and all
+  other entities that contro

Re: svn commit: r389421 - in /tomcat/tc6.0.x/trunk: .classpath .project

2006-03-29 Thread Remy Maucherat

Ian Darwin wrote:

(and as costin just pointed out, we have them for 5.x).


They weren't in the root folder, so I could ignore them more easily.

Rémy

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



svn commit: r389796 - in /tomcat/tc6.0.x/trunk: BUILDING.txt README.txt

2006-03-29 Thread remm
Author: remm
Date: Wed Mar 29 06:00:01 2006
New Revision: 389796

URL: http://svn.apache.org/viewcvs?rev=389796&view=rev
Log:
- Clear obsolete content.

Modified:
tomcat/tc6.0.x/trunk/BUILDING.txt
tomcat/tc6.0.x/trunk/README.txt

Modified: tomcat/tc6.0.x/trunk/BUILDING.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/BUILDING.txt?rev=389796&r1=389795&r2=389796&view=diff
==
--- tomcat/tc6.0.x/trunk/BUILDING.txt (original)
+++ tomcat/tc6.0.x/trunk/BUILDING.txt Wed Mar 29 06:00:01 2006
@@ -1,73 +1,2 @@
-$Id: BUILDING.txt 304991 2002-07-16 19:30:53Z kinman $
 
- Building The Tomcat 4.0 Servlet/JSP Container With Jasper2
- ==
 
-Jasper2 is a reimplementation of the JSP Container for Tomcat 4.0 that is
-cleaner and easier to extend.  It also forms the basis of the JSP 2.0 
-implementation.  Jasper2 will eventually replace the Jasper module
-built into the Tomcat distribution.  In the meanwhile, you can build Jasper2
-alongside Tomcat 4.0 and replace Jasper.
-
-To build Jasper2, first make sure you have a working build environment for
-Tomcat 4.0.  You can do so by following the instructions in the BUILDING.txt
-file in the Tomcat 4.0 workspace.
-
-Once you have a working build environment for Tomcat 4.0, do the following:
-
-(0) Modify your build.properties file in Tomcat 4.0
-
-* Add a line to your build.properties file for Tomcat 4.0 that
-  points the build script to Jasper2 instead of Jasper, as follows:
-
-  # - Jakarta Tomcat Jasper source path -
-  jasper.home=${base.path}/jakarta-tomcat-jasper/jasper2
-
-  This directory is relative to the location of build.xml for Tomcat.
-
-(1) Use anonymous CVS (as described on the Jakarta web site at
-, or download a source
-distribution of the "jakarta-taglibs" repository (7/15/2002 or later).
-
-http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/standard/
-
-* Unpack the package into a convenient location so that
-  it resides in its own subdirectory.
-
-* Follow the instructions in BUILDING.txt to set up the correct 
-  build environment.  Make sure you have a valid build.properties file.
-
-* Change directory to "standard" and build the special JSP 2.0 build target
-  for producing the JSP 2.0 Expression Language Evaluator.  The ant target
-  is called jsp20el.dist.
-
-cd standard
-ant jsp20el.dist
-
-(2) Customize Build Properties for this subproject
-
-Most Jakarta subprojects allow you to customize Ant properties (with default
-values defined in the "build.xml" file.  This is done by creating a text file
-named "build.properties" in the source distribution directory (for property
-definitions local to this subproject) and/or your user home directory (for
-property definitions shared across subprojects).  You can use the included
-"build.properties.sample" file as a starting point for this.
-
-Jasper2 has external dependencies that are satisfied by configuring
-appropriate values in your build.properties file.  The easiest
-way to satisfy these dependencies is to copy the "build.properties.sample"
-file (in the top-level Tomcat source directory) to "build.properties", and
-then edit it to suit your environment.  On Unix, this would be done as:
-
-  cd ${jasper2.source}
-  cp build.properties.sample build.properties
-  emacs build.properties
-
-NOTE:  Be *sure* that you do not check "build.properties" in to the CVS
-repository.  This file is local to your own development environment, and
-each developer will have their own version.
-
-(3) Build A Binary Distribution
-
-Jasper2 is built as part of Tomcat.  Follow the instructions in 
-BUILDING.txt in the Tomcat project to build Tomcat with Jasper2.

Modified: tomcat/tc6.0.x/trunk/README.txt
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/README.txt?rev=389796&r1=389795&r2=389796&view=diff
==
--- tomcat/tc6.0.x/trunk/README.txt (original)
+++ tomcat/tc6.0.x/trunk/README.txt Wed Mar 29 06:00:01 2006
@@ -1,24 +1,2 @@
-This project is a rewrite of Jasper for tomcat 4.x.
-
-1. Main goals:
-
-   * Cleanup of the current Jasper.
-   * Use for RI work for JSP 1.3
-   * Use for optimization work for generated servlet codes.
-
-2. Status
-
-   * Main jasper engine (parser, attribute validates, code generator)
- basically complete.
-
-3. Todo
-
-   * Rewrite attribute parser for better spec comformance.
-   * More cleanup, especially jspc parts.
-   * Added large file option.
-   * Error messages.
-   * JSR045 support
-   * Expression language support (JSP1.3)
-   * Optimizations, optimizations, and optimizations
 
 



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

svn commit: r389806 - in /tomcat/tc6.0.x/trunk: build.xml java/org/apache/catalina/startup/catalina.properties res/bootstrap.jar.manifest

2006-03-29 Thread remm
Author: remm
Date: Wed Mar 29 06:39:52 2006
New Revision: 389806

URL: http://svn.apache.org/viewcvs?rev=389806&view=rev
Log:
- Fixes according to the directory structure.

Modified:
tomcat/tc6.0.x/trunk/build.xml
tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/catalina.properties
tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest

Modified: tomcat/tc6.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/build.xml?rev=389806&r1=389805&r2=389806&view=diff
==
--- tomcat/tc6.0.x/trunk/build.xml (original)
+++ tomcat/tc6.0.x/trunk/build.xml Wed Mar 29 06:39:52 2006
@@ -38,9 +38,7 @@
   
   
   
-  
   
-  
   
   
   
@@ -142,30 +140,8 @@
   
 
 
-
-
-  
-
-
-
-
-
-
-
-
-
-
-
-
-   
-
-
-  
-
-
 
-
+
   
 
 
@@ -176,76 +152,8 @@
 
 
 
-
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-  
-
-
-
-
-  
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
   
 
 
@@ -454,6 +362,17 @@
   
 
   
+
+
+
+
+
+  
+
+
+  
+
+
   
 
   

Modified: 
tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/catalina.properties
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/catalina.properties?rev=389806&r1=389805&r2=389806&view=diff
==
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/catalina.properties 
(original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/catalina.properties 
Wed Mar 29 06:39:52 2006
@@ -29,7 +29,7 @@
 # "foo/*.jar": Add all the JARs of the specified folder as class 
 #  repositories
 # "foo/bar.jar": Add bar.jar as a class repository
-common.loader=${catalina.home}/common/classes,${catalina.home}/common/i18n/*.jar,${catalina.home}/common/endorsed/*.jar,${catalina.home}/common/lib/*.jar
+common.loader=${catalina.home}/lib,${catalina.home}/lib/*.jar
 
 #
 # List of comma-separated paths defining the contents of the "server" 
@@ -42,7 +42,7 @@
 # "foo/*.jar": Add all the JARs of the specified folder as class 
 #  repositories
 # "foo/bar.jar": Add bar.jar as a class repository
-server.loader=${catalina.home}/server/classes,${catalina.home}/server/lib/*.jar
+server.loader=
 
 #
 # List of comma-separated paths defining the contents of the "shared" 
@@ -56,7 +56,7 @@
 # "foo/bar.jar": Add bar.jar as a class repository 
 # Please note that for single jars, e.g. bar.jar, you need the URL form
 # starting with file:.
-shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
+shared.loader=
 
 #
 # String cache configuration.

Modified: tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest?rev=389806&r1=389805&r2=389806&view=diff
==
--- tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest (original)
+++ tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest Wed Mar 29 06:39:52 2006
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 Main-Class: org.apache.catalina.startup.Bootstrap
-Class-Path: jmx.jar commons-daemon.jar commons-logging-api.jar tomcat-juli.jar
+Class-Path: commons-daemon.jar commons-logging-api.jar tomcat-juli.jar 
tomcat-util.jar
 Specification-Title: Catalina
-Specification-Version: 1.0
\ No newline at end of file
+Specification-Version: 6.0
\ No newline at end of file



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



Re: svn commit: r389421 - in /tomcat/tc6.0.x/trunk: .classpath .project

2006-03-29 Thread Costin Manolache
You could easily remove them from your tree.
Do you have any valid reason to no longer have the files ? I remember
for 4.x people felt they were usefull. I'm not sure 'I can't ignore
them easily' or 'I don't need them' is a real -1 reason. ( and by
'I'll remove them from the tree' I assume you meant either your own
tree or a -1 ).

I don't care that much about them - I have to ignore them as well if I
make any change, like adding the sandbox. So if anybody else feels
they should be removed, I'll do so.

Costin

On 3/29/06, Remy Maucherat <[EMAIL PROTECTED]> wrote:
> Ian Darwin wrote:
> > (and as costin just pointed out, we have them for 5.x).
>
> They weren't in the root folder, so I could ignore them more easily.
>
> Rémy
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


DO NOT REPLY [Bug 38113] - getQueryString returns null instead of empty-string

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Additional Comments From [EMAIL PROTECTED]  2006-03-28 19:23 ---
(In reply to comment #1)
> This is fixed in the SVN trunk, and will appear in 5.5.16

The fix is not correct.

Following jsp:
"" + request.getQueryString()
does not write 'null' to the page, even if not question mark on the url.

While javadoc of HttpServletRequest#getQueryString states:
public java.lang.String getQueryString()

Returns the query string that is contained in the request URL after the
path. This method returns null if the URL does not have a query string. Same as
the value of the CGI variable QUERY_STRING.

--- Additional Comments From [EMAIL PROTECTED]  2006-03-29 19:54 ---
(Sorry if this results in a duplicate post, BugZilla seems to be very flacky
today and commiting comments does not seem to work)

I agree. This "fix" breaks webapps: JForum, and maybe others.

The original assumption behind this change was incorrect, the specification
clearly states that getQueryString() *should* return null, not an empty string.

-- 
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 39130] - Hostname contains ? even if no query string exists

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

  BugsThisDependsOn||38113

Bug 39130 depends on bug 38113, which changed state.

Bug 38113 Summary: getQueryString returns null instead of empty-string
http://issues.apache.org/bugzilla/show_bug.cgi?id=38113

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |



--- Additional Comments From [EMAIL PROTECTED]  2006-03-29 19:54 ---
(Sorry if this results in a duplicate post, BugZilla seems to be very flacky
today and commiting comments does not seem to work)

I think this issue is related to #38113

-- 
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 38113] - getQueryString returns null instead of empty-string

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

OtherBugsDependingO||39130
  nThis||




-- 
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 38113] - getQueryString returns null instead of empty-string

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

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





--- Additional Comments From [EMAIL PROTECTED]  2006-03-29 23:50 ---
(In reply to comment #3)
> I agree. This "fix" breaks webapps: JForum, and maybe others.
> 
> The original assumption behind this change was incorrect, the specification
> clearly states that getQueryString() *should* return null, not an empty 
> string.

Most likely, this will be the one and only time I agree with you on something.

http://foo/bar? means there's no query String -> it should most likely return
null anyway (and if it shouldn't, it's not actually specified anywhere).

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

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



svn commit: r389946 [5/5] - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ant/jmx/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/loader/ java/org/

2006-03-29 Thread remm
Modified: tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest
URL: 
http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest?rev=389946&r1=389945&r2=389946&view=diff
==
--- tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest (original)
+++ tomcat/tc6.0.x/trunk/res/bootstrap.jar.manifest Wed Mar 29 16:55:22 2006
@@ -1,5 +1,5 @@
 Manifest-Version: 1.0
 Main-Class: org.apache.catalina.startup.Bootstrap
-Class-Path: commons-daemon.jar commons-logging-api.jar tomcat-juli.jar 
tomcat-util.jar
+Class-Path: commons-daemon.jar commons-logging-api.jar tomcat-juli.jar 
tomcat-coyote.jar
 Specification-Title: Catalina
 Specification-Version: 6.0



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



DO NOT REPLY [Bug 39149] New: - Missing files in Tomcat 5.5.16 distribution

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

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

   Summary: Missing files in Tomcat 5.5.16 distribution
   Product: Tomcat 5
   Version: 5.5.16
  Platform: Other
OS/Version: Windows XP
Status: NEW
  Severity: normal
  Priority: P2
 Component: Unknown
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


Tomcat5.exe and Tomcat5w.exe are missing in the following package

apache-tomcat-5.5.16.zip
apache-tomcat-5.5.16.tar.gz

apache-tomcat-5.5.16.exe has these two files, but more files are missing.

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