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
-
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
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
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
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
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
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
---
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.
-
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=44520
nasser <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment
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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=41746
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|REOPENED|RESOLVED
https://issues.apache.org/bugzilla/show_bug.cgi?id=44522
Mark Thomas <[EMAIL PROTECTED]> changed:
What|Removed |Added
Status|NEW |RESOLVED
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
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
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
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
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
---
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=41746
vibhuti <[EMAIL PROTECTED]> changed:
What|Removed |Added
CC||[EMAIL PROTECTED]
21 matches
Mail list logo