+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
Author: olamy
Date: Sun Mar 24 10:17:22 2013
New Revision: 1460304
URL: http://svn.apache.org/r1460304
Log:
[MTOMCAT-214] Default attachArtifactClassifierType for
AbstractStandaloneWarMojo should be war
Submitted by Tim Astle.
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/mai
Author: olamy
Date: Sun Mar 24 10:17:52 2013
New Revision: 1460305
URL: http://svn.apache.org/r1460305
Log:
[MTOMCAT-215] Multiple manifests under META-INF, two Main-Class entries
Submitted by Tim Astle.
Modified:
tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat
[
https://issues.apache.org/jira/browse/MTOMCAT-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-214.
--
Resolution: Fixed
Fix Version/s: 2.2
applied.
Thanks!
[
https://issues.apache.org/jira/browse/MTOMCAT-215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Olivier Lamy (*$^¨%`£) closed MTOMCAT-215.
--
Resolution: Fixed
Fix Version/s: 2.2
applied.
Thanks!
Author: kkolinko
Date: Sun Mar 24 10:32:27 2013
New Revision: 1460309
URL: http://svn.apache.org/r1460309
Log:
Merged revision 1460234 from tomcat/trunk:
No need to create a new String if data length is 0.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apa
2013/3/22 Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.39 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.39/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/orgapachetomcat-015/
Author: kkolinko
Date: Sun Mar 24 11:15:47 2013
New Revision: 1460313
URL: http://svn.apache.org/r1460313
Log:
Fix NPE in TestSlowQueryReport test
The TestSlowQueryReport L107 calls "new SlowQueryReportJmx().getObjectName(..)",
and thus properties field in new SlowQueryReportJmx is never set
and
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/1153
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
On Fri, Mar 22, 2013 at 6:48 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.39 release is now available for voting.
>
> The proposed 7.0.39 release is:
> [ ] Broken - do not release
> [ X ] Stable - go ahead and release as 7.0.39 Stable
The usual home-brewed app testing, no regressions.
Author: kkolinko
Date: Sun Mar 24 11:32:10 2013
New Revision: 1460316
URL: http://svn.apache.org/r1460316
Log:
Merged revision 1460313 from tomcat/trunk:
Fix NPE in SlowQueryReportJmx.getObjectName() when running TestSlowQueryReport
test
When SlowQueryReportJmx.getObjectName(..) was converted fr
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/1154
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: kkolinko
Date: Sun Mar 24 12:44:18 2013
New Revision: 1460342
URL: http://svn.apache.org/r1460342
Log:
Change sample jsvc run command to
a) include proper configuration for logging
b) explicitly use CATALINA_HOME and CATALINA_BASE variables, as it is more
guaranteed to work (as suggested
Author: markt
Date: Sun Mar 24 14:20:41 2013
New Revision: 1460382
URL: http://svn.apache.org/r1460382
Log:
Fix visibility. Thanks to kkolinko.
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHttpUpgradeHandler.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/s
On 23/03/2013 13:10, Konstantin Kolinko wrote:
> 2013/3/21 :
>> Author: markt
>> Date: Thu Mar 21 13:09:41 2013
>> New Revision: 1459288
>>
>> URL: http://svn.apache.org/r1459288
>> @@ -50,12 +57,10 @@ public class WsHttpUpgradeHandler implem
>> private String subProtocol;
>> private Ma
On 23/03/2013 16:46, igaz wrote:
> OK, did a quick check of the servlet spec - and I could find nothing that
> proscribes the kind of thing I was thinking about (in fact it has nothing to
> say even about the semantics of using the javax.servlet.ServletInputStream)
Take a closer look. ServletInput
markt wrote
>>Take a closer look. ServletInputStream (up to Servlet 3.0) is clearly
>>blocking.
>
> Where in the spec is this? I don't see it. ServletInputStream is not
> even mentioned - neither is blocking. ServletInputStream's javadoc also
> mentions nothing about it.
> Are you talking abo
Author: markt
Date: Sun Mar 24 18:34:24 2013
New Revision: 1460421
URL: http://svn.apache.org/r1460421
Log:
Better @PathParam handling
- null can be coerced to some types (e.g. boolean)
- if decoding fails, need to throw DecodeException from onMessage
Modified:
tomcat/trunk/java/org/apache/to
Author: markt
Date: Sun Mar 24 21:00:59 2013
New Revision: 1460462
URL: http://svn.apache.org/r1460462
Log:
Once we have all of a partial message send it on if we can. Don't buffer it as
we have no idea if/when the next part of the message might arrive.
Modified:
tomcat/trunk/java/org/apache
Author: markt
Date: Sun Mar 24 21:33:27 2013
New Revision: 1460468
URL: http://svn.apache.org/r1460468
Log:
Once we have all of a partial message send it on if we can. Don't buffer it
unless we have to as we have no idea if/when the next part of the message might
arrive.
Modified:
tomcat/tr
Author: markt
Date: Sun Mar 24 22:35:58 2013
New Revision: 1460477
URL: http://svn.apache.org/r1460477
Log:
Use URI not URL
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHandshakeRequest.java
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/server/WsHandshakeReques
Author: markt
Date: Sun Mar 24 22:49:18 2013
New Revision: 1460478
URL: http://svn.apache.org/r1460478
Log:
Need to flip the buffer before converting it
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBase.java
Modified: tomcat/trunk/java/org/apache/tomcat/websocket/WsFrameBas
Author: markt
Date: Sun Mar 24 22:56:26 2013
New Revision: 1460482
URL: http://svn.apache.org/r1460482
Log:
Types won't be exact matches. Use isAssignableFrom
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/pojo/PojoMethodMapping.java
Modified:
tomcat/trunk/java/org/apache/tomcat/we
On 24/03/2013 15:23, igaz wrote:
> markt wrote
>>> Take a closer look. ServletInputStream (up to Servlet 3.0) is clearly
>>> blocking.
>>
>> Where in the spec is this? I don't see it. ServletInputStream is not
>> even mentioned - neither is blocking. ServletInputStream's javadoc also
>> mentions
>You need to read the Javadoc more carefully.
I suggest you take a look at java.io.ByteArrayInputStream (both source and
javadoc).
Perfectly good InputStream (never heard anyone claim otherwise)
Never blocks.
>While the words "blocking
>and "non-blocking" are not used in ServletInputStream blocki
Author: kkolinko
Date: Mon Mar 25 06:31:57 2013
New Revision: 1460528
URL: http://svn.apache.org/r1460528
Log:
Merged revision 1460342 from tomcat/trunk:
Change sample jsvc run command to
a) explicitly use CATALINA_HOME and CATALINA_BASE variables,
as it is more guaranteed to work (as suggested by
Author: kkolinko
Date: Mon Mar 25 06:34:17 2013
New Revision: 1460529
URL: http://svn.apache.org/r1460529
Log:
CTR: docs
Merged revision 1460342 from tomcat/trunk:
Change sample jsvc run command to
a) explicitly use CATALINA_HOME and CATALINA_BASE variables,
as it is more guaranteed to work (as su
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747
Bug ID: 54747
Summary: Cluster not work due to registerManager failed
Product: Tomcat 7
Version: 7.0.37
Hardware: PC
Status: NEW
Severity: normal
Priority
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747
--- Comment #1 from vincentj...@potix.com ---
Created attachment 30100
--> https://issues.apache.org/bugzilla/attachment.cgi?id=30100&action=edit
Test case
--
You are receiving this mail because:
You are the assignee for the bug.
--
https://issues.apache.org/bugzilla/show_bug.cgi?id=54747
vincentj...@potix.com changed:
What|Removed |Added
OS||All
--- Comment #2 from vin
Author: kkolinko
Date: Mon Mar 25 06:52:06 2013
New Revision: 1460530
URL: http://svn.apache.org/r1460530
Log:
Fix Javadoc. (partial backport of r1397873 )
Modified:
tomcat/tc7.0.x/trunk/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/DataSourceProxy.java
tomcat/tc7.0.x/trun
37 matches
Mail list logo