ssl and tomcat

2007-01-20 Thread pradeep kumar immadisetty

Hi

I'm trying to change user password in Activedirectory... For this i use ssl 
connection i get the ssl connection for AD using java code...


String keystore = "/jre/lib/security/cacerts";
System.setProperty("javax.net.ssl.trustStore",keystore);

env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
env.put(Context.SECURITY_AUTHENTICATION,"simple");
env.put(Context.SECURITY_PRINCIPAL,adminName);
env.put(Context.SECURITY_CREDENTIALS,adminPassword);
env.put(Context.SECURITY_PROTOCOL,"ssl");
String ldapURL = "ldaps://mydc.speedrock.com:636";
env.put(Context.PROVIDER_URL,ldapURL);

DirContext ctx = new InitialLdapContext(env,null);


i use this code in my web application and using server tomcat 5.5 server...

Steps:
1. Started my tomcat server
2. attempt to change ActiveDirectory user password.
   At this time i'm not importing AD server certificate into cacerts file..
   In this situation it throws exception.
3. now i import the valid certificate into cacerts file using keytool 
command


  keytool -import -alias _xyzADCert -keystore 
/jre/lib/security/cacerts  -keypass   changeit -storepass 
changeit -noprompt -file /jre/lib/security/ca.cer;


when i run this command from console, import the certificate 
successfully


4. now again attempts to change password...
   In this situation it gives same previous exception

But, when i restart the tomcat server and attempts change password, its 
working fine...



The same thing happens in case of delete certificate...

Steps:
1.Start the tomcat server

2. import valid certificate using keytool command
 keytool -import -alias _xyzADCert -keystore 
/jre/lib/security/cacerts  -keypass   changeit -storepass 
changeit -noprompt -file /jre/lib/security/ca.cer;


3. Try to change passwordworking fine

4. delete the certificate using keytool command

keytool -delete -alias _xyzADCert -keystore 
/jre/lib/security/cacerts  -keypass changeit -storepass changeit


when i run this command certificate deleted from cacerts file
for confirmation, once again i run this command...it gives alias does not 
exit message.


5. Now, i re attempts to change password with out restaring tomcat server...
  instead of throwing exception like "simple bind failed", password updated 
in server for user.


6. But, when i restart the tomcat server, it gives the exception like 
"simple bind failed" when i try to  change password.


my target is with out restarting server ..do change password successfully 
when i import the certificate and throw exception when i delete the 
certificate from cacerts file...


_
Get up-to-date with movies, music and TV. Its happening on MSN Entertainment 
http://content.msn.co.in/Entertainment/Default



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



ssl and tomcat

2007-01-20 Thread pradeep kumar immadisetty

Hi

I'm trying to change user password in Activedirectory... For this i use ssl 
connection i get the ssl connection for AD using java code...


String keystore = "/jre/lib/security/cacerts";
System.setProperty("javax.net.ssl.trustStore",keystore);

env.put(Context.INITIAL_CONTEXT_FACTORY,"com.sun.jndi.ldap.LdapCtxFactory");
env.put(Context.SECURITY_AUTHENTICATION,"simple");
env.put(Context.SECURITY_PRINCIPAL,adminName);
env.put(Context.SECURITY_CREDENTIALS,adminPassword);
env.put(Context.SECURITY_PROTOCOL,"ssl");
String ldapURL = "ldaps://mydc.speedrock.com:636";
env.put(Context.PROVIDER_URL,ldapURL);

DirContext ctx = new InitialLdapContext(env,null);


i use this code in my web application and using server tomcat 5.5 server...

Steps:
1. Started my tomcat server
2. attempt to change ActiveDirectory user password.
   At this time i'm not importing AD server certificate into cacerts file..
   In this situation it throws exception.
3. now i import the valid certificate into cacerts file using keytool 
command


  keytool -import -alias _xyzADCert -keystore 
/jre/lib/security/cacerts  -keypass   changeit -storepass 
changeit -noprompt -file /jre/lib/security/ca.cer;


when i run this command from console, import the certificate 
successfully


4. now again attempts to change password...
   In this situation it gives same previous exception

But, when i restart the tomcat server and attempts change password, its 
working fine...



The same thing happens in case of delete certificate...

Steps:
1.Start the tomcat server

2. import valid certificate using keytool command
 keytool -import -alias _xyzADCert -keystore 
/jre/lib/security/cacerts  -keypass   changeit -storepass 
changeit -noprompt -file /jre/lib/security/ca.cer;


3. Try to change passwordworking fine

4. delete the certificate using keytool command

keytool -delete -alias _xyzADCert -keystore 
/jre/lib/security/cacerts  -keypass changeit -storepass changeit


when i run this command certificate deleted from cacerts file
for confirmation, once again i run this command...it gives alias does not 
exit message.


5. Now, i re attempts to change password with out restaring tomcat server...
  instead of throwing exception like "simple bind failed", password updated 
in server for user.


6. But, when i restart the tomcat server, it gives the exception like 
"simple bind failed" when i try to  change password.


my target is with out restarting server ..do change password successfully 
when i import the certificate and throw exception when i delete the 
certificate from cacerts file...


_
Try Sanjeev Kapoor's culinary delights! 
http://content.msn.co.in/Lifestyle/Moreonlifestyle/LifestylePT_101106_1530.htm



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



DO NOT REPLY [Bug 40593] - HttpSessionListener#sessionDestroyed is not called though the manager's pathname is emply.

2007-01-20 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=40593





--- Additional Comments From [EMAIL PROTECTED]  2007-01-20 05:24 ---
Thanks Mark for the discussion.

O.K, I will use my own Manager for the time being until you return.

Regards.
Yuichiro

-- 
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: r498126 - in /tomcat/container/tc5.5.x: catalina/src/bin/catalina.bat catalina/src/bin/catalina.sh webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt
Date: Sat Jan 20 07:38:39 2007
New Revision: 498126

URL: http://svn.apache.org/viewvc?view=rev&rev=498126
Log:
Fix bug 40526. Return support for JPDA_OPTS to catalina.bat and add a new 
option JPDA_SUSPEND. Patch provided by Kurt Roy.

Modified:
tomcat/container/tc5.5.x/catalina/src/bin/catalina.bat
tomcat/container/tc5.5.x/catalina/src/bin/catalina.sh
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/container/tc5.5.x/catalina/src/bin/catalina.bat
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/bin/catalina.bat?view=diff&rev=498126&r1=498125&r2=498126
==
--- tomcat/container/tc5.5.x/catalina/src/bin/catalina.bat (original)
+++ tomcat/container/tc5.5.x/catalina/src/bin/catalina.bat Sat Jan 20 07:38:39 
2007
@@ -37,6 +37,18 @@
 rem   JPDA_ADDRESS(Optional) Java runtime options used when the "jpda 
start"
 rem   command is executed. The default is "jdbconn".
 rem
+rem   JPDA_SUSPEND(Optional) Java runtime options used when the "jpda 
start"
+rem   command is executed. Specifies whether JVM should suspend
+rem   execution immediately after startup. Default is "n".
+rem
+rem   JPDA_OPTS   (Optional) Java runtime options used when the "jpda 
start"
+rem   command is executed. If used, JPDA_TRANSPORT, 
JPDA_ADDRESS,
+rem   and JPDA_SUSPEND are ignored. Thus, all required jpda
+rem   options MUST be specified. The default is:
+rem
+rem   -Xdebug -Xrunjdwp:transport=%JPDA_TRANSPORT%,
+rem   
address=%JPDA_ADDRESS%,server=y,suspend=%JPDA_SUSPEND%
+rem
 rem $Id$
 rem ---
 
@@ -113,6 +125,12 @@
 if not "%JPDA_ADDRESS%" == "" goto gotJpdaAddress
 set JPDA_ADDRESS=jdbconn
 :gotJpdaAddress
+if not "%JPDA_SUSPEND%" == "" goto gotJpdaSuspend
+set JPDA_SUSPEND=n
+:gotJpdaSuspend
+if not "%JPDA_OPTS%" == "" goto gotJpdaOpts
+set JPDA_OPTS=-Xdebug 
-Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=%JPDA_SUSPEND%
+:gotJpdaOpts
 shift
 :noJpda
 
@@ -198,10 +216,10 @@
 goto end
 :doJpda
 if not "%SECURITY_POLICY_FILE%" == "" goto doSecurityJpda
-%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% -Xdebug 
-Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=n 
%DEBUG_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath 
"%CLASSPATH%" -Dcatalina.base="%CATALINA_BASE%" 
-Dcatalina.home="%CATALINA_HOME%" -Djava.io.tmpdir="%CATALINA_TMPDIR%" 
%MAINCLASS% %CMD_LINE_ARGS% %ACTION%
+%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %JPDA_OPTS% %DEBUG_OPTS% 
-Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" 
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" 
-Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
 goto end
 :doSecurityJpda
-%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% -Xdebug 
-Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=n 
%DEBUG_OPTS% -Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath 
"%CLASSPATH%" -Djava.security.manager 
-Djava.security.policy=="%SECURITY_POLICY_FILE%" 
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" 
-Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
+%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %JPDA_OPTS% %DEBUG_OPTS% 
-Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" 
-Djava.security.manager -Djava.security.policy=="%SECURITY_POLICY_FILE%" 
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" 
-Djava.io.tmpdir="%CATALINA_TMPDIR%" %MAINCLASS% %CMD_LINE_ARGS% %ACTION%
 goto end
 
 :end

Modified: tomcat/container/tc5.5.x/catalina/src/bin/catalina.sh
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/catalina/src/bin/catalina.sh?view=diff&rev=498126&r1=498125&r2=498126
==
--- tomcat/container/tc5.5.x/catalina/src/bin/catalina.sh (original)
+++ tomcat/container/tc5.5.x/catalina/src/bin/catalina.sh Sat Jan 20 07:38:39 
2007
@@ -32,6 +32,18 @@
 #   JPDA_ADDRESS(Optional) Java runtime options used when the "jpda start"
 #   command is executed. The default is 8000.
 #
+#   JPDA_SUSPEND(Optional) Java runtime options used when the "jpda start"
+#   command is executed. Specifies whether JVM should suspend
+#   execution immediately after startup. Default is "n".
+#
+#   JPDA_OPTS   (Optional) Java runtime options used when the "jpda start"
+#   command is executed. If used, JPDA_TRANSPORT, JPDA_ADDRESS,
+#   and JPDA_SUSPEND are ignored. Thus, all required jpda
+#   options MUST be specified. The default is:
+#
+#   -Xdebug -Xrunjdwp:transport=$JPD

svn commit: r498140 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml

2007-01-20 Thread markt
Author: markt
Date: Sat Jan 20 08:28:43 2007
New Revision: 498140

URL: http://svn.apache.org/viewvc?view=rev&rev=498140
Log:
As identified in bug 40507, update webapps to use a servlet 2.4 xsd. Patch 
provided by Chris Halstead.

Modified:
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=498140&r1=498139&r2=498140
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Jan 20 08:28:43 2007
@@ -312,6 +312,10 @@
 39572: Improvements to CompressionFilter example provided by
 Eric Hedström. (markt)
   
+  
+40507: Update host-manager and servlet-examples web-apps to
+use the servlet 2.4 xsd. Patch provided by Chris Halstead. (markt)
+  
   
 40581: Add information on the use of a symbloic link as the
 docBase for a Context to the Context documentation. (markt)

Modified: tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml?view=diff&rev=498140&r1=498139&r2=498140
==
--- tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml (original)
+++ tomcat/container/tc5.5.x/webapps/host-manager/WEB-INF/web.xml Sat Jan 20 
08:28:43 2007
@@ -1,10 +1,9 @@
 
 
-http://java.sun.com/dtd/web-app_2_3.dtd";>
-
-
+http://java.sun.com/xml/ns/j2ee";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
+version="2.4">
 
   Tomcat Manager Application
   

Modified: 
tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml
URL: 
http://svn.apache.org/viewvc/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml?view=diff&rev=498140&r1=498139&r2=498140
==
--- tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml 
(original)
+++ tomcat/servletapi/servlet2.4-jsp2.0-tc5.x/jsr154/examples/WEB-INF/web.xml 
Sat Jan 20 08:28:43 2007
@@ -16,11 +16,10 @@
   limitations under the License.
 -->
 
-http://java.sun.com/dtd/web-app_2_3.dtd";>
-
-
+http://java.sun.com/xml/ns/j2ee";
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
+version="2.4">
 
 Servlet 2.4 Examples
 
@@ -223,28 +222,28 @@
 
 
   minExemptions
-  1
   java.lang.Integer
+  1
 
 
   foo/name1
-  value1
   java.lang.String
+  value1
 
 
   foo/bar/name2
-  true
   java.lang.Boolean
+  true
 
 
   name3
-  1
   java.lang.Integer
+  1
 
 
   foo/name4
-  10
   java.lang.Integer
+  10
 
 
 



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



DO NOT REPLY [Bug 40507] - XML validation fails when xmlValidation="true"

2007-01-20 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=40507


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-01-20 08:40 ---
Thanks for the patches. I have applied them to svn and they will be include din
5.5.21 onwards.

I have also been back through the mailing lists looks like the 2.3 validation
issues are caused by a bug in the xerces version used in the jvm. It is still
present in 1.5.0_10 and 1.6.0 but if you place the xerces jars included in the
5.5.x compat download in common/endorsed then they will be used instead and 2.3
webapps will validate successfully.

-- 
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: r498211 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt
Date: Sat Jan 20 15:37:15 2007
New Revision: 498211

URL: http://svn.apache.org/viewvc?view=rev&rev=498211
Log:
Correct bug number

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

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=498211&r1=498210&r2=498211
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Jan 20 15:37:15 2007
@@ -166,7 +166,7 @@
 (markt)
   
   
-41401: Add support for JPDA_OPTS to catalina.bat and add a
+40526: Add support for JPDA_OPTS to catalina.bat and add a
 JPDA_SUSPEND environment variable to both startup scripts. Patch
 provided by Kurt Roy. (markt)
   



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



500 Internal Server Error when you don't encode URLs?

2007-01-20 Thread thomasp
I am somewhat baffled by Tomcat's response when you send it a HTTP GET  
or POST without URL encoding the text that you're sending. I spent a  
couple days at work trying to figure out why I was getting an internal  
server error. I called up the people that ran the server and told them  
they had something screwed up and didn't even bother considering that  
it was my code that was wrong because it was telling me it was an  
internal server error. Wouldn't an error like this fit under 406 or  
409 better?



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



svn commit: r498213 - in /tomcat: connectors/trunk/jk/xdocs/webserver_howto/apache.xml container/tc5.5.x/webapps/docs/changelog.xml

2007-01-20 Thread markt
Author: markt
Date: Sat Jan 20 15:45:24 2007
New Revision: 498213

URL: http://svn.apache.org/viewvc?view=rev&rev=498213
Log:
Fix bug 40367. Add requirement for workers.properties to auto configuration 
documentation.

Modified:
tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml
tomcat/container/tc5.5.x/webapps/docs/changelog.xml

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml?view=diff&rev=498213&r1=498212&r2=498213
==
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/apache.xml Sat Jan 20 
15:45:24 2007
@@ -254,8 +254,10 @@
 
 
 
-This will tell Apache to use directives in the mod_jk.conf-auto file in 
the Apache configuration.
-This file is created by enabling the Apache auto-configuration by adding the 
listener to the Engine
+This will tell Apache to use directives in the mod_jk.conf-auto file in
+the Apache configuration. This file is created by enabling the Apache
+auto-configuration by creating your workers.properties file at
+$TOMCAT_HOME/conf/jk/workers.properties and adding the listener to the Engine
 element in the server.xml file as per the following example.
 Please note that this example is specific to Tomcat 5.x, unlike other 
sections of this document
which also apply to previous Tomcat branches.

Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=498213&r1=498212&r2=498213
==
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Jan 20 15:45:24 2007
@@ -96,12 +96,21 @@
 David Gagon. (markt)
   
   
+40367: Update JK auto configuration documentation to clarify
+that workers.properties must also exist. (markt)
+  
+  
 40524: HttpServletRequest.getAuthType() now returns
 CLIENT_CERT rather than CLIENT-CERT for certificate authentication
 as per the spec. Note that web.xml continues to use CLIENT-CERT to
 specify the certificate authentication should be used. (markt)
   
   
+40526: Add support for JPDA_OPTS to catalina.bat and add a
+JPDA_SUSPEND environment variable to both startup scripts. Patch
+provided by Kurt Roy. (markt)
+  
+  
 40528: Add missing message localisations as provided by
 Ben Clifford. (markt)
   
@@ -164,11 +173,6 @@
 41217: Set secure attribute on SSO cookie when cookie is
 created during a secure request. Patch provided by Chris Halstead.
 (markt)
-  
-  
-40526: Add support for JPDA_OPTS to catalina.bat and add a
-JPDA_SUSPEND environment variable to both startup scripts. Patch
-provided by Kurt Roy. (markt)
   
   
 Ensure Accept-Language headers conform to RFC 2616. Ignore them if



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



DO NOT REPLY [Bug 40367] - startup.sh does not create auto conf file

2007-01-20 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=40367


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2007-01-20 15:46 ---
I have tested this and the bit missing in the docs is that workers.properties
must also exist. The docs have been updated in svn and will be included in
5.5.21 onwards.

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



Fix for old SAX issue causing bug 40356

2007-01-20 Thread Mark Thomas
Hi,

Can anyone remember anything about the SAX bug referred to in this commit?
http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2

The fix appears to be the cause of
http://issues.apache.org/bugzilla/show_bug.cgi?id=40356

I have spent some time searching various archives no no avail.

Thanks in advance for any light you can shed on this.

Mark

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



DO NOT REPLY [Bug 40317] - mod_jk, mixed up response if request contains http status 304 - resources with Content-Length > 0

2007-01-20 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=40317


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2007-01-20 18:03 ---
I agree wholeheartedly with Tim's assessment and am closing as he suggests.

-- 
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 40222] - Default Tomcat configuration alows easy session hijacking

2007-01-20 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=40222


[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|major   |enhancement




--- Additional Comments From [EMAIL PROTECTED]  2007-01-20 18:09 ---
Marking this as an enhancement and awaiting a patch for review.

-- 
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 37869] - Cannot obtain client certificate with SSL / client certificate authentication using APR components

2007-01-20 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=37869





--- Additional Comments From [EMAIL PROTECTED]  2007-01-20 18:46 ---
(From update of attachment 19196)
Nigdy nie myślę o przyszłości. Nadchodzi ona
wystarczająco szybko.


-- 
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 41057] - Tomcat leaks memory on every request

2007-01-20 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=41057


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #19184|application/zip |text/plain
  mime type||
  Attachment #19184|0   |1
   is 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]