https://issues.apache.org/bugzilla/show_bug.cgi?id=55671
--- Comment #2 from whitingjr ---
(In reply to Konstantin Kolinko from comment #1)
> Steps to reproduce = ?
> Where and how do you configure the JSP compiler? What does not work?
Take a look at a BZ for a downstream project. It details a r
https://issues.apache.org/bugzilla/show_bug.cgi?id=55671
--- Comment #3 from Mark Thomas ---
Created attachment 31187
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31187&action=edit
Proposed patch v1
The proposed patch uses the new name of genStringAsCharArray but retains
support fo
Author: markt
Date: Thu Jan 9 10:25:34 2014
New Revision: 1556776
URL: http://svn.apache.org/r1556776
Log:
Update patch proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556776
Author: markt
Date: Thu Jan 9 10:42:56 2014
New Revision: 1556783
URL: http://svn.apache.org/r1556783
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55888
Clarify that Container elements may only no more than one Realm.
Modified:
tomcat/trunk/webapps/docs/config/realm.xml
Modif
Author: markt
Date: Thu Jan 9 10:45:31 2014
New Revision: 1556784
URL: http://svn.apache.org/r1556784
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55888
Clarify that Container elements may only no more than one Realm.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=55888
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 9 11:38:52 2014
New Revision: 1556788
URL: http://svn.apache.org/r1556788
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55937
Treat a context path of "/ROOT" as equivalent to "" (i.e. it is treated as the
ROOT application).
Note that when deploying an ap
https://issues.apache.org/bugzilla/show_bug.cgi?id=55937
--- Comment #3 from Mark Thomas ---
This has been fixed in 8.0.x for 8.0.0 onwards.
Note that in Tomcat 8, attempting to deploy to /ROOT deploys the WAR as the
ROOT web application but reports that the deployment has failed. After this fix
Author: markt
Date: Thu Jan 9 11:51:32 2014
New Revision: 1556789
URL: http://svn.apache.org/r1556789
Log:
Remove capital Omega from end of message
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/deploy/LocalStrings.properties
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina
Author: markt
Date: Thu Jan 9 11:55:35 2014
New Revision: 1556790
URL: http://svn.apache.org/r1556790
Log:
Treat a context path of "/ROOT" as equivalent to "" (i.e. it is treated as the
ROOT application).
Note that when deploying an application via the manager text interface to
/ROOT, it was de
https://issues.apache.org/bugzilla/show_bug.cgi?id=55937
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55947
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5380
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
Author: markt
Date: Thu Jan 9 13:44:25 2014
New Revision: 1556804
URL: http://svn.apache.org/r1556804
Log:
Fix auto-boxing warnings
Modified:
tomcat/trunk/test/javax/servlet/http/TestCookie.java
Modified: tomcat/trunk/test/javax/servlet/http/TestCookie.java
URL:
http://svn.apache.org/viewv
Author: markt
Date: Thu Jan 9 13:45:54 2014
New Revision: 1556806
URL: http://svn.apache.org/r1556806
Log:
Suppress unused code warnings
Modified:
tomcat/trunk/test/javax/servlet/http/TestCookie.java
Modified: tomcat/trunk/test/javax/servlet/http/TestCookie.java
URL:
http://svn.apache.org/
Author: markt
Date: Thu Jan 9 13:59:10 2014
New Revision: 1556807
URL: http://svn.apache.org/r1556807
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55958
Differentiate between foo.war the directory and foo.war the file
Modified:
tomcat/trunk/java/org/apache/catalina/core/Contai
Author: markt
Date: Thu Jan 9 14:14:24 2014
New Revision: 1556808
URL: http://svn.apache.org/r1556808
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55958
Differentiate between foo.war the directory and foo.war the file
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomca
https://issues.apache.org/bugzilla/show_bug.cgi?id=55958
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=55943
--- Comment #3 from Mark Thomas ---
Doing that won't get you the bootstrap class loader in an Oracle JRE - you'll
get the ext loader (which is good enough for this use case).
For the sake of clarity, my suggestion is start at the system cl
https://issues.apache.org/bugzilla/show_bug.cgi?id=55945
--- Comment #1 from Mark Thomas ---
The logic is very different between these cases.
Case 1:
User requests A
if user indicates they accept gzip encoding AND A.gz exists
Return A.gz as A with an appropriate content-encoding header
els
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5381
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
Peter De Wachter changed:
What|Removed |Added
CC||pdewa...@gmail.com
--
You are
Author: markt
Date: Thu Jan 9 15:01:41 2014
New Revision: 1556823
URL: http://svn.apache.org/r1556823
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55960
Improve SSO unit tests
Patch by Brian Burch
Added:
tomcat/trunk/test/org/apache/catalina/startup/TesterServletEncodeUrl.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=55960
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 9 15:11:01 2014
New Revision: 1556824
URL: http://svn.apache.org/r1556824
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55960
Improve SSO unit tests
Patch by Brian Burch
Added:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/startup/TesterServletEncod
Author: markt
Date: Thu Jan 9 15:25:14 2014
New Revision: 1556834
URL: http://svn.apache.org/r1556834
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55970
Ignore non-JAR resources in WEB-INF/lib when checking to see if a reloadable
web application has updated JARs.
Modified:
to
https://issues.apache.org/bugzilla/show_bug.cgi?id=55970
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=50677
--- Comment #6 from Michael Osipov <1983-01...@gmx.net> ---
Can we have this in 6.0.x too?
I have a similar usecase. I need to add some JARs from the Oracle client
installation. I have defined -Doracle.home=.. in my setenv.sh and then
commo
https://issues.apache.org/bugzilla/show_bug.cgi?id=50677
--- Comment #7 from Michael Osipov <1983-01...@gmx.net> ---
My usecase is the same as Yongqin Xu's from the mailing list.
--
You are receiving this mail because:
You are the assignee for the bug.
--
Author: markt
Date: Thu Jan 9 15:29:45 2014
New Revision: 1556836
URL: http://svn.apache.org/r1556836
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55974
Preserve the order of reported errors and warnings
Modified:
tomcat/trunk/java/org/apache/tomcat/util/descriptor/XmlErrorHan
https://issues.apache.org/bugzilla/show_bug.cgi?id=50677
Mark Thomas changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Component|Catalina
https://issues.apache.org/bugzilla/show_bug.cgi?id=55974
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Thu Jan 9 15:37:26 2014
New Revision: 1556840
URL: http://svn.apache.org/r1556840
Log:
Preserve the order of reported errors and warnings
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor/XmlErrorHandler.jav
Author: markt
Date: Thu Jan 9 15:38:53 2014
New Revision: 1556842
URL: http://svn.apache.org/r1556842
Log:
Update proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1556842&r1=15
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1672
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #9 from Mark Thomas ---
Can someone who has been able to repeat this please test with tomcat/trunk from
svn and see if they can still repeat it. I have been trying to repeat this for
several hours with no success. I am wondering
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Cookies" page has been changed by jboynes:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=25&rev2=26
Comment:
wiki foo
:: '''Issue:''' The notes below that shaped this
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Cookies" page has been changed by jboynes:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=24&rev2=25
Comment:
Promote P3a to new change P4 ensuring the original header val
https://issues.apache.org/bugzilla/show_bug.cgi?id=55937
--- Comment #5 from Jesse Barnum ---
Thank you Mark!!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...
The Buildbot has detected a new failure on builder tomcat-trunk while building
ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5382
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source St
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #10 from Rainer Jung ---
Created attachment 31190
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31190&action=edit
multi-threaded WebCrawler
Slightly enhanced version of the provided WebCrawler class:
- Params URL
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #11 from Konstantin Preißer ---
Created attachment 31191
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31191&action=edit
Alternative Testcase - WAR
--
You are receiving this mail because:
You are the assignee for
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #12 from Konstantin Preißer ---
Created attachment 31192
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31192&action=edit
Alternative Test Case - Java class
Hi Mark,
(In reply to Mark Thomas from comment #9)
> Can
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-7-trunk/builds/1673
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
Konstantin Preißer changed:
What|Removed |Added
Attachment #31192|text/java |text/plain
mime type
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #13 from Rainer Jung ---
I can reproduce errors even for trunk but there currently only read timeouts.
I'm using a relatively slow server and remote access from a more powerful
machine using 10 threads in the improved version of
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #14 from Rainer Jung ---
When crawling not only /docs but also /examples, I get more types of errors.
In the access log (non-200, non-302)
195.227.30.185 - - 18:11:12.441 "GET /docs/cgi-howto.html HTTP/1.1" 400 -
- - - 00:59:5
https://issues.apache.org/bugzilla/show_bug.cgi?id=55945
--- Comment #2 from Christopher Schultz ---
You're right in that the cases are different. I just wanted to point-out that
related capabilities already exist in Tomcat.
I think the right was to do this is to put a Filter in the examples web
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/5383
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #15 from Mark Thomas ---
(In reply to Konstantin Preißer from comment #11)
> Created attachment 31191 [details]
> Alternative Testcase - WAR
Thanks. I can repeat the problem with that variation of the test case. My
testing show
Author: markt
Date: Thu Jan 9 19:33:58 2014
New Revision: 1556929
URL: http://svn.apache.org/r1556929
Log:
Remove unnecessary casts.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11AprProtocol.java
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java
Modified: to
https://issues.apache.org/bugzilla/show_bug.cgi?id=43682
--- Comment #1 from Jesse Barnum ---
I need this feature as well. In my use case, I don't know what my users are
going to name the application, and they could install multiple copies of the
application with different names, so hard-coding t
https://issues.apache.org/bugzilla/show_bug.cgi?id=43682
--- Comment #2 from Konstantin Kolinko ---
I think a possible way to go is in two steps:
1. Allow ${jndi:...} properties in WEB-INF/classes/logging.properties file.
E.g. LogBack has similar feature. See 2013-03 thread "Register static JND
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #16 from Rainer Jung ---
Just in case others want to check as well, it is useSendfile="false" (lower
case "file").
Running test with my multi-threaded version of the crawler against alls tc
webaps right now. Looks better than b
Author: markt
Date: Thu Jan 9 21:32:25 2014
New Revision: 1556957
URL: http://svn.apache.org/r1556957
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
Fix sendfile support on NIO
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #17 from Mark Thomas ---
I believe I have fixed this in 8.0.x trunk. I'd be grateful if one or more of
you who were able to repeat this issue are able to validate (or not) my fix.
--
You are receiving this mail because:
You ar
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #18 from Ognjen Blagojevic ---
So far so good. Tomcat 8 trunk (r1556957) works for me. No exception on client
side, or in server logs, no HTTP 500 errors.
--
You are receiving this mail because:
You are the assignee for the bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976
--- Comment #19 from Rainer Jung ---
Looks promising. I did not get any errors with sendfile turned off and 5
iterations distributed on 20 threads. I now run the recent trunk with your fix
again with 20 threads and the first 2000 iterat
https://issues.apache.org/bugzilla/show_bug.cgi?id=55984
Bug ID: 55984
Summary: Invalid V1 cookie generated if value contains
separator and ALLOW_HTTP_SEPARATORS_IN_V0 is true
Product: Tomcat 8
Version: trunk
Hardware: All
Author: jboynes
Date: Fri Jan 10 03:08:28 2014
New Revision: 1557017
URL: http://svn.apache.org/r1557017
Log:
add tests for setting v1 cookie values
Modified:
tomcat/trunk/test/org/apache/tomcat/util/http/TestSetCookieSupport.java
tomcat/trunk/test/org/apache/tomcat/util/http/TestSetCook
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Cookies" page has been changed by jboynes:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=26&rev2=27
##language:en
= Cookies =
+
+ == Round Trip Behaviour ==
+ The
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "Cookies" page has been changed by jboynes:
https://wiki.apache.org/tomcat/Cookies?action=diff&rev1=27&rev2=28
||0||a"b||test=a"b||a"b||test=a"b||a"b||
||0||a\b||test=a\b||a\b||
62 matches
Mail list logo