Author: olamy
Date: Thu Oct 13 09:04:34 2011
New Revision: 1182729
URL: http://svn.apache.org/viewvc?rev=1182729&view=rev
Log:
remove empty directories
Removed:
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/java/org/codehaus/
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/
Author: olamy
Date: Thu Oct 13 09:09:13 2011
New Revision: 1182733
URL: http://svn.apache.org/viewvc?rev=1182733&view=rev
Log:
remove not needed resources
Removed:
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/test/
Author: markt
Date: Thu Oct 13 09:19:25 2011
New Revision: 1182734
URL: http://svn.apache.org/viewvc?rev=1182734&view=rev
Log:
Commit
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=118
Modified: tomcat/site/trunk/docs/migration.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1182736&r1=1182735&r2=1182736&view=diff
==
--- tomcat/site/trunk/docs/migration.html (original)
++
Modified: tomcat/site/trunk/docs/legal.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/legal.html?rev=1182736&r1=1182735&r2=1182736&view=diff
==
--- tomcat/site/trunk/docs/legal.html (original)
+++ tomcat/sit
Modified: tomcat/site/trunk/docs/svn.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=1182736&r1=1182735&r2=1182736&view=diff
==
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trun
Modified: tomcat/site/trunk/docs/security-4.html
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?rev=1182736&r1=1182735&r2=1182736&view=diff
==
--- tomcat/site/trunk/docs/security-4.html (original)
Author: olamy
Date: Thu Oct 13 09:23:38 2011
New Revision: 1182738
URL: http://svn.apache.org/viewvc?rev=1182738&view=rev
Log:
move it tests metadata to o.a.t.m namespace
Modified:
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/java/org/apache/tomcat/maven/it/AbstractWarProjectIT.
Author: kkolinko
Date: Thu Oct 13 09:34:17 2011
New Revision: 1182744
URL: http://svn.apache.org/viewvc?rev=1182744&view=rev
Log:
Remove doctype. It is not XHTML anymore.
(And it honestly never was, with our etc. markup).
Modified:
tomcat/site/trunk/docs/bugreport.html
tomcat/site/trunk/
Author: kkolinko
Date: Thu Oct 13 09:42:28 2011
New Revision: 1182745
URL: http://svn.apache.org/viewvc?rev=1182745&view=rev
Log:
Change output encoding, so that header added by XSTL processor matches
with
HTTP Content-Type header added by tomcat.apache.org site.
Modified:
tomcat/site/trunk
Hi!
The HTML pages on http://tomcat.apache.org/ are served with the
following HTTP header:
Content-Type: text/html; charset=utf-8
This happens both with US and EU mirrors (verified with "wget
--save-headers") and
it contradicts with our generating the pages as iso-8859-1.
The noticeable effect
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Mark Thomas changed:
What|Removed |Added
Attachment #27761|0 |1
is obsolete|
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #19 from Konstantin Kolinko 2011-10-13
11:32:13 UTC ---
(In reply to comment #18)
> Created attachment 27767 [details]
Re: startStopExecutor.allowCoreThreadTimeOut(true);
I think that just using "0" instead of getStartStopThr
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #20 from Konstantin Kolinko 2011-10-13
11:40:13 UTC ---
> (In reply to comment #18)
> > Created attachment 27767 [details]
Re: HostConfig, one more:
-hostConfig.deployWar=Deploying web application archive {0}
The above messa
On 13/10/2011 12:32, bugzi...@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
>
> --- Comment #19 from Konstantin Kolinko 2011-10-13
> 11:32:13 UTC ---
> (In reply to comment #18)
>> Created attachment 27767 [details]
>
> Re: startStopExecutor.allowCoreThreadTimeOut
2011/10/13 Mark Thomas :
>
>> In one place Future is used, while I think it could be Future like
>> in
>> other places.
>
> That is the difference between a callable and runnable and I think it is
> correct. At least I see errors if I try using Future there.
Do you need Runnable in DeployDescrip
Author: markt
Date: Thu Oct 13 12:12:47 2011
New Revision: 1182796
URL: http://svn.apache.org/viewvc?rev=1182796&view=rev
Log:
Fix copy paste error s/dir/war/
Modified:
tomcat/trunk/java/org/apache/catalina/startup/HostConfig.java
Modified: tomcat/trunk/java/org/apache/catalina/startup/HostC
On 13/10/2011 13:10, Konstantin Kolinko wrote:
> 2011/10/13 Mark Thomas :
>>
>>> In one place Future is used, while I think it could be Future like
>>> in
>>> other places.
>>
>> That is the difference between a callable and runnable and I think it is
>> correct. At least I see errors if I try us
Hi!
I would like to change OneLineFormatter to use US locale for its timestamp.
The timestamp format there is "dd-MMM- HH:mm:ss" and in my case
the month name is rendered in Cyrillic.
The SimpleDateFormat instances are created in
org.apache.juli.DateFormatCache$Cache, so it has to be change
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Mark Thomas changed:
What|Removed |Added
Attachment #27767|0 |1
is obsolete|
Author: olamy
Date: Thu Oct 13 13:26:22 2011
New Revision: 1182844
URL: http://svn.apache.org/viewvc?rev=1182844&view=rev
Log:
fix jar path
Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/src/main/java/org/apache/tomcat/maven/common/run/DefaultClassLoaderEntriesCalculator.java
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #22 from Felix Schumacher
2011-10-13 13:42:01 UTC ---
In ContainerBase#initInternal the ThreadPoolExecutor gets initialized with a
core pool size of "0", but if we call ContainerBase#setStartStopThreads core
pool size gets set
https://issues.apache.org/bugzilla/show_bug.cgi?id=52024
Bug #: 52024
Summary: Custom interceptor to support automatic failover of
mirrored database
Product: Tomcat Modules
Version: unspecified
Platform: PC
OS/Vers
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #23 from Felix Schumacher
2011-10-13 14:41:42 UTC ---
With core pool size set to "0" in ContainerBase#initInternal I get no
concurrency at startup. It will be sequential only. If I change it back to
startStopExecutor = new
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #24 from Mark Thomas 2011-10-13 15:01:23 UTC ---
(In reply to comment #23)
> With core pool size set to "0" in ContainerBase#initInternal I get no
> concurrency at startup. It will be sequential only. If I change it back to
>
https://issues.apache.org/bugzilla/show_bug.cgi?id=51741
--- Comment #8 from Sylvain Laurent 2011-10-13 18:32:50
UTC ---
I'm still working on a patch...
Actually, I think that it's really impossible to have a custom DirContext that
fakes WEB-INF/classes to allow multiple virtual paths because on
[
https://issues.apache.org/jira/browse/MTOMCAT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126855#comment-13126855
]
Michael Osipov commented on MTOMCAT-32:
---
Steve, what is the benefit? If I look at al
Author: markt
Date: Thu Oct 13 20:34:49 2011
New Revision: 1183078
URL: http://svn.apache.org/viewvc?rev=1183078&view=rev
Log:
Re-factor merge code so it does not modify fragments to support caching of
default web.xml settings
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/WebXml.jav
On 13/10/2011 21:34, ma...@apache.org wrote:
>
> Modified: tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java
> URL:
> http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java?rev=1183078&r1=1183077&r2=1183078&view=diff
>
Author: markt
Date: Thu Oct 13 21:05:26 2011
New Revision: 1183095
URL: http://svn.apache.org/viewvc?rev=1183095&view=rev
Log:
Add missing eol property
Modified:
tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/http/genrsa_512.cert
(props changed)
Propchange:
tomcat/trunk/mo
Author: markt
Date: Thu Oct 13 21:14:16 2011
New Revision: 1183105
URL: http://svn.apache.org/viewvc?rev=1183105&view=rev
Log:
Fix git eol issues (should be no functional change)
Sorry for the noise
Modified:
tomcat/trunk/java/org/apache/catalina/deploy/WebXml.java
-
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
Bug #: 52025
Summary: 7.0.21 and newer break the JDK 6 Service provider
mechanism for loading JDBC Drivers
Product: Tomcat 7
Version: 7.0.21
Platform: PC
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
Mark Thomas changed:
What|Removed |Added
OS/Version||All
--- Comment #1 from Mark Thomas
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
--- Comment #2 from Konstantin Kolinko 2011-10-13
21:26:09 UTC ---
(In reply to comment #0)
> would automatically be loaded using the JDK's service provider
> mechanisms.
Can you be more specific? Preferably with a step-by-step instructio
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
--- Comment #3 from Rick Bullotta 2011-10-13
21:31:16 UTC ---
Mark, thanks for the quick feedback. That does indeed seem to return it to the
pre-7.0.21 behavior. That said, I still think we'd have to call it a
regression issue, since it
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
--- Comment #4 from Rick Bullotta 2011-10-13
21:32:06 UTC ---
Mark, thanks for the quick feedback. That does indeed seem to return it to the
pre-7.0.21 behavior. That said, I still think we'd have to call it a
regression issue, since it
On 13.10.2011 14:16, Konstantin Kolinko wrote:
> Hi!
>
> I would like to change OneLineFormatter to use US locale for its timestamp.
>
> The timestamp format there is "dd-MMM- HH:mm:ss" and in my case
> the month name is rendered in Cyrillic.
>
>
> The SimpleDateFormat instances are created
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
--- Comment #5 from Mark Thomas 2011-10-13 21:50:43 UTC ---
I'll need to do some testing to see how well this actually worked before the
change. I have my suspicions about possible failure modes I need to check.
Depending on what the testi
[
https://issues.apache.org/jira/browse/MTOMCAT-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13126988#comment-13126988
]
Olivier Lamy commented on MTOMCAT-32:
-
and url is configurable tru cli: -Dmaven.tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=52025
--- Comment #6 from Rick Bullotta 2011-10-13
22:01:25 UTC ---
(In reply to comment #5)
> I'll need to do some testing to see how well this actually worked before the
> change. I have my suspicions about possible failure modes I need to che
Author: olamy
Date: Thu Oct 13 22:05:01 2011
New Revision: 1183131
URL: http://svn.apache.org/viewvc?rev=1183131&view=rev
Log:
use a new skin for website
Modified:
tomcat/maven-plugin/trunk/src/site/site.xml
Modified: tomcat/maven-plugin/trunk/src/site/site.xml
URL:
http://svn.apache.org/vi
Author: markt
Date: Thu Oct 13 22:28:22 2011
New Revision: 1183142
URL: http://svn.apache.org/viewvc?rev=1183142&view=rev
Log:
Cache the result of parsing global and host defaults for web.xml to speed up
web application start.
This change reduces applciation start time by ~15% with trunk and the
Author: olamy
Date: Thu Oct 13 22:31:25 2011
New Revision: 1183147
URL: http://svn.apache.org/viewvc?rev=1183147&view=rev
Log:
start working on the web site
Added:
tomcat/maven-plugin/trunk/src/site/apt/container-goals.apt (contents,
props changed)
- copied, changed from r1183131,
t
Author: olamy
Date: Thu Oct 13 22:34:45 2011
New Revision: 1183149
URL: http://svn.apache.org/viewvc?rev=1183149&view=rev
Log:
fix project names
Modified:
tomcat/maven-plugin/trunk/common-tomcat-maven-plugin/pom.xml
tomcat/maven-plugin/trunk/pom.xml
tomcat/maven-plugin/trunk/tomcat-ma
Author: olamy
Date: Thu Oct 13 22:36:51 2011
New Revision: 1183150
URL: http://svn.apache.org/viewvc?rev=1183150&view=rev
Log:
link to sonar report
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/t
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
--- Comment #25 from Mark Thomas 2011-10-13 23:04:51 UTC ---
(In reply to comment #19)
> Re: startStopExecutor.allowCoreThreadTimeOut(true);
>
> I think that just using "0" instead of getStartStopThreadsInternal() as the
> value of first a
2011/10/14 :
> Author: markt
> Date: Thu Oct 13 22:28:22 2011
> New Revision: 1183142
>
> URL: http://svn.apache.org/viewvc?rev=1183142&view=rev
> Log:
> Cache the result of parsing global and host defaults for web.xml to speed up
> web application start.
> This change reduces applciation start t
https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Mark Thomas changed:
What|Removed |Added
Attachment #27769|0 |1
is obsolete|
On 14/10/2011 00:07, Konstantin Kolinko wrote:
> 2011/10/14 :
>> Author: markt
>> Date: Thu Oct 13 22:28:22 2011
>> New Revision: 1183142
>>
>> URL: http://svn.apache.org/viewvc?rev=1183142&view=rev
>> Log:
>> Cache the result of parsing global and host defaults for web.xml to speed up
>> web app
We've been using plain Tomcat zips for creating TomEE in the OpenEJB maven
build for a while now. So far that has been done by publishing the Tomcat zips
to a maven repo in svn. Not the best idea to have them in svn, so we're trying
to get them in the actual maven repo.
It's pretty slick to b
Si no puedes ver este mensaje da clic aqui
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
?
? Insert your HTML code here. De acuerdo a la Ley Federal de Proteccion de
Datos Personales en Posesion de los Particulares, aprobada el dia 13 de abril
de 2010 en los articulos 3, Fracciones II y VII, y 33, asi como l
https://issues.apache.org/bugzilla/show_bug.cgi?id=52009
--- Comment #6 from Konstantin Kolinko 2011-10-13
07:11:46 UTC ---
(In reply to comment #4)
> 4) I am running with the following line added to catalina.properties file:
> org.apache.coyote.http11.InternalNioInputBuffer.level = FINE
Ops. I
On 10/13/2011 07:26 AM, Konstantin Kolinko wrote:
Hi!
Re-reading the security pages I have several notes
http://tomcat.apache.org/security-6.html
http://tomcat.apache.org/security-7.html
1) security-6.html and others have the following text:
"Please send comments or corrections for these vuln
Hi!
The tomcat70.git Git mirror still reflects our trunk and not tc7.0.x.
I filed an INFRA issue, but as I do not have much experience with Git,
maybe somebody else can look at this as well.
https://issues.apache.org/jira/browse/INFRA-4027
Best regards,
Konstantin Kolinko
-- Forwarded
Author: kkolinko
Date: Thu Oct 13 08:34:57 2011
New Revision: 1182718
URL: http://svn.apache.org/viewvc?rev=1182718&view=rev
Log:
Update subversion repository links:
- Add viewvc link
- Add maven-plugin
- Add direct links to foo/trunk
- Add link to the official Git mirrors at ASF
Modified:
to
On 13/10/2011 09:03, jean-frederic clere wrote:
> On 10/13/2011 07:26 AM, Konstantin Kolinko wrote:
>> Hi!
>>
>> Re-reading the security pages I have several notes
>>
>> http://tomcat.apache.org/security-6.html
>> http://tomcat.apache.org/security-7.html
>>
>> 1) security-6.html and others have the
Author: olamy
Date: Thu Oct 13 08:49:35 2011
New Revision: 1182723
URL: http://svn.apache.org/viewvc?rev=1182723&view=rev
Log:
ignore .idea
Modified:
tomcat/maven-plugin/trunk/ (props changed)
Propchange: tomcat/maven-plugin/trunk/
--
Author: olamy
Date: Thu Oct 13 08:53:15 2011
New Revision: 1182725
URL: http://svn.apache.org/viewvc?rev=1182725&view=rev
Log:
exclude .idea/** from rat plugin
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/ma
Author: olamy
Date: Thu Oct 13 08:57:41 2011
New Revision: 1182727
URL: http://svn.apache.org/viewvc?rev=1182727&view=rev
Log:
move test classes to o.a.t.m namespace
Added:
tomcat/maven-plugin/trunk/tomcat-maven-plugin-it/src/main/java/org/apache/
tomcat/maven-plugin/trunk/tomcat-maven-p
Author: olamy
Date: Thu Oct 13 09:02:35 2011
New Revision: 1182728
URL: http://svn.apache.org/viewvc?rev=1182728&view=rev
Log:
move test classes to o.a.t.m namespace
Added:
tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/test/java/org/apache/
tomcat/maven-plugin/trunk/tomcat6-maven-pl
60 matches
Mail list logo