https://issues.apache.org/bugzilla/show_bug.cgi?id=50604
--- Comment #3 from Mark Thomas 2011-01-18 04:41:14 EST ---
Background:
Up to 6.0.29 the Tomcat build process went through a convoluted process to
generate what was essentially ecj.jar from jdt.jar. This meant a 40MB+ download
was required
https://issues.apache.org/bugzilla/show_bug.cgi?id=50606
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi Folks,
As you probably know there is a Tomcat Maven plugin available
@codehaus [1] which provide various maven goals to use tomcat during
dev process.
So the probably best and more natural place to host is (IMHO) the ASF
repo (in the tomcat path).
The two main contributors Mark Hobson (asf id :
On 18/01/2011 10:32, Olivier Lamy wrote:
> Hi Folks,
> As you probably know there is a Tomcat Maven plugin available
> @codehaus [1] which provide various maven goals to use tomcat during
> dev process.
> So the probably best and more natural place to host is (IMHO) the ASF
> repo (in the tomcat pa
2011/1/18 Mark Thomas :
> On 18/01/2011 10:32, Olivier Lamy wrote:
>> Hi Folks,
>> As you probably know there is a Tomcat Maven plugin available
>> @codehaus [1] which provide various maven goals to use tomcat during
>> dev process.
>> So the probably best and more natural place to host is (IMHO) t
On 01/17/2011 03:02 PM, Jim Jagielski wrote:
I'd like to look over the remaining STATUS of 5.5 in hopes of
getting a 5.5.32 out soon... I'll RM.
Comments?
+1
Cheers
Jean-Frederic
-
To unsubscribe, e-mail: dev-unsubscr...@to
Hi!
In 6.0.30 to fix BZ 49657 we changed the way how cgi command is built
in CGI Servlet:
http://svn.apache.org/viewvc?view=revision&revision=1004424
Earlier implementation used to build the command as a single string,
wrapping parts of it in double quotes. The new implementation uses
Runtime.exe
Author: markt
Date: Tue Jan 18 16:55:14 2011
New Revision: 1060465
URL: http://svn.apache.org/viewvc?rev=1060465&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50600
Avoid ConcurrentModificationException when removing WAR via FarmWarDeployer
Modified:
tomcat/tc6.0.x/trun
https://issues.apache.org/bugzilla/show_bug.cgi?id=50600
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Jan 18 17:01:07 2011
New Revision: 1060467
URL: http://svn.apache.org/viewvc?rev=1060467&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50205
Add deployIgnore to Host
Based on a patch by Jim Riggs (markt/kkolinko)
Modified:
tomcat/tc6.0.x/trunk/ST
https://issues.apache.org/bugzilla/show_bug.cgi?id=50205
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue Jan 18 17:04:20 2011
New Revision: 1060472
URL: http://svn.apache.org/viewvc?rev=1060472&view=rev
Log:
Vote
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=10604
Author: markt
Date: Tue Jan 18 17:07:39 2011
New Revision: 1060477
URL: http://svn.apache.org/viewvc?rev=1060477&view=rev
Log:
Vote
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=10604
Author: kkolinko
Date: Tue Jan 18 17:30:24 2011
New Revision: 1060486
URL: http://svn.apache.org/viewvc?rev=1060486&view=rev
Log:
Documentation fixes:
1) role name: s/manager/manager-script/ (BZ 50599),
s/manager-script/admin-script/ on 401/403 pages of host-manager webapp (a typo)
2) there is no
Author: kkolinko
Date: Tue Jan 18 17:41:46 2011
New Revision: 1060489
URL: http://svn.apache.org/viewvc?rev=1060489&view=rev
Log:
Documentation fixes:
there is no property "debug" on the Context, nor on several other classes
(realms, authenticators)
CTR: docs
Modified:
tomcat/tc6.0.x/trunk/w
Author: kkolinko
Date: Tue Jan 18 18:26:50 2011
New Revision: 1060515
URL: http://svn.apache.org/viewvc?rev=1060515&view=rev
Log:
Documentation fixes:
there is no property "debug" on the Context, nor on several other classes
(realms, authenticators)
Updated cluster-server.xml sample file (aligned
Author: kkolinko
Date: Tue Jan 18 18:38:02 2011
New Revision: 1060524
URL: http://svn.apache.org/viewvc?rev=1060524&view=rev
Log:
Correct a typo in documentation
Modified:
tomcat/tc6.0.x/trunk/java/org/apache/catalina/ant/jmx/JMXAccessorInvokeTask.java
tomcat/tc6.0.x/trunk/webapps/docs/m
All,
Since Tomcat 7.0.x went stable, does that change the commit policy, or
are we still doing commit-them-review?
Thanks,
-chris
signature.asc
Description: OpenPGP digital signature
Author: markt
Date: Tue Jan 18 18:57:45 2011
New Revision: 1060538
URL: http://svn.apache.org/viewvc?rev=1060538&view=rev
Log:
Fix the last of the high priority FindBugs warnings
Modified:
tomcat/trunk/java/org/apache/jasper/JspC.java
tomcat/trunk/java/org/apache/jasper/resources/LocalStr
On 18/01/2011 18:41, Christopher Schultz wrote:
> All,
>
> Since Tomcat 7.0.x went stable, does that change the commit policy, or
> are we still doing commit-them-review?
The plan was to switch to R-T-C and to create /tc7.0.x/trunk from the
first stable tag.
I'm leaning towards seeing how things
My preference is to remain CTR on the idea the anything of significance
be proposed so there would be consensus to push it into 7.0 or branch to 7.X
-Tim
On 1/18/2011 1:41 PM, Christopher Schultz wrote:
All,
Since Tomcat 7.0.x went stable, does that change the commit policy, or
are we still
On 18 January 2011 16:19, Konstantin Kolinko wrote:
> Hi!
>
> In 6.0.30 to fix BZ 49657 we changed the way how cgi command is built
> in CGI Servlet:
> http://svn.apache.org/viewvc?view=revision&revision=1004424
>
> Earlier implementation used to build the command as a single string,
> wrapping pa
2011/1/18 sebb :
>
> The empty string is assumed to be "perl", according to:
>
No. Absence of this init-param is what will be "perl".
Setting it explicitly overwrites the default.
if (getServletConfig().getInitParameter("executable") != null) {
cgiExecutable = getServletConfi
Author: kkolinko
Date: Tue Jan 18 20:15:59 2011
New Revision: 1060555
URL: http://svn.apache.org/viewvc?rev=1060555&view=rev
Log:
Correct a typo in documentation
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/windows-service-howto.xml
tomcat/tc6.0.x/trunk/webapps/docs/windows-servi
Author: kkolinko
Date: Tue Jan 18 20:26:56 2011
New Revision: 1060560
URL: http://svn.apache.org/viewvc?rev=1060560&view=rev
Log:
Configure manager, host-manager and admin webapps to use HttpOnly for session
cookies
Modified:
tomcat/tc5.5.x/trunk/STATUS.txt
tomcat/tc5.5.x/trunk/container
On 18 January 2011 19:48, Konstantin Kolinko wrote:
> 2011/1/18 sebb :
>>
>> The empty string is assumed to be "perl", according to:
>>
>
> No. Absence of this init-param is what will be "perl".
>
> Setting it explicitly overwrites the default.
>
> if (getServletConfig().getInitParameter("e
On 18/01/2011 16:19, Konstantin Kolinko wrote:
> So I think of the following:
> 1. Allow empty value of "executable" init-param
+1. We can just drop that element from the String[]
> 2. Introduce additional init-params to explicitly specify additional
> arguments:
> "executable-arg-1"
> "executab
Author: markt
Date: Tue Jan 18 21:33:14 2011
New Revision: 1060586
URL: http://svn.apache.org/viewvc?rev=1060586&view=rev
Log:
Fix Findbugs and Eclipse warnings
Modified:
tomcat/trunk/java/org/apache/catalina/core/ApplicationDispatcher.java
tomcat/trunk/java/org/apache/catalina/loader/Web
https://issues.apache.org/bugzilla/show_bug.cgi?id=50613
Summary: ConnectionPool.size corruption when evictions enabled:
Product: Tomcat Modules
Version: unspecified
Platform: PC
Status: NEW
Severity: major
Priority: P2
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by prosch.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=292&rev2=293
--
This page
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by prosch.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=293&rev2=294
--
This page
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "PoweredBy" page has been changed by prosch.
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=294&rev2=295
--
This page
Dear wiki user,
You have subscribed to a wiki page "Tomcat Wiki" for change notification.
The page PoweredBy has been reverted to revision 292 by ChuckCaldarale.
The comment on this change is: Spam removal..
http://wiki.apache.org/tomcat/PoweredBy?action=diff&rev1=295&rev2=296
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=21283
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 19 00:00:59 2011
New Revision: 1060627
URL: http://svn.apache.org/viewvc?rev=1060627&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=22278
Add a commented out RemoteAddrValve that limits access to the Manager and Host
Manager applications to localh
https://issues.apache.org/bugzilla/show_bug.cgi?id=22278
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 19/01/2011 00:00, ma...@apache.org wrote:
> Author: markt
> Date: Wed Jan 19 00:00:59 2011
> New Revision: 1060627
>
> URL: http://svn.apache.org/viewvc?rev=1060627&view=rev
> Log:
> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=22278
> Add a commented out RemoteAddrValve that limits a
https://issues.apache.org/bugzilla/show_bug.cgi?id=22113
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Wed Jan 19 01:01:42 2011
New Revision: 1060643
URL: http://svn.apache.org/viewvc?rev=1060643&view=rev
Log:
Expand the non-Tomcat settings section
Modified:
tomcat/trunk/webapps/docs/security-howto.xml
Modified: tomcat/trunk/webapps/docs/security-howto.xml
URL:
http://svn
https://issues.apache.org/bugzilla/show_bug.cgi?id=22405
--- Comment #4 from Mark Thomas 2011-01-18 20:07:00 EST ---
The Tomcat 7 docs include a section on security considerations. I have expanded
the OS section for 7.0.7 to cover file permissions, umask etc.
I am still thinking about if/how to
+1 - It might be nice to match 127.0.0.[0-9]{1,3} so it is more virtual
machine friendly for those who map localhost to an alternate loopback
address.
-Tim
On 1/18/2011 7:04 PM, Mark Thomas wrote:
On 19/01/2011 00:00, ma...@apache.org wrote:
Author: markt
Date: Wed Jan 19 00:00:59 2011
New R
https://issues.apache.org/bugzilla/show_bug.cgi?id=50613
Sebb changed:
What|Removed |Added
Status|NEW |NEEDINFO
OS/Version|
asf/tomcat/trunk, 20110118
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsub
43 matches
Mail list logo