RE: Reorder the http header generated by tomcat

2008-03-04 Thread Hanks Wang (hanwan)
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 Accept-Ranges: none Content-Type: text/plain Thanks! Han -

Reorder the http header generate by tomcat

2008-03-04 Thread Hanks Wang (hanwan)
Hi all, I edit server.xml as: ... It will add "server" item in my response header, so now the http header is something like: Cache-Control: no-store, no-cache, must-revalidate Accept-Ranges: none Content-Type: text/plain Connection: close Server: test123 The "Server" is put to the last item of

DO NOT REPLY [Bug 44522] Https doesn't work on APR+OpenSSL

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44522 --- Comment #3 from wanghan <[EMAIL PROTECTED]> 2008-03-04 17:50:16 --- hi Mark, Thanks for your reply. But I'm sure I only changed the server.xml after I download tomcat6.0.14 from official site,no any other changes on it. I compared b

Fix #43236

2008-03-04 Thread Jess Holle
I belatedly noticed this bug fix in 5.5.26 and 6.0.16. On the one hand this seems like a nice fix, allowing the following call sequences on ServletResponse: 1. getWriter(), reset(), and then getOutputStream() 2. getOutputStream(), reset(), and then getWriter() 3. getWriter(), reset(), se

DO NOT REPLY [Bug 44534] New: ConcurrentModificationException upon container startup

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44534 Summary: ConcurrentModificationException upon container startup Product: Tomcat 5 Version: 5.5.26 Platform: PC OS/Version: Linux Status: NEW Severity: major P

Re: Bug in B2C converter WAS: svn commit: r568307 - /tomcat/trunk/java/org/apache/tomcat/util/buf/B2CConverter.java

2008-03-04 Thread Mark Thomas
Costin Manolache wrote: Sorry, I didn't mean for 5.5.x or 6.0.x, but for whatever is next. API breaking development is in http://svn.apache.org/repos/asf/tomcat/trunk/ (not that there is that much of it yet). Nearly all patches to that branch (CTR) are proposed for back porting to 6.0.x, som

[Tomcat Wiki] Update of "FAQ/CharacterEncoding" by markt

2008-03-04 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/CharacterEncoding The comment on the change is: More Q lists ---

[Tomcat Wiki] Update of "FAQ/Class Not Found" by markt

2008-03-04 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/Class_Not_Found The comment on the change is: Add Q list. Update doc refs. -

[Tomcat Wiki] Update of "FAQ/Bugs" by markt

2008-03-04 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/Bugs The comment on the change is: Restore the question list. Note numbers are arbitary and can be in any

DO NOT REPLY [Bug 44520] Tomcat as Windows Service v.s. start manually

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44520 nasser <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment

DO NOT REPLY [Bug 44529] New: RealmBase authorization via hasResourcePermission not fully servlet spec compliant

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44529 Summary: RealmBase authorization via hasResourcePermission not fully servlet spec compliant Product: Tomcat 6 Version: 6.0.14 Platform: PC OS/Version: Windows Vista

DO NOT REPLY [Bug 44527] New: window.open() for mime extensions does not work with security constraints.

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44527 Summary: window.open() for mime extensions does not work with security constraints. Product: Tomcat 5 Version: 5.5.9 Platform: PC OS/Version: Windows XP Statu

DO NOT REPLY [Bug 41746] Default web application can not be changed

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41746 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 44522] Https doesn't work on APR+OpenSSL

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44522 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 44389] Cleanup of org.apache.naming.resources. CacheEntry resources (memory leak)

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44389 --- Comment #1 from Arto Huusko <[EMAIL PROTECTED]> 2008-03-04 05:26:16 --- Caused by non-static inner class DispatchData in org.apache.cataline.core.ApplicationContext being held in a (non-static) ThreadLocal. While seemingly dispatch

DO NOT REPLY [Bug 44354] cookies= false not honored when jsessionid comes from a cookie

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44354 --- Comment #4 from Ralf Wiebicke <[EMAIL PROTECTED]> 2008-03-04 05:05:55 --- I just reproduced the problem on my 6.0.14 again, switched to 6.0.16 and it was gone. Thanks alot! -- Configure bugmail: https://issues.apache.org/bugzilla

Re: DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Jim Manico
Remy, I think it would serve you to review the proposed Apache code of conduct at http://wiki.apache.org/incubator/CodeOfConduct *Motto* *Core Value* * Put community before code. * * collaboration * Let they that do the work make the decisions. self-determina

Re: DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Remy Maucherat
On Tue, 2008-03-04 at 12:45 +0100, Remy Maucherat wrote: > On Tue, 2008-03-04 at 12:32 +0200, Arto Huusko wrote: > > The DispatchData subclass in org.apache.cataline.core.ApplicationContext > > causes ClassLoader leak, when a web application is undeployed. > > And so you feel your bug is important

Re: DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Remy Maucherat
On Tue, 2008-03-04 at 12:32 +0200, Arto Huusko wrote: > The DispatchData subclass in org.apache.cataline.core.ApplicationContext > causes ClassLoader leak, when a web application is undeployed. And so you feel your bug is important enough to spam about it ? Rémy ---

DispatchData in ApplicationContext causes ClassLoader leak

2008-03-04 Thread Arto Huusko
The DispatchData subclass in org.apache.cataline.core.ApplicationContext causes ClassLoader leak, when a web application is undeployed. When a URI belonging to the web application is accessed, a reference to the ApplicationContext object is made through the DispatchData instance, and the DispatchD

DO NOT REPLY [Bug 41746] Default web application can not be changed

2008-03-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=41746 vibhuti <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]