svn commit: r489581 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2006-12-22 Thread rjung
Author: rjung
Date: Fri Dec 22 00:43:15 2006
New Revision: 489581

URL: http://svn.apache.org/viewvc?view=rev&rev=489581
Log:
Another fix for the changed retries default value (docs).

Modified:
tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/workers.xml?view=diff&rev=489581&r1=489580&r2=489581
==
--- tomcat/connectors/trunk/jk/xdocs/reference/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Fri Dec 22 00:43:15 
2006
@@ -150,7 +150,7 @@
 
 
 The number of retries that the worker will try in case of error returned from 
remote
-Tomcat. If the number of retries set is greater then three (the default 
value), on
+Tomcat. If the number of retries set is greater than two (the default value), 
on
 each retry after default an extra wait of 100ms will be inserted.
 
 



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



Re: mod_jk, default value of retries is still 3?

2006-12-22 Thread Rainer Jung
Oh, I overlooked that one. Changes it too for 1.2.21 and on the web 
site. The web site needs a few hours to sync. Thanks again for spotting it.


Rainer

Takayuki Kaneko wrote:

Hi, Rainer

I saw "three" in the description column. :)

Regards,

-Takayuki


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



DO NOT REPLY [Bug 41213] - URLs with session ID in them no longer work

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

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





--- Additional Comments From [EMAIL PROTECTED]  2006-12-22 01:36 ---
Hi,

I tried a URL encoded session id with mod_jk/1.2.20 and Apache 2.0.58 and it did
work. I believe the decoding already happens inside apache, before passing the
request to mod_jk, and it should work with older versions too. Please increase
your JkLogLevel to debug and compare the result on a URL encoded request with
the following log output:

[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (569): Removing Session path
';jsessionid=5A83896B1E0B44C6FEB0E912C5EEF25A.w-1' URI '/session.jsp'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (575): Attempting to map URI
'/session.jsp;jsessionid=5A83896B1E0B44C6FEB0E912C5EEF25A.w-1' from 6 maps
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/jsp-examples/*=lb' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/modjk/*=w-1' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/jsp-examples=lb' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/jkstatus2=status2' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (587): Attempting to map context URI
'/*.jsp=lb' source 'worker definition'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
map_uri_to_worker::jk_uri_worker_map.c (602): Found a wildchar match '/*.jsp=lb'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] jk_handler::mod_jk.c (1999):
Into handler jakarta-servlet worker=lb r->proxyreq=0
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
wc_get_worker_for_name::jk_worker.c (114): found a worker lb
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] wc_maintain::jk_worker.c (321):
Maintaining worker w-1
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] wc_maintain::jk_worker.c (321):
Maintaining worker lb
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
maintain_workers::jk_lb_worker.c (509): decay with 2^2
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug]
wc_get_name_for_type::jk_worker.c (290): Found worker type 'lb'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] init_ws_service::mod_jk.c
(584): Service protocol=HTTP/1.1 method=GET host=(null) addr=127.0.0.1
name=localhost port=8080 auth=(null) user=(null) laddr=127.0.0.1 raddr=127.0.0.1
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] service::jk_lb_worker.c (840):
service sticky_session=1 id='5A83896B1E0B44C6FEB0E912C5EEF25A.w-1'
[Fri Dec 22 09:54:08 2006] [13973:63840] [debug] service::jk_lb_worker.c (860):
service worker=w-2 route=w-2

If you think, it's a mod_jk bug, we need the relevant parts of your web serer
config, your mod_jk config and the version and platform information.



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

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



Re: 6.0 status

2006-12-22 Thread Remy Maucherat

Filip Hanik - Dev Lists wrote:

due to a pending move, I wont have time for this until 2nd half of January.


No problem. Unless someone disagrees, I will proceed with a 6.0.7 tag 
later today (at 00:00 GMT+1, as usual).


Rémy

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



DO NOT REPLY [Bug 40828] - non-working jsp example jsxp svg

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




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

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



DO NOT REPLY [Bug 40828] - non-working jsp example jsxp svg

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

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





--- Additional Comments From [EMAIL PROTECTED]  2006-12-22 08:53 ---
Hi,
I have some additional info after a long time of searching for a solution.
I place a [EMAIL PROTECTED] to solve the problem, they had only some 
suggestions 
but it didn't solve it. 
I installed Tomcat 6.0.2beta and tried to run some simple code trying to solve 
the problem using wireshark etc.
The fun is that the code I was using works on 6.0.2 beta but not on 5.5.20
(I can't refresh (with a good result) in 5.5.20 but I do in 6.0.2).
Can you tell me what the difference is between 6.0.2 so I can alter some 
settings etc to 5.5.20.
I can't use 6.0.2 because the system runs production and I will not run beta 
software for production.
The code I used:




<%@ page contentType="image/svg-xml" %>
<%@ page import = "java.util.*" %>







http://www.google.nl"; 
 target="_top">
<% out.print("(from out.print) = link to google.nl");%>
 




Regards,
Duncan

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

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



svn commit: r489806 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2006-12-22 Thread remm
Author: remm
Date: Fri Dec 22 16:08:09 2006
New Revision: 489806

URL: http://svn.apache.org/viewvc?view=rev&rev=489806
Log:
- Changelog update.

Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=489806&r1=489805&r2=489806
==
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Dec 22 16:08:09 2006
@@ -14,6 +14,39 @@
   
 
 
+
+  
+
+  
+Fix installer's bitmap (mturk)
+  
+
+  
+  
+
+  
+Refactor logging of errors which may occur when reading a post body 
(remm)
+  
+
+  
+  
+
+  
+37869: Also use the SSL_INFO_CLIENT_CERT field if the chain 
is empty,
+submitted by Grzegorz Grzybek (remm)
+  
+
+  
+
+
+  
+
+  
+Fix tagging which did not include 6.0.5's changelog (remm)
+  
+
+  
+
 
   
 



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



DO NOT REPLY [Bug 40828] - non-working jsp example jsxp svg

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

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


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2006-12-22 17:01 ---
Again, SVG works for me in 5.5.20. I have tested with your provided example and
with a few changes so it is actually displayed it works fine with refresh.

This is clearly a browser/svg plugin issue, not a Tomcat issue.


For the record the amended test case was:

<%@ page contentType="image/svg-xml" %>
<%@ page import = "java.util.*" %>

http://www.w3.org/2000/svg";
 xmlns:xlink="http://www.w3.org/1999/xlink";
 version="1.1"
 baseProfile="full"
 width="860" height="600">



http://www.google.nl"; 
 target="_top">
<% out.print("(from out.print) = link to google.nl");%>
 




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

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



svn commit: r489812 - /tomcat/tc6.0.x/tags/TOMCAT_6_0_7/

2006-12-22 Thread remm
Author: remm
Date: Fri Dec 22 17:07:30 2006
New Revision: 489812

URL: http://svn.apache.org/viewvc?view=rev&rev=489812
Log:
made a copy

Added:
tomcat/tc6.0.x/tags/TOMCAT_6_0_7/
  - copied from r489811, tomcat/tc6.0.x/trunk/


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