<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:www.nabble.com,2006:forum-341</id>
	<title>Nabble - Tomcat - Dev</title>
	<updated>2008-05-13T13:13:22Z</updated>
	<link rel="self" type="application/atom+xml" href="http://www.nabble.com/Tomcat---Dev-f341.xml" />
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Tomcat---Dev-f341.html" />
	<subtitle type="html">&lt;a href=&quot;http://tomcat.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Tomcat Home Page&lt;/a&gt;</subtitle>
	
<entry>
	<id>tag:www.nabble.com,2006:post-17217342</id>
	<title>svn commit: r655992 - in /tomcat/trunk/bin: catalina.bat catalina.sh</title>
	<published>2008-05-13T13:13:22Z</published>
	<updated>2008-05-13T13:13:22Z</updated>
	<author>
		<name>Mark Thomas-18</name>
	</author>
	<content type="html">Author: markt
&lt;br&gt;Date: Tue May 13 13:13:22 2008
&lt;br&gt;New Revision: 655992
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc?rev=655992&amp;view=rev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?rev=655992&amp;view=rev&lt;/a&gt;&lt;br&gt;Log:
&lt;br&gt;Fix &lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44988&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44988&lt;/a&gt;&lt;br&gt;Use Java 5 syntax to start debugger.
&lt;br&gt;Patch provided by Cédrik Lime.
&lt;br&gt;&lt;br&gt;Modified:
&lt;br&gt;&amp;nbsp; &amp;nbsp; tomcat/trunk/bin/catalina.bat
&lt;br&gt;&amp;nbsp; &amp;nbsp; tomcat/trunk/bin/catalina.sh
&lt;br&gt;&lt;br&gt;Modified: tomcat/trunk/bin/catalina.bat
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=655992&amp;r1=655991&amp;r2=655992&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.bat?rev=655992&amp;r1=655991&amp;r2=655992&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- tomcat/trunk/bin/catalina.bat (original)
&lt;br&gt;+++ tomcat/trunk/bin/catalina.bat Tue May 13 13:13:22 2008
&lt;br&gt;@@ -149,7 +149,7 @@
&lt;br&gt;&amp;nbsp;set JPDA_SUSPEND=n
&lt;br&gt;&amp;nbsp;:gotJpdaSuspend
&lt;br&gt;&amp;nbsp;if not &amp;quot;%JPDA_OPTS%&amp;quot; == &amp;quot;&amp;quot; goto gotJpdaOpts
&lt;br&gt;-set JPDA_OPTS=-Xdebug -Xrunjdwp:transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=%JPDA_SUSPEND%
&lt;br&gt;+set JPDA_OPTS=-agentlib:jdwp=transport=%JPDA_TRANSPORT%,address=%JPDA_ADDRESS%,server=y,suspend=%JPDA_SUSPEND%
&lt;br&gt;&amp;nbsp;:gotJpdaOpts
&lt;br&gt;&amp;nbsp;shift
&lt;br&gt;&amp;nbsp;:noJpda
&lt;br&gt;&lt;br&gt;Modified: tomcat/trunk/bin/catalina.sh
&lt;br&gt;URL: &lt;a href=&quot;http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=655992&amp;r1=655991&amp;r2=655992&amp;view=diff&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?rev=655992&amp;r1=655991&amp;r2=655992&amp;view=diff&lt;/a&gt;&lt;br&gt;==============================================================================
&lt;br&gt;--- tomcat/trunk/bin/catalina.sh (original)
&lt;br&gt;+++ tomcat/trunk/bin/catalina.sh Tue May 13 13:13:22 2008
&lt;br&gt;@@ -210,7 +210,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;JPDA_SUSPEND=&amp;quot;n&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;fi
&lt;br&gt;&amp;nbsp; &amp;nbsp;if [ -z &amp;quot;$JPDA_OPTS&amp;quot; ]; then
&lt;br&gt;- &amp;nbsp; &amp;nbsp;JPDA_OPTS=&amp;quot;-Xdebug -Xrunjdwp:transport=$JPDA_TRANSPORT,address=$JPDA_ADDRESS,server=y,suspend=$JPDA_SUSPEND&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;JPDA_OPTS=&amp;quot;-agentlib:jdwp=transport=$JPDA_TRANSPORT,address=$JPDA_ADDRESS,server=y,suspend=$JPDA_SUSPEND&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;fi
&lt;br&gt;&amp;nbsp; &amp;nbsp;CATALINA_OPTS=&amp;quot;$CATALINA_OPTS $JPDA_OPTS&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp;shift
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17217342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17217342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/svn-commit%3A-r655992---in--tomcat-trunk-bin%3A-catalina.bat-catalina.sh-tp17217342p17217342.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17216876</id>
	<title>[Tomcat Wiki] Update of &quot;DocumentInOtherLanguages&quot; by Jun Lu</title>
	<published>2008-05-13T12:48:33Z</published>
	<updated>2008-05-13T12:48:33Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Jun Lu:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/DocumentInOtherLanguages&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/DocumentInOtherLanguages&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; Here is a list of Tomcat documents in other languages.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;- &amp;nbsp;* [&lt;a href=&quot;http://tomcat.jaxmao.org/appdev/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.jaxmao.org/appdev/index.html&lt;/a&gt;&amp;nbsp;Tomcat 5.5 ä¸­æåºç¨æå] Chinese translation of Tomcat 5.5 document
&lt;br&gt;+ &amp;nbsp;* [&lt;a href=&quot;http://tomcat.jaxmao.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.jaxmao.org/&lt;/a&gt;&amp;nbsp;Tomcat 5.5 ä¸­æåºç¨æå] Chinese translation of Tomcat 5.5 document
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216876&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22DocumentInOtherLanguages%22-by-Jun-Lu-tp17216876p17216876.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17216799</id>
	<title>[Tomcat Wiki] Update of &quot;DocumentInOtherLanguages&quot; by Jun Lu</title>
	<published>2008-05-13T12:44:20Z</published>
	<updated>2008-05-13T12:44:20Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Jun Lu:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/DocumentInOtherLanguages&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/DocumentInOtherLanguages&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;+ == Document in Other Languages ==
&lt;br&gt;+ 
&lt;br&gt;&amp;nbsp; Here is a list of Tomcat documents in other languages.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp;* [&lt;a href=&quot;http://tomcat.jaxmao.org/appdev/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.jaxmao.org/appdev/index.html&lt;/a&gt;&amp;nbsp;Tomcat 5.5 ä¸­æåºç¨æå] Chinese translation of Tomcat 5.5 document
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216799&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216799&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22DocumentInOtherLanguages%22-by-Jun-Lu-tp17216799p17216799.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17216683</id>
	<title>[Tomcat Wiki] Update of &quot;DocumentInOtherLanguages&quot; by Jun Lu</title>
	<published>2008-05-13T12:37:49Z</published>
	<updated>2008-05-13T12:37:49Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Jun Lu:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/DocumentInOtherLanguages&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/DocumentInOtherLanguages&lt;/a&gt;&lt;br&gt;&lt;br&gt;New page:
&lt;br&gt;Here is a list of Tomcat documents in other languages.
&lt;br&gt;&lt;br&gt;&amp;nbsp;* [&lt;a href=&quot;http://tomcat.jaxmao.org/appdev/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.jaxmao.org/appdev/index.html&lt;/a&gt;&amp;nbsp;Tomcat 5.5 ä¸­æåºç¨æå] Chinese translation of Tomcat 5.5 document
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216683&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216683&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22DocumentInOtherLanguages%22-by-Jun-Lu-tp17216683p17216683.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17216540</id>
	<title>[Tomcat Wiki] Update of &quot;FrontPage&quot; by Jun Lu</title>
	<published>2008-05-13T12:30:58Z</published>
	<updated>2008-05-13T12:30:58Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Jun Lu:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/FrontPage&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/FrontPage&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp;* '''[&amp;quot;UsingPhp&amp;quot;]''' - Using PHP with Tomcat 4 or later.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* '''[&amp;quot;WhatIsComet&amp;quot;]''' - What is the Tomcat Comet API.
&lt;br&gt;&amp;nbsp; &amp;nbsp;* '''[&amp;quot;6xFeatures&amp;quot;]''' - Feature list for 6.x release.
&lt;br&gt;+ &amp;nbsp;* '''[&amp;quot;DocumentInOtherLanguages&amp;quot;]''' - List of Tomcat documents in other languages.
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; The old Tomcat Wiki content can be found at TomcatProjectPages.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216540&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216540&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22FrontPage%22-by-Jun-Lu-tp17216540p17216540.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17216144</id>
	<title>[Tomcat Wiki] Update of &quot;GettingStarted&quot; by Jun Lu</title>
	<published>2008-05-13T12:09:25Z</published>
	<updated>2008-05-13T12:09:25Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by Jun Lu:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/GettingStarted&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/GettingStarted&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; == Getting your first webapp up and running ==
&lt;br&gt;&amp;nbsp; &amp;nbsp;* [&lt;a href=&quot;http://tomcat.apache.org/tomcat-5.5-doc/appdev/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.apache.org/tomcat-5.5-doc/appdev/index.html&lt;/a&gt;&amp;nbsp;Introduction in the Application Developer Guide]
&lt;br&gt;+ &amp;nbsp;* [&lt;a href=&quot;http://tomcat.jaxmao.org/appdev/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tomcat.jaxmao.org/appdev/index.html&lt;/a&gt;&amp;nbsp;åºç¨å¼åäººåæå] Chinese translation of the Application Developer Guide
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;nbsp; == Useful links ==
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216144&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17216144&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22GettingStarted%22-by-Jun-Lu-tp17216144p17216144.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17214509</id>
	<title>Re: Manage connection</title>
	<published>2008-05-13T10:49:18Z</published>
	<updated>2008-05-13T10:49:18Z</updated>
	<author>
		<name>Mark Thomas-18</name>
	</author>
	<content type="html">Liang Xiao Zhu wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi everyone!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I am wondering, how can i manage connection? What I want to do is 
&lt;br&gt;&amp;gt; simplely filter connections, such as when I have 50 request I want the 
&lt;br&gt;&amp;gt; follow connections will be refused. I am using a NIO protocol for to do 
&lt;br&gt;&amp;gt; that, in fact, I am looking at a Http11NioProcessor.java and 
&lt;br&gt;&amp;gt; Http11NioProtocol.java, and I can capture the request, but I dont know 
&lt;br&gt;&amp;gt; how I can refuse the request. I mean, how I can build a response when 
&lt;br&gt;&amp;gt; the user with request 51 will be refused.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks in advance!!!
&lt;/div&gt;&lt;br&gt;This is a question for the users list, not the dev list.
&lt;br&gt;&lt;br&gt;Mark
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17214509&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17214509&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Manage-connection-tp17210033p17214509.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17212048</id>
	<title>Re: URL decoding of plus (aka space) isn't done</title>
	<published>2008-05-13T08:57:40Z</published>
	<updated>2008-05-13T08:57:40Z</updated>
	<author>
		<name>Doug Donohoe</name>
	</author>
	<content type="html">To answer my own question:
&lt;br&gt;&lt;br&gt;I looked at the RFC (&lt;a href=&quot;http://www.ietf.org/rfc/rfc2396.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ietf.org/rfc/rfc2396.txt&lt;/a&gt;) and it appears that '+' is only reserved for query strings. &amp;nbsp;The use of java.net.URLEncoder for path-portions of a URL (or even an entire URL) is incorrect.
&lt;br&gt;&lt;br&gt;-Doug
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Doug Donohoe wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'm tracking down a bug in Wicket that appears in Tomcat (also Jetty). &amp;nbsp;The issue is this:
&lt;br&gt;&lt;br&gt;I'm submitting a URL with spaces and pluses in it. &amp;nbsp;It is URL encoded (using java.net.URLEncoder) as follows:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://localhost:8080/bugs/home/message/message+with+spaces+and%2Bsome%2Bpluses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/bugs/home/message/message+with+spaces+and%2Bsome%2Bpluses/&lt;/a&gt;&lt;br&gt;&lt;br&gt;On both Tomcat and Jetty, the request.getServletPath() call returns this:
&lt;br&gt;&lt;br&gt;/home/message/message+with+spaces+and+some+plusses=bug/
&lt;br&gt;&lt;br&gt;Only the %2B (+) encodings are URL-decoded. &amp;nbsp;The + (space) encodings are left as-is. &amp;nbsp;As you can see, through this process some information is lost (what the original pluses were).
&lt;br&gt;&lt;br&gt;This happens in Tomcat in CoyoteAdapter:393:
&lt;br&gt;&lt;br&gt;req.getURLDecoder().convert(decodedURI, false);
&lt;br&gt;&lt;br&gt;The 'false' is for the &amp;quot;query&amp;quot; param, which when false, skips converting of +
&lt;br&gt;&lt;br&gt;Jetty's code is similar - it just ignores '+' altogether.
&lt;br&gt;&lt;br&gt;My question is this. &amp;nbsp;If it is correct to URL encode spaces with +, which doesn't Tomcat (or Jetty) decode them? &amp;nbsp;Or is the java.net.URLEncoder doing this incorrectly? &amp;nbsp;Are + only allowed in the query string portion? &amp;nbsp; There seems to be an impedance mismatch between what a client will allow in a URL versus what the server is expecting. &amp;nbsp;Anyone have any insight into this? 
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;-Doug
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/URL-decoding-of-plus-%28aka-space%29-isn%27t-done-tp17211711p17212048.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17211711</id>
	<title>URL decoding of plus (aka space) isn't done</title>
	<published>2008-05-13T08:41:23Z</published>
	<updated>2008-05-13T08:41:23Z</updated>
	<author>
		<name>Doug Donohoe</name>
	</author>
	<content type="html">I'm tracking down a bug in Wicket that appears in Tomcat (also Jetty). &amp;nbsp;The issue is this:
&lt;br&gt;&lt;br&gt;I'm submitting a URL with spaces and pluses in it. &amp;nbsp;It is URL encoded (using java.net.URLEncoder) as follows:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://localhost:8080/bugs/home/message/message+with+spaces+and%2Bsome%2Bpluses/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://localhost:8080/bugs/home/message/message+with+spaces+and%2Bsome%2Bpluses/&lt;/a&gt;&lt;br&gt;&lt;br&gt;On both Tomcat and Jetty, the request.getServletPath() call returns this:
&lt;br&gt;&lt;br&gt;/home/message/message+with+spaces+and+some+plusses=bug/
&lt;br&gt;&lt;br&gt;Only the %2B (+) encodings are URL-decoded. &amp;nbsp;The + (space) encodings are left as-is. &amp;nbsp;As you can see, through this process some information is lost (what the original pluses were).
&lt;br&gt;&lt;br&gt;This happens in Tomcat in CoyoteAdapter:393:
&lt;br&gt;&lt;br&gt;req.getURLDecoder().convert(decodedURI, false);
&lt;br&gt;&lt;br&gt;The 'false' is for the &amp;quot;query&amp;quot; param, which when false, skips converting of +
&lt;br&gt;&lt;br&gt;Jetty's code is similar - it just ignores '+' altogether.
&lt;br&gt;&lt;br&gt;My question is this. &amp;nbsp;If it is correct to URL encode spaces with +, which doesn't Tomcat (or Jetty) decode them? &amp;nbsp;Or is the java.net.URLEncoder doing this incorrectly? &amp;nbsp;Are + only allowed in the query string portion? &amp;nbsp; There seems to be an impedance mismatch between what a client will allow in a URL versus what the server is expecting. &amp;nbsp;Anyone have any insight into this? 
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;-Doug</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/URL-decoding-of-plus-%28aka-space%29-isn%27t-done-tp17211711p17211711.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17210751</id>
	<title>DO NOT REPLY [Bug 44989] using NIO connector with compression consumes all CPU</title>
	<published>2008-05-13T08:03:51Z</published>
	<updated>2008-05-13T08:03:51Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44989&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44989&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Filip Hanik &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210751&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fhanik@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |NEEDINFO
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Filip Hanik &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210751&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fhanik@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-13 08:03:51 PST ---
&lt;br&gt;Hi there, many thanks for the report.
&lt;br&gt;I would like to ask you for two things
&lt;br&gt;&lt;br&gt;1. Test the latest 6.0.x trunk, there has been changes in the exact code you
&lt;br&gt;are refering to
&lt;br&gt;&lt;br&gt;fairly simple to build
&lt;br&gt;(build with JDK 1.5)
&lt;br&gt;&lt;br&gt;svn co &lt;a href=&quot;http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk&lt;/a&gt;&lt;br&gt;cd trunk
&lt;br&gt;ant download
&lt;br&gt;ant
&lt;br&gt;&lt;br&gt;output ends up in output/build
&lt;br&gt;&lt;br&gt;&lt;br&gt;and if that doesn't change your scenario, make sure we are not running into a
&lt;br&gt;JDK/NIO bug on linux, so test with the latest 1.6 JVM
&lt;br&gt;&lt;br&gt;best
&lt;br&gt;Filip
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210751&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210751&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44989--New%3A-using-NIO-connector-with-compression-consumes-all-CPU-tp17210139p17210751.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17210160</id>
	<title>DO NOT REPLY [Bug 44989] using NIO connector with compression consumes all CPU</title>
	<published>2008-05-13T07:39:10Z</published>
	<updated>2008-05-13T07:39:10Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44989&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44989&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Clóvis Wichoski &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210160&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clovis.wichoski@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-13 07:39:10 PST ---
&lt;br&gt;Created an attachment (id=21958)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=21958&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=21958&lt;/a&gt;)
&lt;br&gt;JConsole TopThreads
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210160&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210160&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44989--New%3A-using-NIO-connector-with-compression-consumes-all-CPU-tp17210139p17210160.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17210139</id>
	<title>DO NOT REPLY [Bug 44989] New: using NIO connector with compression consumes all CPU</title>
	<published>2008-05-13T07:38:24Z</published>
	<updated>2008-05-13T07:38:24Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44989&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44989&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: using NIO connector with compression consumes all CPU
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Tomcat 6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 6.0.16
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: critical
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Connectors
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210139&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomcat-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210139&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;clovis.wichoski@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Created an attachment (id=21957)
&lt;br&gt;&amp;nbsp;--&amp;gt; (&lt;a href=&quot;https://issues.apache.org/bugzilla/attachment.cgi?id=21957&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/attachment.cgi?id=21957&lt;/a&gt;)
&lt;br&gt;JConsole overview
&lt;br&gt;&lt;br&gt;Hi, i migrated from version 6.0.14 to version 6.0.16, and configured tomcat to
&lt;br&gt;use NIO connector and compression on, with that i'm getting a thread name
&lt;br&gt;'http-exec-80-2' that consumes 49-50% of CPU, and the thread
&lt;br&gt;'http-80-ClientPoller' that consumes 46-48% of CPU, with this i have a jvm that
&lt;br&gt;consumes 100% o my CPU.
&lt;br&gt;&lt;br&gt;uname -a output: 
&lt;br&gt;Linux 2.6.23.1-10.fc7 #1 SMP Fri Oct 19 15:39:08 EDT 2007 i686 i686 i386
&lt;br&gt;GNU/Linux 
&lt;br&gt;&lt;br&gt;java -version output:
&lt;br&gt;java version &amp;quot;1.5.0_15&amp;quot;
&lt;br&gt;Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
&lt;br&gt;Java HotSpot(TM) Server VM (build 1.5.0_15-b04, mixed mode)
&lt;br&gt;&lt;br&gt;http-exec-80-2 stack:
&lt;br&gt;org.apache.coyote.http11.InternalNioOutputBuffer$SocketOutputBuffer.doWrite(InternalNioOutputBuffer.java:806)
&lt;br&gt;org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:126)
&lt;br&gt;org.apache.coyote.http11.filters.GzipOutputFilter$FakeOutputStream.write(GzipOutputFilter.java:164)
&lt;br&gt;java.util.zip.GZIPOutputStream.finish(GZIPOutputStream.java:95)
&lt;br&gt;org.apache.coyote.http11.filters.GzipOutputFilter.end(GzipOutputFilter.java:122)
&lt;br&gt;org.apache.coyote.http11.InternalNioOutputBuffer.endRequest(InternalNioOutputBuffer.java:390)
&lt;br&gt;org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:1079)
&lt;br&gt;org.apache.coyote.Response.action(Response.java:183)
&lt;br&gt;org.apache.coyote.Response.finish(Response.java:305)
&lt;br&gt;org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)
&lt;br&gt;org.apache.catalina.connector.Response.finishResponse(Response.java:492)
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:310)
&lt;br&gt;org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:879)
&lt;br&gt;org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
&lt;br&gt;org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2080)
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
&lt;br&gt;java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;sometimes the stack of http-exec-80-2 is just changing from this to above:
&lt;br&gt;org.apache.coyote.http11.InternalNioOutputBuffer.addToBB(InternalNioOutputBuffer.java:620)
&lt;br&gt;org.apache.coyote.http11.InternalNioOutputBuffer.access$000(InternalNioOutputBuffer.java:46)
&lt;br&gt;org.apache.coyote.http11.InternalNioOutputBuffer$SocketOutputBuffer.doWrite(InternalNioOutputBuffer.java:803)
&lt;br&gt;org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:126)
&lt;br&gt;org.apache.coyote.http11.filters.GzipOutputFilter$FakeOutputStream.write(GzipOutputFilter.java:164)
&lt;br&gt;java.util.zip.GZIPOutputStream.finish(GZIPOutputStream.java:95)
&lt;br&gt;org.apache.coyote.http11.filters.GzipOutputFilter.end(GzipOutputFilter.java:122)
&lt;br&gt;org.apache.coyote.http11.InternalNioOutputBuffer.endRequest(InternalNioOutputBuffer.java:390)
&lt;br&gt;org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:1079)
&lt;br&gt;org.apache.coyote.Response.action(Response.java:183)
&lt;br&gt;org.apache.coyote.Response.finish(Response.java:305)
&lt;br&gt;org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:276)
&lt;br&gt;org.apache.catalina.connector.Response.finishResponse(Response.java:492)
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:310)
&lt;br&gt;org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:879)
&lt;br&gt;org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:719)
&lt;br&gt;org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:2080)
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
&lt;br&gt;java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;http-80-ClientPoller stack:
&lt;br&gt;sun.nio.ch.PollArrayWrapper.poll0(Native Method)
&lt;br&gt;sun.nio.ch.PollArrayWrapper.poll(PollArrayWrapper.java:100)
&lt;br&gt;sun.nio.ch.PollSelectorImpl.doSelect(PollSelectorImpl.java:56)
&lt;br&gt;sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:69)
&lt;br&gt;sun.nio.ch.SelectorImpl.select(SelectorImpl.java:80)
&lt;br&gt;org.apache.tomcat.util.net.NioEndpoint$Poller.run(NioEndpoint.java:1473)
&lt;br&gt;java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;attached are the screenshots of JConsole from where you can see the graphs...
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210139&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210139&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44989--New%3A-using-NIO-connector-with-compression-consumes-all-CPU-tp17210139p17210139.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17210033</id>
	<title>Manage connection</title>
	<published>2008-05-13T07:33:27Z</published>
	<updated>2008-05-13T07:33:27Z</updated>
	<author>
		<name>Liang Xiao Zhu</name>
	</author>
	<content type="html">Hi everyone!
&lt;br&gt;&lt;br&gt;I am wondering, how can i manage connection? What I want to do is 
&lt;br&gt;simplely filter connections, such as when I have 50 request I want the 
&lt;br&gt;follow connections will be refused. I am using a NIO protocol for to do 
&lt;br&gt;that, in fact, I am looking at a Http11NioProcessor.java and 
&lt;br&gt;Http11NioProtocol.java, and I can capture the request, but I dont know 
&lt;br&gt;how I can refuse the request. I mean, how I can build a response when 
&lt;br&gt;the user with request 51 will be refused.
&lt;br&gt;&lt;br&gt;Thanks in advance!!!
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210033&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17210033&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Manage-connection-tp17210033p17210033.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17208079</id>
	<title>DO NOT REPLY [Bug 44988] New: JPDA_OPTS in catalina.sh / catalina. bat is using old JDWP semantics</title>
	<published>2008-05-13T06:10:34Z</published>
	<updated>2008-05-13T06:10:34Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44988&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44988&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: JPDA_OPTS in catalina.sh / catalina.bat is using old
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; JDWP semantics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Tomcat 6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 6.0.16
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Keywords: JDK1.5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Native:Integration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17208079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomcat-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17208079&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cedrik.lime@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Since Java 5, the recommended option to start a JVM in debug mode has changed
&lt;br&gt;from
&lt;br&gt;-Xdebug -Xrunjdwp:...
&lt;br&gt;to
&lt;br&gt;-agentlib:jdwp=...
&lt;br&gt;as described in
&lt;br&gt;&lt;a href=&quot;http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html#Invocation&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://java.sun.com/j2se/1.5.0/docs/guide/jpda/conninv.html#Invocation&lt;/a&gt;&lt;br&gt;&lt;br&gt;Since Tomcat 6 requires Java 5, this change should be propagated in catalina.sh
&lt;br&gt;(line 212) / catalina.bat (line 152):
&lt;br&gt;change &amp;quot;JPDA_OPTS=-Xdebug -Xrunjdwp:&amp;quot; to &amp;quot;JPDA_OPTS=-agentlib:jdwp=&amp;quot;
&lt;br&gt;&lt;br&gt;Note that this change should not be back-ported to Tomcat 5.x, since this
&lt;br&gt;version runs with Java 1.4.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17208079&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17208079&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44988--New%3A-JPDA_OPTS-in-catalina.sh---catalina.-bat-is-using-old-JDWP-semantics-tp17208079p17208079.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17206488</id>
	<title>DO NOT REPLY [Bug 44986] New: JSP compilation exception with pageEncoding=&quot; utf-8&quot;  and file with byte order marks</title>
	<published>2008-05-13T04:42:12Z</published>
	<updated>2008-05-13T04:42:12Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44986&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44986&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: JSP compilation exception with pageEncoding=&amp;quot;utf-8&amp;quot; &amp;nbsp;and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file with byte order marks
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Tomcat 6
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: unspecified
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Windows XP
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Jasper
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206488&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomcat-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206488&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ralf.zimmermann@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;JSP-File has byte order marks. If the attribute is set to &amp;quot;UTF-8&amp;quot; (upper case)
&lt;br&gt;or the file has no byte order marks, the compilation workes fine. 
&lt;br&gt;&lt;br&gt;{code} 
&lt;br&gt;12:32:16,946 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception 
&lt;br&gt;org.apache.jasper.JasperException: /dialog.jsp(2,0) Page-encoding specified in
&lt;br&gt;XML prolog (UTF-8) is different from that specified in page directive (utf-8) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:236) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.compiler.Validator$DirectiveVisitor.comparePageEncodings(Validator.java:362) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.compiler.Validator$DirectiveVisitor.visit(Validator.java:197) 
&lt;br&gt;at org.apache.jasper.compiler.Node$PageDirective.accept(Node.java:590) 
&lt;br&gt;at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338) 
&lt;br&gt;at org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2388) 
&lt;br&gt;at org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2394) 
&lt;br&gt;at org.apache.jasper.compiler.Node$Root.accept(Node.java:489) 
&lt;br&gt;at org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2338) 
&lt;br&gt;at org.apache.jasper.compiler.Validator.validate(Validator.java:1700) 
&lt;br&gt;at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178) 
&lt;br&gt;at org.apache.jasper.compiler.Compiler.compile(Compiler.java:306) 
&lt;br&gt;at org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) 
&lt;br&gt;at org.apache.jasper.compiler.Compiler.compile(Compiler.java:273) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566) 
&lt;br&gt;at
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:316) 
&lt;br&gt;at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) 
&lt;br&gt;at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) 
&lt;br&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:445) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:379) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:292) 
&lt;br&gt;at de.cit.jsp.control.DispatchServlet.forward(DispatchServlet.java:286) 
&lt;br&gt;at de.cit.jsp.control.DispatchServlet.doGet(DispatchServlet.java:272) 
&lt;br&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) 
&lt;br&gt;at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;br&gt;at
&lt;br&gt;de.cit.util.javax.servlet.ValidationFilter.doFilter(ValidationFilter.java:108) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;br&gt;at
&lt;br&gt;de.cit.util.javax.servlet.jsp.XHtmlContentTypeFilter.doFilter(XHtmlContentTypeFilter.java:36) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;br&gt;at
&lt;br&gt;org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) 
&lt;br&gt;at
&lt;br&gt;org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432) 
&lt;br&gt;at
&lt;br&gt;org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
&lt;br&gt;at
&lt;br&gt;org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) 
&lt;br&gt;at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:420) 
&lt;br&gt;at
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) 
&lt;br&gt;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) 
&lt;br&gt;at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:437) 
&lt;br&gt;at
&lt;br&gt;org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:366) 
&lt;br&gt;at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446) 
&lt;br&gt;at java.lang.Thread.run(Thread.java:619) 
&lt;br&gt;{code} 
&lt;br&gt;&lt;br&gt;Case insensitive camparison in
&lt;br&gt;org.apache.jasper.compiler.Validator.comparePageEncodings(...) seems to fix the
&lt;br&gt;problem: 
&lt;br&gt;{code} 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Compares page encodings specified in various places, and throws 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* exception in case of page encoding mismatch. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @param pageDirEnc The value of the pageEncoding attribute of the
&lt;br&gt;page 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* directive @param pageDir The page directive node 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* @throws JasperException in case of page encoding mismatch 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/ 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; private String comparePageEncodings(String pageDirEnc, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Node.PageDirective pageDir) throws JasperException { 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Node.Root root = pageDir.getRoot(); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String configEnc = root.getJspConfigPageEncoding(); 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Compare the 'pageEncoding' attribute of the page directive with 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* the encoding specified in the JSP config element whose URL 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* pattern matches this page. Treat &amp;quot;UTF-16&amp;quot;, &amp;quot;UTF-16BE&amp;quot;, and 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* &amp;quot;UTF-16LE&amp;quot; as identical. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/ 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (configEnc != null) { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!pageDirEnc.equalsIgnoreCase(configEnc) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;&amp; (!pageDirEnc.toUpperCase().startsWith(&amp;quot;UTF-16&amp;quot;) ||
&lt;br&gt;!configEnc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .toUpperCase().startsWith(&amp;quot;UTF-16&amp;quot;))) { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; err.jspError(pageDir, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;jsp.error.config_pagedir_encoding_mismatch&amp;quot;, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; configEnc, pageDirEnc); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return configEnc; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* Compare the 'pageEncoding' attribute of the page directive with 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* the encoding specified in the XML prolog (only for XML syntax, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* and only if JSP document contains XML prolog with encoding 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* declaration). Treat &amp;quot;UTF-16&amp;quot;, &amp;quot;UTF-16BE&amp;quot;, and &amp;quot;UTF-16LE&amp;quot; as 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* identical. 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*/ 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((root.isXmlSyntax() &amp;&amp; root.isEncodingSpecifiedInProlog()) ||
&lt;br&gt;root.isBomPresent()) { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String pageEnc = root.getPageEncoding(); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (!pageDirEnc.equalsIgnoreCase(pageEnc) 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;&amp; (!pageDirEnc.toUpperCase().startsWith(&amp;quot;UTF-16&amp;quot;) ||
&lt;br&gt;!pageEnc 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; .toUpperCase().startsWith(&amp;quot;UTF-16&amp;quot;))) { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; err.jspError(pageDir, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;jsp.error.prolog_pagedir_encoding_mismatch&amp;quot;, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pageEnc, pageDirEnc); 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else { 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return pageEnc; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } 
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return pageDirEnc; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } 
&lt;br&gt;{code}
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206488&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206488&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44986--New%3A-JSP-compilation-exception-with-pageEncoding%3D%22-utf-8%22--and-file-with-byte-order-marks-tp17206488p17206488.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17206330</id>
	<title>DO NOT REPLY [Bug 44494] Requests greater than 8k being truncated.</title>
	<published>2008-05-13T04:31:07Z</published>
	<updated>2008-05-13T04:31:07Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44494&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44494&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Andrew Savory &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206330&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asavory@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206330&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asavory@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #53 from Andrew Savory &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206330&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;asavory@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-13 04:31:05 PST ---
&lt;br&gt;Since this bug effectively means tomcat 6.0.16 is unable to reliably handle
&lt;br&gt;requests, perhaps it should be publicised more widely, and the 6.0.16 release
&lt;br&gt;pulled (or replaced with 6.0.16.1)?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206330&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17206330&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44494--Requests-greater-than-8k-being-truncated.-tp17206330p17206330.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17203888</id>
	<title>[Tomcat Wiki] Update of &quot;SSLWithFORMFallback6&quot; by VegarNeshaug</title>
	<published>2008-05-13T01:46:52Z</published>
	<updated>2008-05-13T01:46:52Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by VegarNeshaug:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/SSLWithFORMFallback6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/SSLWithFORMFallback6&lt;/a&gt;&lt;br&gt;&lt;br&gt;The comment on the change is:
&lt;br&gt;Added start() and stop() delegation
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; public void start() throws LifecycleException {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.start();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; formAuthenticator.start();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sslAuthenticator.start();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; 
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; public void stop() throws LifecycleException {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.stop();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; formAuthenticator.stop();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sslAuthenticator.stop();
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; }
&lt;br&gt;+ 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // I'd rather not have the below, but it is necessary for the
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // authenticators to work properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17203888&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17203888&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22SSLWithFORMFallback6%22-by-VegarNeshaug-tp17203888p17203888.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17195946</id>
	<title>DO NOT REPLY [Bug 44976] Tomcat 5.5.25 download zip is corrupt</title>
	<published>2008-05-12T13:45:37Z</published>
	<updated>2008-05-12T13:45:37Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44976&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44976&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Mark Thomas &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markt@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|INVALID
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Mark Thomas &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195946&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markt@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-12 13:45:36 PST ---
&lt;br&gt;The file is fine. Most likely cause is a cache between the OP and the ASF
&lt;br&gt;holding a broken version, eg due to a cancelled download.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195946&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195946&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44976--New%3A-Tomcat-5.5.25-download-zip-is-corrupt-tp17191361p17195946.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17195116</id>
	<title>DO NOT REPLY [Bug 44976] Tomcat 5.5.25 download zip is corrupt</title>
	<published>2008-05-12T12:55:05Z</published>
	<updated>2008-05-12T12:55:05Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44976&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44976&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Markus Schiegl &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195116&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;apache@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-12 12:55:05 PST ---
&lt;br&gt;just tested a few minutes ago: neither Windows XP nor MacOS X 10.4 (unzip +
&lt;br&gt;stuffit 11) have any problems unpacking this archive.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195116&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17195116&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44976--New%3A-Tomcat-5.5.25-download-zip-is-corrupt-tp17191361p17195116.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17193164</id>
	<title>DO NOT REPLY [Bug 41504] Illegal access: this web application instance has been stopped already</title>
	<published>2008-05-12T11:10:56Z</published>
	<updated>2008-05-12T11:10:56Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=41504&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=41504&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Mark Thomas &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17193164&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markt@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|REOPENED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|NEEDINFO
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #6 from Mark Thomas &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17193164&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;markt@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-12 11:10:56 PST ---
&lt;br&gt;A couple of questions to help get to the bottom of this:
&lt;br&gt;1. Does this still happen without your classloader in the picture?
&lt;br&gt;2. Does it happen with the latest 5.5.x?
&lt;br&gt;3. Can you provide a simple test war (with source for any servlets etc) and/or
&lt;br&gt;the steps to reproduce on a clean install.
&lt;br&gt;&lt;br&gt;Note for the test war you can leave out large libs in WEB-IBF/lib - just let us
&lt;br&gt;know exactly which versions to add.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17193164&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17193164&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-41504--Illegal-access%3A-this-web-application-instance-has-been-stopped-already-tp17193164p17193164.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17192498</id>
	<title>DO NOT REPLY [Bug 43094] Allowing non-file based keystore and other providers</title>
	<published>2008-05-12T10:32:03Z</published>
	<updated>2008-05-12T10:32:03Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=43094&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=43094&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #4 from Bruno Harbulot &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192498&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bruno.Harbulot@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-12 10:32:02 PST ---
&lt;br&gt;(In reply to comment #3)
&lt;br&gt;&amp;gt; I have applied a patch to trunk based on your suggestion and proposed it for
&lt;br&gt;&amp;gt; 6.0.x.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Thank you.
&lt;br&gt;I've just had a look at
&lt;br&gt;&lt;a href=&quot;http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java?revision=653128&amp;view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java?revision=653128&amp;view=markup&lt;/a&gt;&lt;br&gt;It seems that you've applied a patch along the original report and not the
&lt;br&gt;second patch I sent with comment #1. I believe that second patch (being able to
&lt;br&gt;set the provider name) could also be useful, even for PKCS#11 applications (one
&lt;br&gt;of the ways to configure PKCS#11 is to set up the PKCS#11 options as part of
&lt;br&gt;the JVM security provider list, which adds a provider with a new name).
&lt;br&gt;&lt;br&gt;More generally, since I opened this issue, I've been making similar suggestions
&lt;br&gt;for other projects, in particular Jetty [1] and Restlet [2]. This led me to
&lt;br&gt;write a few classes (SSLContext factories) to make the configuration of SSL
&lt;br&gt;properties a bit easier, including more advanced options such as Certificate
&lt;br&gt;Revocation Lists (I must admit I'm not quite sure how CRLs are to be configured
&lt;br&gt;in Tomcat). These classes are available at &lt;a href=&quot;http://code.google.com/p/jsslutils/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/jsslutils/&lt;/a&gt;.
&lt;br&gt;I'm not sure whether this would be useful for Tomcat, but this might be of
&lt;br&gt;interest (feel free to get in touch...).
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://www.mortbay.org/jetty/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mortbay.org/jetty/&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://www.restlet.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.restlet.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192498&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192498&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-43094--Allowing-non-file-based-keystore-and-other-providers-tp17192498p17192498.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17192325</id>
	<title>[Tomcat Wiki] Update of &quot;SSLWithFORMFallback6&quot; by VegarNeshaug</title>
	<published>2008-05-12T10:24:16Z</published>
	<updated>2008-05-12T10:24:16Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by VegarNeshaug:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/SSLWithFORMFallback6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/SSLWithFORMFallback6&lt;/a&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; import org.apache.coyote.ActionCode;
&lt;br&gt;&amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp;*
&lt;br&gt;- &amp;nbsp;* @author vegar
&lt;br&gt;+ &amp;nbsp;* @author Vegar Neshaug
&lt;br&gt;&amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; public class SSLWithFormFallback extends AuthenticatorBase {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; // Our two authenticators
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192325&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192325&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22SSLWithFORMFallback6%22-by-VegarNeshaug-tp17192325p17192325.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17192281</id>
	<title>[Tomcat Wiki] Update of &quot;SSLWithFORMFallback6&quot; by VegarNeshaug</title>
	<published>2008-05-12T10:22:09Z</published>
	<updated>2008-05-12T10:22:09Z</updated>
	<author>
		<name>Apache Wiki</name>
	</author>
	<content type="html">Dear Wiki user,
&lt;br&gt;&lt;br&gt;You have subscribed to a wiki page or wiki category on &amp;quot;Tomcat Wiki&amp;quot; for change notification.
&lt;br&gt;&lt;br&gt;The following page has been changed by VegarNeshaug:
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/tomcat/SSLWithFORMFallback6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/SSLWithFORMFallback6&lt;/a&gt;&lt;br&gt;&lt;br&gt;New page:
&lt;br&gt;This is my implementation of SSL with FORM fallback. It has been tested on tomcat 6.0.16. Feel free to use at is you like. I do not know if this is the best approach, but it's simple and it works. Also see [&lt;a href=&quot;http://wiki.apache.org/tomcat/SSLWithFORMFallback&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/tomcat/SSLWithFORMFallback&lt;/a&gt;]
&lt;br&gt;&lt;br&gt;{{{
&lt;br&gt;import java.io.IOException;
&lt;br&gt;import java.security.Principal;
&lt;br&gt;import java.security.cert.X509Certificate;
&lt;br&gt;import javax.management.MalformedObjectNameException;
&lt;br&gt;import javax.management.ObjectName;
&lt;br&gt;import org.apache.catalina.Container;
&lt;br&gt;import org.apache.catalina.Globals;
&lt;br&gt;import org.apache.catalina.authenticator.AuthenticatorBase;
&lt;br&gt;import org.apache.catalina.authenticator.Constants;
&lt;br&gt;import org.apache.catalina.authenticator.FormAuthenticator;
&lt;br&gt;import org.apache.catalina.authenticator.SSLAuthenticator;
&lt;br&gt;import org.apache.catalina.connector.Request;
&lt;br&gt;import org.apache.catalina.connector.Response;
&lt;br&gt;import org.apache.catalina.deploy.LoginConfig;
&lt;br&gt;import org.apache.coyote.ActionCode;
&lt;br&gt;/**
&lt;br&gt;&amp;nbsp;*
&lt;br&gt;&amp;nbsp;* @author vegar
&lt;br&gt;&amp;nbsp;*/
&lt;br&gt;public class SSLWithFormFallback extends AuthenticatorBase {
&lt;br&gt;&amp;nbsp; &amp;nbsp; // Our two authenticators
&lt;br&gt;&amp;nbsp; &amp;nbsp; FormAuthenticator formAuthenticator = new FormAuthenticator();
&lt;br&gt;&amp;nbsp; &amp;nbsp; SSLAuthenticator sslAuthenticator = new SSLAuthenticator();
&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Descriptive information about this implementation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; protected static final String info =
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;net.neshaug.SSLWithFormFallback/1.0&amp;quot;;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; /**
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* Return descriptive information about this Valve implementation.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;*/
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public String getInfo() {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return (info);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public boolean authenticate(Request request, Response response, LoginConfig config) throws IOException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Have we already authenticated someone?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Principal principal = request.getUserPrincipal();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //String ssoId = (String) request.getNote(Constants.REQ_SSOID_NOTE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (principal != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Associate the session with any existing SSO session in order
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // to get coordinated session invalidation at logout
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String ssoId = (String) request.getNote(Constants.REQ_SSOID_NOTE);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (ssoId != null) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; associate(ssoId, request.getSessionInternal(true));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return (true);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Get certificates from the request
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; boolean certAuth = true;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; X509Certificate certs[] = (X509Certificate[]) request.getAttribute(Globals.CERTIFICATES_ATTR);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((certs == null) || (certs.length &amp;lt; 1)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; request.getCoyoteRequest().action(ActionCode.ACTION_REQ_SSL_CERTIFICATE, null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; certs = (X509Certificate[]) request.getAttribute(Globals.CERTIFICATES_ATTR);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if ((certs == null) || (certs.length &amp;lt; 1)) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // No certificates
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; certAuth = false;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // Delegate authentication request
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if (certAuth) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return sslAuthenticator.authenticate(request, response, config);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; } else {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return formAuthenticator.authenticate(request, response, config);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; // I'd rather not have the below, but it is necessary for the
&lt;br&gt;&amp;nbsp; &amp;nbsp; // authenticators to work properly.
&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public void setContainer(Container container) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.setContainer(container);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sslAuthenticator.setContainer(container);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; formAuthenticator.setContainer(container);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; @Override
&lt;br&gt;&amp;nbsp; &amp;nbsp; public ObjectName createObjectName(String domain, ObjectName parent)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; throws MalformedObjectNameException {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sslAuthenticator.createObjectName(domain, parent);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; formAuthenticator.createObjectName(domain, parent);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; return super.createObjectName(domain, parent);
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;}}}
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192281&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17192281&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/-Tomcat-Wiki--Update-of-%22SSLWithFORMFallback6%22-by-VegarNeshaug-tp17192281p17192281.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17191361</id>
	<title>DO NOT REPLY [Bug 44976] New: Tomcat 5.5.25 download zip is corrupt</title>
	<published>2008-05-12T09:33:36Z</published>
	<updated>2008-05-12T09:33:36Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=44976&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=44976&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Tomcat 5.5.25 download zip is corrupt
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Tomcat 5
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 5.5.25
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: PC
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Mac OS X 10.4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: major
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: P2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Unknown
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17191361&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tomcat-dev@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17191361&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ravi.varanasi@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CC: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17191361&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ravi.varanasi@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;The download to 5.5.25 zip file &amp;nbsp;is not working. 
&lt;br&gt;&lt;a href=&quot;http://www.apache.org/dist/tomcat/tomcat-5/v5.5.25/bin/apache-tomcat-5.5.25.zip&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.apache.org/dist/tomcat/tomcat-5/v5.5.25/bin/apache-tomcat-5.5.25.zip&lt;/a&gt;&lt;br&gt;Ravi
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17191361&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17191361&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-44976--New%3A-Tomcat-5.5.25-download-zip-is-corrupt-tp17191361p17191361.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17187466</id>
	<title>DO NOT REPLY [Bug 41504] Illegal access: this web application instance has been stopped already</title>
	<published>2008-05-12T06:22:05Z</published>
	<updated>2008-05-12T06:22:05Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">&lt;a href=&quot;https://issues.apache.org/bugzilla/show_bug.cgi?id=41504&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/show_bug.cgi?id=41504&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Tapas Adhikary &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187466&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tapas.adhikary@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187466&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tapas.adhikary@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|INVALID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #5 from Tapas Adhikary &amp;lt;&lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187466&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tapas.adhikary@...&lt;/a&gt;&amp;gt; &amp;nbsp;2008-05-12 06:22:03 PST ---
&lt;br&gt;Hi ,
&lt;br&gt;I am able to reproduce the same problem and getting the following exception
&lt;br&gt;while loading the class from jDom.jar using tomcat 5.5.24.
&lt;br&gt;&lt;br&gt;==============================================================================
&lt;br&gt;May 12, 2008 6:43:05 PM org.apache.catalina.loader.WebappClassLoader loadClass
&lt;br&gt;INFO: Illegal access: this web application instance has been stopped already. 
&lt;br&gt;Could not load JDOMAbout$Author. &amp;nbsp;The eventual following stack trace is caused
&lt;br&gt;by an error thrown for debugging purposes as well as to attempt to terminate
&lt;br&gt;the thread which caused the illegal access, and has no functional impact.
&lt;br&gt;java.lang.IllegalStateException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1248)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1208)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.nps.gadgetManager.LaunchService.loadJars(LaunchService.java:654)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.nps.gadgetManager.LaunchService.onDelegateAction(LaunchService.java:85)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:585)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.nps.gadgetManager.BaseGadgetInstance.handleAction(BaseGadgetInstance.java:2362)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.nps.gadgetManager.GadgetManager.processInstanceRequest(GadgetManager.java:1606)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.nps.gadgetManager.GadgetManager.processServiceRequest(GadgetManager.java:1062)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.nps.PortalServlet.handleFrameService(PortalServlet.java:505)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.company.nps.PortalServlet.processRequest(PortalServlet.java:373)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.company.nps.PortalServlet.doPost(PortalServlet.java:279)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.company.nps.PortalServlet.doGet(PortalServlet.java:262)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.company.emframe.fw.servlet.AuthenticatorServlet.service(AuthenticatorServlet.java:323)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Thread.java:595)
&lt;br&gt;&lt;br&gt;===============================================================================
&lt;br&gt;I have wrote a CustomClassLoader extending WebAppClassLoader and configured the
&lt;br&gt;server.xml file with 
&lt;br&gt;&lt;br&gt;&amp;lt;Context docBase=&amp;quot;myProject&amp;quot; path=&amp;quot;/nps&amp;quot; reloadable=&amp;quot;true&amp;quot;
&lt;br&gt;source=&amp;quot;org.eclipse.jst.j2ee.server:myProject&amp;quot;&amp;gt; 
&lt;br&gt;&amp;nbsp;&amp;lt;Loader Reloadable=&amp;quot;false&amp;quot; debug=&amp;quot;10&amp;quot; delegate=&amp;quot;false&amp;quot;
&lt;br&gt;loaderClass=&amp;quot;com.novell.nps.utils.CCL&amp;quot; /&amp;gt;
&lt;br&gt;&amp;lt;/Context&amp;gt;
&lt;br&gt;&lt;br&gt;and made a jar of my custom class loader class CCL.java and keeping the jar in
&lt;br&gt;common/lib of my tomcat.
&lt;br&gt;&lt;br&gt;Please look into the issue.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;-Tapas
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/bugzilla/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the assignee for the bug.
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187466&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17187466&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/DO-NOT-REPLY--Bug-41504--Illegal-access%3A-this-web-application-instance-has-been-stopped-already-tp17187466p17187466.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17184282</id>
	<title>SSLEnabled attribute in embedded Tomcat6.0</title>
	<published>2008-05-12T02:41:08Z</published>
	<updated>2008-05-12T02:41:08Z</updated>
	<author>
		<name>swati jain</name>
	</author>
	<content type="html">hi
&lt;br&gt;Please tell me a way to configure SSL environment using embedded tomcat 6.0
&lt;br&gt;&lt;br&gt;I have tried it using Embedded tomcat 5.5.9 and it accepts the https
&lt;br&gt;requests. But when trying to run the same code using embedded Apache tomcat
&lt;br&gt;6.0, it doesnt accepts https requests.
&lt;br&gt;&lt;br&gt;When I debugged it, I found that no socket is formed while using 6.0
&lt;br&gt;version, but a JSSE socket was formed while using 5.0 version.
&lt;br&gt;&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;port&amp;quot;, &amp;quot;&amp;quot; + port);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;address&amp;quot;, &amp;quot;&amp;quot; + address);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;sslProtocol&amp;quot;, &amp;quot;TLS&amp;quot;);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;keystoreFile&amp;quot;, keyStoreFile);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;keystorePass&amp;quot;, keyStorePassword);
&lt;br&gt;connector.setSecure(true);
&lt;br&gt;connector.setScheme(&amp;quot;https&amp;quot;);
&lt;br&gt;connector.setEnableLookups(false);
&lt;br&gt;connector.start();
&lt;br&gt;this.embedded.addConnector(connector);
&lt;br&gt;than I added the connector to already started tomcat. This worked in earlier
&lt;br&gt;version embedded (Apache tomcat 5.5.9 ) but not in embedded Apache tomcat
&lt;br&gt;6.0.
&lt;br&gt;&lt;br&gt;Please help me to fnad a solution so that https requests can be handled by
&lt;br&gt;embedded tomcat6.0 .
&lt;br&gt;&lt;br&gt;Thanks in advance
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Swati
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SSLEnabled-attribute-in-embedded-Tomcat6.0-tp17184045p17184282.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17184045</id>
	<title>SSLEnabled attribute in embedded Tomcat6.0</title>
	<published>2008-05-12T02:23:55Z</published>
	<updated>2008-05-12T02:23:55Z</updated>
	<author>
		<name>swati jain</name>
	</author>
	<content type="html">hi
&lt;br&gt;Please tell me a way to configure SSL environment using embedded tomcat 6.0
&lt;br&gt;&lt;br&gt;I have tried it using Embedded tomcat 5.5.9 and it accepts the https
&lt;br&gt;requests. But when trying to run the same code using embedded Apache tomcat
&lt;br&gt;6.0, it doesnt accepts https requests.
&lt;br&gt;&lt;br&gt;When I debugged it, I found that no socket is formed while using 6.0
&lt;br&gt;version, but a JSSE socket was formed while using 5.0 version.
&lt;br&gt;&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;port&amp;quot;, &amp;quot;&amp;quot; + port);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;address&amp;quot;, &amp;quot;&amp;quot; + address);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;sslProtocol&amp;quot;, &amp;quot;TLS&amp;quot;);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;keystoreFile&amp;quot;, keyStoreFile);
&lt;br&gt;IntrospectionUtils.setProperty(this, &amp;quot;keystorePass&amp;quot;, keyStorePassword);
&lt;br&gt;connector.setSecure(true);
&lt;br&gt;connector.setScheme(&amp;quot;https&amp;quot;);
&lt;br&gt;connector.setEnableLookups(false);
&lt;br&gt;connector.start();
&lt;br&gt;this.embedded.addConnector(connector);
&lt;br&gt;than I added the connector to already started tomcat. This worked in earlier
&lt;br&gt;version embedded (Apache tomcat 5.5.9 ) but not in embedded Apache tomcat
&lt;br&gt;6.0.
&lt;br&gt;&lt;br&gt;Please help me to fnad a solution so that https requests can be handled by
&lt;br&gt;embedded tomcat6.0 .
&lt;br&gt;&lt;br&gt;Thanks in advance
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Swati
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/SSLEnabled-attribute-in-embedded-Tomcat6.0-tp17184045p17184045.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17182049</id>
	<title>Bug report for Watchdog [2008/05/11]</title>
	<published>2008-05-11T23:08:23Z</published>
	<updated>2008-05-11T23:08:23Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">+---------------------------------------------------------------------------+
&lt;br&gt;| Bugzilla Bug ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; +---------------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | Status: UNC=Unconfirmed NEW=New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASS=Assigned &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OPN=Reopened &amp;nbsp; &amp;nbsp;VER=Verified &amp;nbsp; &amp;nbsp;(Skipped Closed/Resolved) &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; +-----------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | Severity: BLK=Blocker CRI=Critical &amp;nbsp;REG=Regression &amp;nbsp;MAJ=Major &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIN=Minor &amp;nbsp; NOR=Normal &amp;nbsp; &amp;nbsp;ENH=Enhancement TRV=Trivial |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; +-------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | Date Posted &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+--------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Description &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp;278|Unc|Nor|2000-12-04|Bug in GetParameterValuesTestServlet.java file Bug|
&lt;br&gt;| &amp;nbsp;279|Unc|Nor|2000-12-04|Logical Error in GetParameterValuesTestServlet Bug|
&lt;br&gt;| &amp;nbsp;469|Unc|Nor|2001-01-17|in example-taglib.tld &amp;quot;urn&amp;quot; should be &amp;quot;uri&amp;quot; BugRat|
&lt;br&gt;| &amp;nbsp;470|Unc|Nor|2001-01-17|FAIL positiveForward.jsp and positiveInclude.jsp B|
&lt;br&gt;| 9634|New|Enh|2002-06-05|No tests exist for ServletContext.getResourcePaths|
&lt;br&gt;|10703|New|Enh|2002-07-11|Need to test getRequestURI after RequestDispatcher|
&lt;br&gt;|11336|New|Enh|2002-07-31|Test wrapped path methods with RD.foward() &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|11663|New|Maj|2002-08-13|JSP precompile tests rely on Jasper specific behav|
&lt;br&gt;|11664|New|Maj|2002-08-13|A sweep is needed of all Watchdog 4.0 tag librarie|
&lt;br&gt;|11665|New|Maj|2002-08-13|ServletToJSPErrorPageTest and ServletToServletErro|
&lt;br&gt;|11666|New|Maj|2002-08-13|SetBufferSize_1TestServlet is invalid. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|14004|New|Maj|2002-10-28|Incorrent behaviour of all attribute-related lifec|
&lt;br&gt;|15504|New|Nor|2002-12-18|JSP positiveGetValues test relies on order preserv|
&lt;br&gt;|24649|New|Nor|2003-11-12|getRemoteHost fails when agent has uppercase chara|
&lt;br&gt;|29398|New|Nor|2004-06-04|Update site and note current status &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;+-----+---+---+----------+--------------------------------------------------+
&lt;br&gt;| Total &amp;nbsp; 15 bugs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;+---------------------------------------------------------------------------+
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://www.nabble.com/user/SendEmail.jtp?type=post&amp;post=17182049&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://www.nabble.com/Bug-report-for-Watchdog--2008-05-11--tp17182049p17182049.html" />
</entry>

<entry>
	<id>tag:www.nabble.com,2006:post-17182055</id>
	<title>Bug report for Tomcat 5 [2008/05/11]</title>
	<published>2008-05-11T23:08:21Z</published>
	<updated>2008-05-11T23:08:21Z</updated>
	<author>
		<name>Bugzilla from bugzilla@apache.org</name>
	</author>
	<content type="html">+---------------------------------------------------------------------------+
&lt;br&gt;| Bugzilla Bug ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; +---------------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | Status: UNC=Unconfirmed NEW=New &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ASS=Assigned &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OPN=Reopened &amp;nbsp; &amp;nbsp;VER=Verified &amp;nbsp; &amp;nbsp;(Skipped Closed/Resolved) &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; +-----------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | Severity: BLK=Blocker CRI=Critical &amp;nbsp;REG=Regression &amp;nbsp;MAJ=Major &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MIN=Minor &amp;nbsp; NOR=Normal &amp;nbsp; &amp;nbsp;ENH=Enhancement TRV=Trivial |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; +-------------------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | Date Posted &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;+--------------------------------------------------+
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| Description &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| &amp;nbsp; &amp;nbsp; | &amp;nbsp; | &amp;nbsp; | &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|27122|Opn|Enh|2004-02-20|IE plugins cannot access components through Tomcat|
&lt;br&gt;|28039|Opn|Enh|2004-03-30|Cluster Support for SingleSignOn &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|29160|Ver|Enh|2004-05-23|precompile problem: _jspx_meth_* (javax.servlet.js|
&lt;br&gt;|29494|Inf|Enh|2004-06-10|No way to set PATH when running as a service on Wi|
&lt;br&gt;|29936|Opn|Blk|2004-07-06|XML parser loading problems by container &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|30241|Ver|Enh|2004-07-21|Enhance build script to use branch argument when c|
&lt;br&gt;|31257|Opn|Cri|2004-09-16|java.endorsed.dirs is not used when JSP compilatio|
&lt;br&gt;|33262|Inf|Enh|2005-01-27|Service Manager autostart should check for adminis|
&lt;br&gt;|33453|Opn|Enh|2005-02-08|Jasper should recompile JSP files whose datestamps|
&lt;br&gt;|33650|Inf|Enh|2005-02-19|Jasper performance for multiple files processing &amp;nbsp;|
&lt;br&gt;|33671|Opn|Enh|2005-02-21|Manual Windows service installation with custom na|
&lt;br&gt;|34526|Opn|Nor|2005-04-19|Truncated content in decompressed requests from mo|
&lt;br&gt;|34801|New|Enh|2005-05-08|PATCH: CGIServlet does not terminate child after a|
&lt;br&gt;|34805|Ass|Enh|2005-05-08|warn about invalid security constraint url pattern|
&lt;br&gt;|34868|Ass|Enh|2005-05-11|allow to register a trust store for a session that|
&lt;br&gt;|35054|Inf|Enh|2005-05-25|warn if appBase is not existing as a File or direc|
&lt;br&gt;|35959|Opn|Enh|2005-08-01|mod_jk not independant of UseCanonicalName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|36133|Inf|Enh|2005-08-10|Support JSS SSL implementation &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|36169|New|Enh|2005-08-12|[PATCH] Enable chunked encoding for requests in II|
&lt;br&gt;|36362|New|Enh|2005-08-25|missing check for Java reserved keywords in tag fi|
&lt;br&gt;|36569|Inf|Enh|2005-09-09|Redirects produce illegal URL's &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|36837|Inf|Enh|2005-09-28|Looking for ProxyHandler implementation of Http re|
&lt;br&gt;|36922|Inf|Enh|2005-10-04|setup.sh file mis-advertised and missing &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|36923|New|Nor|2005-10-05|Deactivated EL expressions are not parsed for jsp |
&lt;br&gt;|37018|Ass|Enh|2005-10-11|Document how to use tomcat-SSL with a pkcs11 token|
&lt;br&gt;|37084|Opn|Reg|2005-10-14|JspC from ant fails on JSPs that use custom taglib|
&lt;br&gt;|37334|Inf|Enh|2005-11-02|Realm digest property not aligned with the adminis|
&lt;br&gt;|37449|Opn|Enh|2005-11-10|Two UserDatabaseRealm break manager user &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|37458|Opn|Nor|2005-11-10|Datarace on org.apache.catalina.loader.WebappClass|
&lt;br&gt;|37485|Inf|Enh|2005-11-14|I'd like to run init SQL after JDBC Connection cre|
&lt;br&gt;|37498|Inf|Nor|2005-11-14|[PATCH] NPE in org.apache.catalina.core.ContainerB|
&lt;br&gt;|37515|Inf|Nor|2005-11-15|smap not generated by JspC when used from Ant for |
&lt;br&gt;|37627|Opn|Nor|2005-11-24|Slow and incomplete dynamic content generation aft|
&lt;br&gt;|37785|Inf|Nor|2005-12-05|Changing startup type via Tomcat Monitor does not |
&lt;br&gt;|37794|Opn|Nor|2005-12-05|getParameter() fails on POST with transfer-encodin|
&lt;br&gt;|37797|Inf|Maj|2005-12-05|Configure Tomcat utility truncates classpath to 96|
&lt;br&gt;|37822|Opn|Nor|2005-12-07|WebappClassLoader interfering with Catalina core c|
&lt;br&gt;|37847|Ass|Enh|2005-12-09|Allow User To Optionally Specify Catalina Output F|
&lt;br&gt;|37869|Opn|Nor|2005-12-12|Cannot obtain client certificate with SSL / client|
&lt;br&gt;|37918|Inf|Nor|2005-12-15|EL cannot find valid getter from object when using|
&lt;br&gt;|37984|New|Nor|2005-12-21|JNDIRealm.java not able to handle MD5 password &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|38046|Ass|Reg|2005-12-27|apache-tomcat-5.5.14-deployer doesn't work (Illega|
&lt;br&gt;|38197|Opn|Maj|2006-01-09|taglib pool bug when tag is used with jsp:attribut|
&lt;br&gt;|38216|Inf|Enh|2006-01-10|Extend Jmxproxy to allow call of MBean Operations |
&lt;br&gt;|38217|Ver|Enh|2006-01-10|mention that private key password and keystore pas|
&lt;br&gt;|38268|Inf|Enh|2006-01-13|User friendly: Need submit button on adding/deleti|
&lt;br&gt;|38352|Inf|Nor|2006-01-22|Additional Entries for Default catalina.policy fil|
&lt;br&gt;|38360|Inf|Enh|2006-01-24|Domain for session cookies &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|38367|Inf|Nor|2006-01-24|Executing any Catalina Ant task results in an exce|
&lt;br&gt;|38372|Inf|Cri|2006-01-25|tcnative-1.dll response overflow corruption, parti|
&lt;br&gt;|38427|Inf|Nor|2006-01-27|ServletContextListener Notified Multiple Times Whe|
&lt;br&gt;|38483|New|Nor|2006-02-01|access log valve uses simpledateformat in tread-un|
&lt;br&gt;|38484|New|Min|2006-02-01|webapps Admin: Invalid path /login was requested &amp;nbsp;|
&lt;br&gt;|38516|Inf|Nor|2006-02-05|Configuration Manager loses &amp;quot;Log On&amp;quot; settings &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|38546|Inf|Enh|2006-02-07|Google bot sends invalid If-Modifed-Since Header, |
&lt;br&gt;|38553|Inf|Nor|2006-02-07|Wrong HTTP code for failed CLIENT-CERT authenticat|
&lt;br&gt;|38570|Inf|Nor|2006-02-08|if docBase path contains &amp;quot;webapps&amp;quot;, a backslash is|
&lt;br&gt;|38577|Inf|Enh|2006-02-08|Enhance logging of security failures &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|38630|Inf|Maj|2006-02-13|Environment (java:comp/env/) sometimes not availab|
&lt;br&gt;|38713|Ass|Nor|2006-02-20|java.io.IOException: tmpFile.renameTo(classFile) f|
&lt;br&gt;|38726|Opn|Nor|2006-02-20|GlobalRequestProcessor attributes are always 0 &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|38743|New|Min|2006-02-21|when using APR, JKS options are silently ignored &amp;nbsp;|
&lt;br&gt;|38797|Opn|Nor|2006-02-27|5.5.12 and 5.5.15 emit different code on &amp;lt;jsp:getP|
&lt;br&gt;|38895|Inf|Nor|2006-03-08|Http headers with an underscore &amp;quot;_&amp;quot; change into hy|
&lt;br&gt;|38897|Inf|Nor|2006-03-08|Invalid TLDs receive cryptic error &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|38898|Ass|Nor|2006-03-08|Tomcat service fails without error message &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|38916|Inf|Enh|2006-03-10|HttpServletRequest cannot handle multipart request|
&lt;br&gt;|38950|Inf|Nor|2006-03-13|Problem with WebappClassLoader in background threa|
&lt;br&gt;|38997|Inf|Nor|2006-03-16|install4iis.js doesn't work on Windows 2003 Server|
&lt;br&gt;|39013|Ass|Min|2006-03-17|Incorrect use of docBase from XML Context file dep|
&lt;br&gt;|39053|Inf|Enh|2006-03-21|include Tomcat embedded sample &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|39089|Opn|Cri|2006-03-23|java.lang.InternalError: name is too long to repre|
&lt;br&gt;|39194|Inf|Nor|2006-04-04|classpath inconsistent between Windows and Unix fo|
&lt;br&gt;|39231|New|Nor|2006-04-06|The JAAS contract for LoginModule is broken &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39309|Opn|Enh|2006-04-14|tomcat can't compile big jsp, hitting a compiler l|
&lt;br&gt;|39326|Inf|Nor|2006-04-17|RMI doesn't work when unpackWars=&amp;quot;true&amp;quot; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39396|New|Nor|2006-04-24|OPTIONS request on directory with no default file |
&lt;br&gt;|39417|Opn|Nor|2006-04-26|ApplicationDispatcher.unwrapRequest() should not a|
&lt;br&gt;|39433|New|Maj|2006-04-27|JAAS LoginModule handling ignores Principals and C|
&lt;br&gt;|39530|New|Nor|2006-05-09|Tomcat 5.5.17 generates incorrect code with trimSp|
&lt;br&gt;|39557|New|Nor|2006-05-11|Include of JSP documents with custom tag libs &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39589|New|Nor|2006-05-16|$CATALINA_BASE/shared/lib and $CATALINA_BASE/share|
&lt;br&gt;|39603|New|Nor|2006-05-17|admin application does not display contexts under |
&lt;br&gt;|39630|Inf|Nor|2006-05-22|Context creation fails when the context tries to b|
&lt;br&gt;|39637|New|Nor|2006-05-23|AJP13 connector does not handle chain of SSL clien|
&lt;br&gt;|39728|Inf|Nor|2006-06-06|Tomcat throws Security Exception when using signed|
&lt;br&gt;|39732|Inf|Nor|2006-06-06|Tomcat as a service does not stop when JAXRPCServl|
&lt;br&gt;|39740|New|Enh|2006-06-07|semi-colon ; isn't allowed as a query argument sep|
&lt;br&gt;|39832|Inf|Enh|2006-06-17|HTML Manager improvements &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|39844|Inf|Nor|2006-06-20|non-HTTP forward will alway result NullPointerExce|
&lt;br&gt;|39862|Inf|Enh|2006-06-22|provide support for protocol-independent GenericSe|
&lt;br&gt;|39967|Inf|Nor|2006-07-05|mod_jk gives segmentation fault when apache is sta|
&lt;br&gt;|39997|Inf|Maj|2006-07-10|JSVC and APR do not work together for HTTPS connec|
&lt;br&gt;|40001|Inf|Enh|2006-07-10|HTML pages should not use GET to restart web-apps.|
&lt;br&gt;|40002|Opn|Nor|2006-07-10|JULI Should Use Context ClassLoader for Formatter |
&lt;br&gt;|40042|Inf|Maj|2006-07-14|When mcastBindAddress is set and disabling/enablin|
&lt;br&gt;|40050|Inf|Nor|2006-07-14|context XML file deleted when path is not readable|
&lt;br&gt;|40162|Inf|Nor|2006-08-02|JNDI Environment is null within subthreads in Serv|
&lt;br&gt;|40208|Inf|Nor|2006-08-08|Request-Dump when ErrorDocument in httpd.conf is a|
&lt;br&gt;|40211|Inf|Enh|2006-08-08|Compiled JSP don't indent HTML code &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|40218|New|Enh|2006-08-08|JNDI realm - recursive group/role matching &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40222|Inf|Enh|2006-08-09|Default Tomcat configuration alows easy session hi|
&lt;br&gt;|40380|Inf|Nor|2006-08-31|Potential syncro problem in StandardSession.expire|
&lt;br&gt;|40402|New|Enh|2006-09-03|Manager should display Exceptions &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|40510|New|Enh|2006-09-14|installer does not create shortcuts for all users |
&lt;br&gt;|40534|Inf|Enh|2006-09-18|JMX Monitoring in Tomcat &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40551|Opn|Maj|2006-09-20|Sticky sessions using PersistentManager enter inde|
&lt;br&gt;|40712|New|Enh|2006-10-10|Realm admin error. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40728|Inf|Enh|2006-10-11|Catalina MBeans use non-serializable classes &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|40766|New|Enh|2006-10-16|Using an unsecure jsessionid with mod_proxy_ajp ov|
&lt;br&gt;|40775|Inf|Nor|2006-10-17|Single-sign on session invalidation not working as|
&lt;br&gt;|40809|Opn|Nor|2006-10-23|Tomcat 5.5.20 fails to load ServletContextListener|
&lt;br&gt;|40811|Opn|Nor|2006-10-24|Context listeners called multiple times &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|40881|Opn|Nor|2006-11-02|Unable to receive message through &amp;nbsp;TCP channel -&amp;gt; |
&lt;br&gt;|41007|Opn|Enh|2006-11-20|Can't define customized 503 error page &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41059|Ass|Enh|2006-11-28|WebAppClassLoader clearReferences code break runni|
&lt;br&gt;|41126|Opn|Maj|2006-12-07|segmentation faults with mod_jk 1.2.19 &amp; httpd 2.2|
&lt;br&gt;|41170|Inf|Nor|2006-12-13|single crlf in header termination crashes app. &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41179|New|Enh|2006-12-15|400 Bad Request response during auto re-deployment|
&lt;br&gt;|41227|Opn|Enh|2006-12-21|When the jasper compiler fails to compile a JSP, i|
&lt;br&gt;|41337|Opn|Enh|2007-01-10|Display an error page if no cert is available on C|
&lt;br&gt;|41361|New|Nor|2007-01-14|Content lost when read by a slow client. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41407|New|Nor|2007-01-18|CLIENT-CERT Authentication with JAASRealm not work|
&lt;br&gt;|41430|New|Reg|2007-01-22|JkOptions +ForwardDirectories with Apache's Direct|
&lt;br&gt;|41496|New|Enh|2007-01-30|set a security provider for jsse in a connector co|
&lt;br&gt;|41498|New|Enh|2007-01-30|allRolesMode Realm configuration option not docume|
&lt;br&gt;|41539|Inf|Enh|2007-02-05|NullPointerException during Embedded tomcat restar|
&lt;br&gt;|41564|Inf|Maj|2007-02-07|service.bat does not install tomcat as a service p|
&lt;br&gt;|41606|New|Nor|2007-02-13|The jspInit method is called twice. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|41661|Opn|Nor|2007-02-20|JspConfig.init() is not synchronized &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41664|New|Nor|2007-02-20|ClassLoader does not return directory resources co|
&lt;br&gt;|41673|New|Enh|2007-02-21|Jasper output the message of compiling error using|
&lt;br&gt;|41695|New|Maj|2007-02-24|mod_jk with httpd 2.0.58 on Solaris-10 11/06 dumpi|
&lt;br&gt;|41697|Ver|Enh|2007-02-25|make visible in debug output if charset from brows|
&lt;br&gt;|41709|Inf|Enh|2007-02-26|When calling the API that relates to the buffer af|
&lt;br&gt;|41718|New|Enh|2007-02-27|Status 302 response to GET request has no body whe|
&lt;br&gt;|41824|New|Nor|2007-03-12|Unable to use nested type in TLD &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|41923|Opn|Nor|2007-03-21|Tomcat doesnt recognized client abort &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|42090|New|Cri|2007-04-11|tcnative badly handles some OpenSSL disconnections|
&lt;br&gt;|42366|Inf|Nor|2007-05-09|Memory leak in newer mod_jk version when connectio|
&lt;br&gt;|42390|New|Maj|2007-05-11|JSP compilation error with nested tagfile tags wit|
&lt;br&gt;|42416|New|Enh|2007-05-14|Tomcat startup hangs and AJP13 connector port 8009|
&lt;br&gt;|42419|New|Enh|2007-05-15|Options for changing jsessionid cookie name &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|42443|New|Nor|2007-05-17|Please upload tomcat 5.5.23 jars (including jasper|
&lt;br&gt;|42573|Inf|Maj|2007-06-03|mod_jk 1.2.23 transfer data corrupted &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|42579|New|Nor|2007-06-04|[Patch] JNDIRealm fails to parse absolute names &amp;nbsp; |
&lt;br&gt;|42727|New|Nor|2007-06-23|CoyoteReader readLine returns null for some post r|
&lt;br&gt;|42750|New|Nor|2007-06-26|Http Post requests not handled correctly if there |
&lt;br&gt;|42899|New|Nor|2007-07-15|Creating a new context via Admin Tool fails when c|
&lt;br&gt;|42943|New|Nor|2007-07-20|jsp:text gets confused with other *:text elements |
&lt;br&gt;|43079|New|Nor|2007-08-09|pattern verification broken &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43080|Opn|Nor|2007-08-09|Suspicious url pattern warning logged to wrong web|
&lt;br&gt;|43191|New|Nor|2007-08-22|compressableMimeType attribute ignored &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;|43423|New|Enh|2007-09-18|catalina.sh -force too fast &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;|43538|New|Enh|2007-10-02|[patch] Show the hostname and IP address in the ma|
&lt;br&gt;|43578|New|Reg|2007-10-09|Tomcat fails to start on linux if CATALINA_HOME co|
&lt;br&gt;|43726|New|Enh|2007-10-29|Tomcat does not start when using a 64bit JDK on Wi|
&lt;br&gt;|43796|Inf|E