[Tomcat Wiki] Update of FAQ/Clustering by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Clustering The comment on the change is: Add question list to start.

[Tomcat Wiki] Update of FAQ/Connectors by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Connectors The comment on the change is: Add anchors - ran out of time for list of questions on this page.

DO NOT REPLY [Bug 44537] New: RequestDispatcher: query params lost for wrapped requests

2008-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44537 Summary: RequestDispatcher: query params lost for wrapped requests Product: Tomcat 5 Version: 5.5.23 Platform: PC OS/Version: Windows XP Status: NEW

DO NOT REPLY [Bug 44537] RequestDispatcher: query params lost for wrapped requests

2008-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44537 John O'Hanley [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL

Re: Reorder the http header generated by tomcat

2008-03-05 Thread Jim Jagielski
Why? On Mar 5, 2008, at 1:07 AM, Hanks Wang (hanwan) wrote: Hi all, I'd like to describe my problem clearer: Currently the http header which generated by Tomcat is something like: Accept-Ranges: none Content-Type: text/plain Server: test123 Can I change it into below order? Server: test123

svn commit: r633892 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:05:06 2008 New Revision: 633892 URL: http://svn.apache.org/viewvc?rev=633892view=rev Log: cast votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Reorder the http header generated by tomcat

2008-03-05 Thread George Sexton
Jim Jagielski wrote: Why? Evidently because he doesn't understand how to write a sort routine that will put them in the order he would like... So, he wants you to do it for him. I can sort of understand the desire. I had to write an iCal parser, and it turns out that it's a lot easier

svn commit: r633894 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:07:38 2008 New Revision: 633894 URL: http://svn.apache.org/viewvc?rev=633894view=rev Log: Promote backports with =3 +1s Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r633895 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/net/SSLImplementation.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:09:46 2008 New Revision: 633895 URL: http://svn.apache.org/viewvc?rev=633895view=rev Log: Mark method that adds a JSSE dependency to the SSL abstraction as deprecated Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r633907 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/valves/ExtendedAccessLogValve.java webapps/docs/changelog.xml

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:18:09 2008 New Revision: 633907 URL: http://svn.apache.org/viewvc?rev=633907view=rev Log: Merge r620778 from trunk: ExtendedAccessLogValve cs-uri not print empty querystring Submitted by: pero Reviewed by: jim Modified: tomcat/tc6.0.x/trunk/STATUS.txt

svn commit: r633908 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/ServerCookie.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:19:38 2008 New Revision: 633908 URL: http://svn.apache.org/viewvc?rev=633908view=rev Log: Merge r627743, r630533 from trunk: Add STRICT compliance flag to impact cookie value handling to provide backwards compatibility Add STRICT complanice flag to impact

svn commit: r633909 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/connector/CoyoteAdapter.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:20:19 2008 New Revision: 633909 URL: http://svn.apache.org/viewvc?rev=633909view=rev Log: Merge r627883 from trunk: Fix ArrayIndexOutOfBoundsException reported on users list. Patch provided by Charles R Caldarale. Submitted by: markt Reviewed by: jim Modified:

svn commit: r633910 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/session/ManagerBase.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:21:05 2008 New Revision: 633910 URL: http://svn.apache.org/viewvc?rev=633910view=rev Log: Merge r627689 from trunk: fix NPE java.lang.NullPointerException at org.apache.catalina.session.ManagerBase.processExpires(ManagerBase.java:682) at

svn commit: r633911 - in /tomcat/tc6.0.x/trunk/webapps/docs: project.xml status.xml

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:22:04 2008 New Revision: 633911 URL: http://svn.apache.org/viewvc?rev=633911view=rev Log: Merge r630006 from trunk: As per http://marc.info/?l=tomcat-devm=120303263525849w=2, remove status page and point to wiki. Submitted by: markt Reviewed by: jim Removed:

DO NOT REPLY [Bug 44541] New: Document packetSize attribute

2008-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44541 Summary: Document packetSize attribute Product: Tomcat 5 Version: 5.5.21 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

svn commit: r633913 - in /tomcat/tc6.0.x/trunk: RUNNING.txt STATUS.txt

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:24:59 2008 New Revision: 633913 URL: http://svn.apache.org/viewvc?rev=633913view=rev Log: Merge r627602 from trunk: As pointed out on the users list, lib is relative to catalina home, not base Submitted by: markt Reviewed by: jim Modified:

svn commit: r633914 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11NioProtocol.java

2008-03-05 Thread jim
Author: jim Date: Wed Mar 5 08:25:46 2008 New Revision: 633914 URL: http://svn.apache.org/viewvc?rev=633914view=rev Log: Merge r616896 from trunk: The NIO connector is hard-coded to use the JSSE SSL implementation so just use it directly. This patch allows the JSSE dependency in the SSL

Re: Reorder the http header generated by tomcat

2008-03-05 Thread Jim Jagielski
Requiring any specific order on HTTP response headers is completely bogus... On Mar 5, 2008, at 11:06 AM, George Sexton wrote: Jim Jagielski wrote: Why? Evidently because he doesn't understand how to write a sort routine that will put them in the order he would like... So, he wants

Re: Reorder the http header generated by tomcat

2008-03-05 Thread William A. Rowe, Jr.
Jim Jagielski wrote: Requiring any specific order on HTTP response headers is completely bogus... :) To elaborate on why Jim thinks so (and we all agree)... - it's not spec. You cannot rely on this when authoring a user agent. - proxies can and will reorder whatever pretty order you assign

[Tomcat Wiki] Update of FAQ/Connectors by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Connectors The comment on the change is: Add question list to start.

[Tomcat Wiki] Update of FAQ/Deployment by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Deployment The comment on the change is: Add question list to start.

[Tomcat Wiki] Trivial Update of FAQ by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ -- * [wiki:/Connectors

[Tomcat Wiki] Update of FAQ by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ The comment on the change is: Fix broken link

[Tomcat Wiki] Update of FAQ/Developing by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Developing The comment on the change is: Add question list to start.

[Tomcat Wiki] Update of FAQ/FDA Validation by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/FDA_Validation The comment on the change is: Add question list to start.

[Tomcat Wiki] Update of FAQ/Linux Unix by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Linux_Unix The comment on the change is: Add question list to start.

Re: svn commit: r633908 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/ServerCookie.java

2008-03-05 Thread Mark Thomas
[EMAIL PROTECTED] wrote: Author: jim Date: Wed Mar 5 08:19:38 2008 New Revision: 633908 URL: http://svn.apache.org/viewvc?rev=633908view=rev Log: Merge r627743, r630533 from trunk: Add STRICT complanice flag to impact ServletContext.getResource(AsStream) to be backwards compatible I don't

Re: svn commit: r633908 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/ServerCookie.java

2008-03-05 Thread Jim Jagielski
On Mar 5, 2008, at 1:52 PM, Mark Thomas wrote: [EMAIL PROTECTED] wrote: Author: jim Date: Wed Mar 5 08:19:38 2008 New Revision: 633908 URL: http://svn.apache.org/viewvc?rev=633908view=rev Log: Merge r627743, r630533 from trunk: Add STRICT complanice flag to impact

Re: svn commit: r633908 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/tomcat/util/http/ServerCookie.java

2008-03-05 Thread Jim Jagielski
Ahhh some of that was in r629848 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reorder the http header generated by tomcat

2008-03-05 Thread George Sexton
William A. Rowe, Jr. wrote: Jim Jagielski wrote: Requiring any specific order on HTTP response headers is completely bogus... :) To elaborate on why Jim thinks so (and we all agree)... - it's not spec. You cannot rely on this when authoring a user agent. - proxies can and will reorder

May Chun Chew/FEA/PEC is out of the office.

2008-03-05 Thread May Chun Chew
I will be out of the office starting 03/06/2008 and will not return until 03/07/2008. I am Contactable at (65)97876648. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Reorder the http header generated by tomcat

2008-03-05 Thread Arend van Spriel
Still it is good to clarify the WHY as explained by William. I would say to mr. wang to get rid of any need for a specific order before getting started with implementing some sorting algorithm. George Sexton wrote: William A. Rowe, Jr. wrote: Jim Jagielski wrote: Requiring any specific

RE: Fix #43236

2008-03-05 Thread Leech, Jonathan
I read the spec the same way as you do. I have written filters that are even more permissive than this fix, and I have also written filters that strictly adhere to the spec. Strictly adhering to the spec is definitely the way to go. If you want/need your application to violate the spec, you can

Re: Fix #43236

2008-03-05 Thread Jess Holle
Leech, Jonathan wrote: I read the spec the same way as you do. I have written filters that are even more permissive than this fix, and I have also written filters that strictly adhere to the spec. Strictly adhering to the spec is definitely the way to go. If you want/need your application to

Re: Fix #43236

2008-03-05 Thread Jess Holle
P.S. Thanks for the reply. No one had responded yet and I despite much googling I really couldn't seem to find any discussion of the nuances of this area of the servlet spec. Jess Holle wrote: Leech, Jonathan wrote: I read the spec the same way as you do. I have written filters that are

Re: Fix #43236

2008-03-05 Thread Mark Thomas
Jess Holle wrote: On the other hand, the servlet spec seems to state fairly unequivocally that (1) and (2) should result in IllegalStateExceptions and in (3) the setCharacterEncoding() call should be silently ignored. I'm not arguing for the fix to be rolled back, but I am trying to get some

[Tomcat Wiki] Update of FAQ/Logging by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Logging The comment on the change is: Add question list to start. Remove obsolete entry that referred to

[Tomcat Wiki] Update of FAQ/Memory by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Memory The comment on the change is: Add question list to start. Add Yourkit to list of profilers.

[Tomcat Wiki] Update of FAQ/Memory by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Memory -- == Questions ==

[Tomcat Wiki] Update of FAQ/About by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/About The comment on the change is: Add question list to start. Update how to edit faq entry.

[Tomcat Wiki] Trivial Update of FAQ/About by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/About -- == Answers ==

[Tomcat Wiki] Update of FAQ/Miscellaneous by markt

2008-03-05 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The following page has been changed by markt: http://wiki.apache.org/tomcat/FAQ/Miscellaneous The comment on the change is: Add anchors. Remove dups. Correct jdk/jre answer.