Re: Can't handle the Arabic paratmeter name

2008-02-06 Thread Moayad Abu Jaber
Dear Mark,
I guess this bug !
if you can resolve it without change the code of tomcat, that's mean this is
a question.

Best Regards,
Moayad
On Feb 6, 2008 10:22 AM, Mark Thomas <[EMAIL PROTECTED]> wrote:

> Moayad Abu Jaber wrote:
> > Greeting,
> >
> > When i try to put the field have Arabic name and handle it in servlet I
> give
> > null value. Though when handle all parameters name I see the parameter
> name
> > as garbage.
>
> This is a question for the users list.
>
> Mark
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


DO NOT REPLY [Bug 44342] - Cannot run tomcat on Solaris IPv6-only machine

2008-02-06 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=44342





--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 03:02 ---
(In reply to comment #9) Filip, I am not a UNIX sysadmin.  Can you kindly tell
me what I need to check for and/or change on my Solaris system?  Thank you much.


-- 
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 44349] - mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2008-02-06 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=44349





--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 05:40 ---
Created an attachment (id=21484)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21484&action=view)
jk.shm.[PID] attached


-- 
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 44349] - mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2008-02-06 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=44349





--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 05:42 ---
Created an attachment (id=21485)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21485&action=view)
jk.shm.[PID] attached


-- 
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 44349] - mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2008-02-06 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=44349





--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 05:48 ---
The Linux environment running the Apache is:

Centos 4.4 (=Redhat Enterprise Linux 4 update 4)
Linux Kernel 2.6.9-42.0.10.ELsmp
Glibc 2.3.4-2.25


-- 
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 44369] New: - status worker: format string of address is wrong

2008-02-06 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=44369

   Summary: status worker: format string of address is wrong
   Product: Tomcat 5
   Version: Nightly Build
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: P2
 Component: Native:JK
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


hi

The format character string of address displayed by "Listing AJP Worker" is 
wrong. 

Index: mod_jk/native/common/jk_status.c
===
--- mod_jk/native/common/jk_status.c(revision 619008)
+++ mod_jk/native/common/jk_status.c(working copy)
@@ -227,11 +227,11 @@
 #define JK_STATUS_SHOW_AJP_CONF_ROW"" \
"%s" \
"%s:%d" \
+   "%s" \
"%d" \
"%d" \
"%d" \
"%d" \
-   "%d" \
"%u" \
"%u" \
"" \

regards.

-- 
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: r619035 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-02-06 Thread rjung
Author: rjung
Date: Wed Feb  6 07:52:07 2008
New Revision: 619035

URL: http://svn.apache.org/viewvc?rev=619035&view=rev
Log:
BZ 44369: Fix format character in status worker AJP worker display
(IP address as string).
Reported by Eiji Takahashi (mashmk02 gmail com) against 1.2.27-dev.

Modified:
tomcat/connectors/trunk/jk/native/common/jk_status.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_status.c?rev=619035&r1=619034&r2=619035&view=diff
==
--- tomcat/connectors/trunk/jk/native/common/jk_status.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_status.c Wed Feb  6 07:52:07 
2008
@@ -227,7 +227,7 @@
 #define JK_STATUS_SHOW_AJP_CONF_ROW"" \
"%s" \
"%s:%d" \
-   "%d" \
+   "%s" \
"%d" \
"%d" \
"%d" \



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



DO NOT REPLY [Bug 44369] - status worker: format string of address is wrong

2008-02-06 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=44369


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 07:53 ---
Once again: thanks and fixed in r619035.

-- 
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 44349] - mod_jk/1.2.26 module does not read worker.status.sticky_session_force property correctly

2008-02-06 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=44349





--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 13:02 ---
The file contains sticky_session_force=0 (False/Off).
Can you confirm, that the file belongs to the startup test which logged
sticky_session_force=True, i.e. it's timestamp and PID are OK? I want to exclude
the possibility, that we are talking about a stale file.

I'll now think about ways, how the wrong information could get into the shm 
file.

-- 
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 44342] - Cannot run tomcat on Solaris IPv6-only machine

2008-02-06 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=44342





--- Additional Comments From [EMAIL PROTECTED]  2008-02-06 13:53 ---
I'd post a question on tomcat-user mailing list, you might get some good solaris
gurus there

-- 
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: r619224 - in /tomcat/site/trunk: docs/download-60.html docs/index.html xdocs/download-60.xml xdocs/index.xml

2008-02-06 Thread remm
Author: remm
Date: Wed Feb  6 15:53:23 2008
New Revision: 619224

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

Modified:
tomcat/site/trunk/docs/download-60.html
tomcat/site/trunk/docs/index.html
tomcat/site/trunk/xdocs/download-60.xml
tomcat/site/trunk/xdocs/index.xml

Modified: tomcat/site/trunk/docs/download-60.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-60.html?rev=619224&r1=619223&r2=619224&view=diff
==
--- tomcat/site/trunk/docs/download-60.html (original)
+++ tomcat/site/trunk/docs/download-60.html Wed Feb  6 15:53:23 2008
@@ -218,7 +218,7 @@
 
 
 http://www.apache.org/dist/tomcat/tomcat-6/KEYS";>KEYS |
-6.0.14 |
+6.0.16 |
 http://archive.apache.org/dist/tomcat/tomcat-6";>Archives
   
 
@@ -315,8 +315,8 @@
 
 
 
-
-6.0.14
+
+6.0.16
 
 
 
@@ -326,8 +326,8 @@
 
 
   
-  Please see the 
-  README
+  Please see the 
+  README
   file for packaging information.  It explains what every distribution 
contains.
   
 
@@ -348,33 +348,33 @@
 Core:
   
   
-zip 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.zip.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.zip.md5";>md5)
+zip 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.zip.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.zip.md5";>md5)
   
   
-tar.gz
 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.tar.gz.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.tar.gz.md5";>md5)
+tar.gz
 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.tar.gz.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.tar.gz.md5";>md5)
   
   
-Windows 
Service Installer 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.exe.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.exe.md5";>md5)
+Windows 
Service Installer 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.exe.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16.exe.md5";>md5)
   
   
 
 Deployer:
   
   
-zip
 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14-deployer.zip.asc";>pgp,
  
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14-deployer.zip.md5";>md5)
+zip
 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16-deployer.zip.asc";>pgp,
  
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16-deployer.zip.md5";>md5)
   
   
-tar.gz
 
-(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14-deployer.tar.gz.asc";>pgp,
 
-http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14-deployer.tar.gz.md5";>md5)
+tar.gz
 
+(http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16-deployer.tar.gz.asc";>pgp,
 
+http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/bin/apache-tomcat-6.0.16-deployer.tar.gz.md5";>md5)
   
   
 
@@ -406,14 +406,14 @@
 
   
 
-  tar.gz
 
-  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/src/apache-tomcat-6.0.14-src.tar.gz.asc";>pgp,
 
-  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/src/apache-tomcat-6.0.14-src.tar.gz.md5";>md5)
+  tar.gz
 
+  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/src/apache-tomcat-6.0.16-src.tar.gz.asc";>pgp,
 
+  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/src/apache-tomcat-6.0.16-src.tar.gz.md5";>md5)
 
 
-  zip
 
-  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/src/apache-tomcat-6.0.14-src.zip.asc";>pgp,
 
-  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.14/src/apache-tomcat-6.0.14-src.zip.md5";>md5)
+  zip
 
+  (http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/src/apache-tomcat-6.0.16-src.zip.asc";>pgp,
 
+  http://www.apache.org/dist/tomcat/tomcat-6/v6.0.16/src/apache-tomcat-6.0.16-src.zip.md5";>md5)
 
   
   

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=619224&r