2013/1/11 Mark Thomas :
> The proposed Apache Tomcat 7.0.35 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.35/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-123/
> Th
Author: kkolinko
Date: Fri Jan 11 09:23:06 2013
New Revision: 1431946
URL: http://svn.apache.org/viewvc?rev=1431946&view=rev
Log:
Fix leak of servlet instances when running with SecurityManager:
a) In case when Servlet.init() or destroy() fail.
b) In case of a SingleThreadModel servlet. (fix wrong
Author: rjung
Date: Fri Jan 11 11:08:17 2013
New Revision: 1431990
URL: http://svn.apache.org/viewvc?rev=1431990&view=rev
Log:
Remove svn:executable property from Tester.java.
Modified:
tomcat/trunk/test/org/apache/el/util/Tester.java (props changed)
Propchange: tomcat/trunk/test/org/apach
Author: rjung
Date: Fri Jan 11 11:09:13 2013
New Revision: 1431991
URL: http://svn.apache.org/viewvc?rev=1431991&view=rev
Log:
Remove svn:executable property from Tester.java.
Backport of r1431990 from trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org
[
https://issues.apache.org/jira/browse/MTOMCAT-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551057#comment-13551057
]
Glen Mazza commented on MTOMCAT-101:
What's wrong with using HTTP? It's not that har
[
https://issues.apache.org/jira/browse/MTOMCAT-195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551065#comment-13551065
]
Glen Mazza commented on MTOMCAT-195:
Are you sure that's the case, looking at your ou
[
https://issues.apache.org/jira/browse/MTOMCAT-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551072#comment-13551072
]
Glen Mazza commented on MTOMCAT-190:
Might be a lot of work to put that capability in
On 11.01.2013 00:40, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.35 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.35/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapach
[
https://issues.apache.org/jira/browse/MTOMCAT-196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551084#comment-13551084
]
Glen Mazza commented on MTOMCAT-196:
You can still define properties in parent POMs o
[
https://issues.apache.org/jira/browse/MTOMCAT-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551089#comment-13551089
]
Glen Mazza commented on MTOMCAT-187:
Arne's solution may work, but the apparent issue
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551102#comment-13551102
]
Glen Mazza commented on MTOMCAT-189:
Nick, to avoid duplication of functionality, wou
[
https://issues.apache.org/jira/browse/MTOMCAT-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551103#comment-13551103
]
Glen Mazza commented on MTOMCAT-183:
I'm not sure what version you're using that is c
[
https://issues.apache.org/jira/browse/MTOMCAT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551113#comment-13551113
]
Glen Mazza commented on MTOMCAT-73:
---
That's the old Codehaus plugin ('course, this JIRA
[
https://issues.apache.org/jira/browse/MTOMCAT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551122#comment-13551122
]
Glen Mazza commented on MTOMCAT-178:
According to this JIRA it's not yet implemented
[
https://issues.apache.org/jira/browse/MTOMCAT-178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551127#comment-13551127
]
Glen Mazza commented on MTOMCAT-178:
Oops, nm, we do have additionalClasspathDirs alr
[
https://issues.apache.org/jira/browse/MTOMCAT-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551131#comment-13551131
]
Glen Mazza commented on MTOMCAT-159:
What are the tomcat7 (tomcat6) goals that cause
Author: olamy
Date: Fri Jan 11 13:59:27 2013
New Revision: 1432054
URL: http://svn.apache.org/viewvc?rev=1432054&view=rev
Log:
[MTOMCAT-119] tomcat7:run-war fails because it expects META-INF\context.xml
Submitted by Glen Mazza
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main
[
https://issues.apache.org/jira/browse/MTOMCAT-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-119.
--
Resolution: Fixed
fixed http://svn.apache.org/r1432054
Thanks !
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Lloyd updated MTOMCAT-189:
---
Attachment: tomcat-run_runWar.patch
> additionalClassesDirs parameter handling expanded to inclu
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551152#comment-13551152
]
Nick Lloyd commented on MTOMCAT-189:
Glen:
I was not aware of the configuration opti
[
https://issues.apache.org/jira/browse/MTOMCAT-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-105.
--
Resolution: Incomplete
please provide more infos.
> creating
[
https://issues.apache.org/jira/browse/MTOMCAT-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-168.
--
Resolution: Incomplete
please provide more infos.
> Nullpoint
[
https://issues.apache.org/jira/browse/MTOMCAT-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-152.
--
Resolution: Incomplete
please provide more info.
> Tomcat6 ru
[
https://issues.apache.org/jira/browse/MTOMCAT-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-195.
--
Resolution: Cannot Reproduce
> Plugin uploads WAR file twice
> ---
Author: remm
Date: Fri Jan 11 15:30:04 2013
New Revision: 1432092
URL: http://svn.apache.org/viewvc?rev=1432092&view=rev
Log:
- Drop the patch (now integrated).
- Add the docs page, based a lot on the mod_rewrite docs.
Added:
tomcat/sandbox/rewrite/trunk/rewrite.xml (with props)
Removed:
[
https://issues.apache.org/jira/browse/MTOMCAT-107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-107.
--
Resolution: Not A Problem
> restore a simple tomcat plugin with version sc
[
https://issues.apache.org/jira/browse/MTOMCAT-14?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-14.
-
Resolution: Not A Problem
you can set the resources folder from src/main/webapp t
[
https://issues.apache.org/jira/browse/MTOMCAT-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-73.
-
Resolution: Cannot Reproduce
> deploy-only goal with exliplicit contextFile-P
[
https://issues.apache.org/jira/browse/MTOMCAT-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-59.
-
Resolution: Not A Problem
> catalina.properties and catalina.policy are ignor
[
https://issues.apache.org/jira/browse/MTOMCAT-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-47.
-
Resolution: Not A Problem
must not be a problem with recent version.
[
https://issues.apache.org/jira/browse/MTOMCAT-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-9.
Resolution: Not A Problem
done with recent version
> Read WarFile c
https://issues.apache.org/bugzilla/show_bug.cgi?id=54406
--- Comment #1 from Christopher Schultz ---
+1
There was a post to the users' list recently where a user attempted to
configure JSSE using OpenSSL-style cipher names. The result was evidently that
the Connector used the default list of cip
Hi Remy,
On 09.01.2013 16:04, Remy Maucherat wrote:
> Hi,
>
> I ported a valve providing mod_rewrite functionality (most of it) for
> Tomcat "8", and committed it in the sandbox. This could be easily placed
> in the main repository, where it would provide an additional item in the
> "new features
On Fri, 2013-01-11 at 18:34 +0100, Rainer Jung wrote:
> I only had a look at the code and didn't play with it yet. I'm
> positively impressed how complete w.r.t. mod_rewrite compatibility it
> looks and personally I think it is nice and useful.
Thanks !
> One question that came to my mind and whi
2013/1/11 :
> Author: remm
> Date: Fri Jan 11 15:30:04 2013
> New Revision: 1432092
>
> URL: http://svn.apache.org/viewvc?rev=1432092&view=rev
> Log:
> - Drop the patch (now integrated).
> - Add the docs page, based a lot on the mod_rewrite docs.
>
> Added:
> tomcat/sandbox/rewrite/trunk/rewri
2013/1/10 Mark Thomas :
> On 10/01/2013 15:45, r...@apache.org wrote:
>> Author: remm
>> Date: Thu Jan 10 15:45:47 2013
>> New Revision: 1431444
>>
>> URL: http://svn.apache.org/viewvc?rev=1431444&view=rev
>
>
>
>> +// The URL is chars or String, and has been sent using an
>> in-memor
[
https://issues.apache.org/jira/browse/MTOMCAT-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13551530#comment-13551530
]
Glen Mazza commented on MTOMCAT-189:
Great to hear, if we can get people to do things
Author: markt
Date: Fri Jan 11 21:45:06 2013
New Revision: 1432298
URL: http://svn.apache.org/viewvc?rev=1432298&view=rev
Log:
Remove unnecessary method call.
Modified:
tomcat/trunk/java/org/apache/coyote/http11/Http11NioProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/http11/Htt
Author: schultz
Date: Sat Jan 12 01:37:43 2013
New Revision: 1432355
URL: http://svn.apache.org/viewvc?rev=1432355&view=rev
Log:
Back-port trunk:r1430567: Use java_home if exists to determine JAVA_HOME on Mac
OS X.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/ST
https://issues.apache.org/bugzilla/show_bug.cgi?id=54390
--- Comment #10 from Christopher Schultz ---
Fixed in Tomcat 6.0.x. Will be in 6.0.37.
--
You are receiving this mail because:
You are the assignee for the bug.
-
To uns
Author: schultz
Date: Sat Jan 12 01:40:43 2013
New Revision: 1432356
URL: http://svn.apache.org/viewvc?rev=1432356&view=rev
Log:
Updated changelog to include fix for
https://issues.apache.org/bugzilla/show_bug.cgi?id=54390 : Use java_home on Mac
OS X.
Modified:
tomcat/tc6.0.x/trunk/webapps/
41 matches
Mail list logo