Josh Chaitin-Pollak created MTOMCAT-250:
---
Summary: Pull Request: Support Alternate Session Managers in
Standalone War Bootstrap
Key: MTOMCAT-250
URL: https://issues.apache.org/jira/browse/MTOMCAT-250
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/1628
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
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/1627
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
Author: violetagg
Date: Tue Dec 10 18:21:28 2013
New Revision: 1549918
URL: http://svn.apache.org/r1549918
Log:
Merged revision 1549909 from tomcat/trunk:
In o.a.tomcat.websocket.server.WsHttpUpgradeHandler.init(WebConnection) if the
endpoint is NULL the connection will not be initialized.
Then i
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/1626
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build So
2013/12/10 Rainer Jung
>
> On 09.12.2013 22:21, Violeta Georgieva wrote:
> > The proposed Apache Tomcat 7.0.48 release is now available for voting.
> >
> > It can be obtained from:
> > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/
> > The Maven staging repo is:
> > https://reposi
Author: markt
Date: Tue Dec 10 18:00:42 2013
New Revision: 1549911
URL: http://svn.apache.org/r1549911
Log:
Update changelog
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/t
Author: violetagg
Date: Tue Dec 10 17:54:52 2013
New Revision: 1549909
URL: http://svn.apache.org/r1549909
Log:
In o.a.tomcat.websocket.server.WsHttpUpgradeHandler.init(WebConnection) if the
endpoint is NULL the connection will not be initialized.
Then in o.a.tomcat.websocket.server.WsHttpUpgrade
Author: violetagg
Date: Tue Dec 10 17:28:52 2013
New Revision: 1549904
URL: http://svn.apache.org/r1549904
Log:
Mark 7.0.48 as not released based on the vote results.
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
htt
On 09.12.2013 22:21, Violeta Georgieva wrote:
> The proposed Apache Tomcat 7.0.48 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/or
Author: violetagg
Date: Tue Dec 10 17:07:00 2013
New Revision: 3866
Log:
7.0.48 did not pass the vote - dropping.
Removed:
dev/tomcat/tomcat-7/v7.0.48/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additio
Author: violetagg
Date: Tue Dec 10 17:07:00 2013
New Revision: 3866
Log:
7.0.48 did not pass the vote - dropping.
Removed:
dev/tomcat/tomcat-7/v7.0.48/
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additio
2013/12/10 Mark Thomas
>
> On 10/12/2013 12:23, Mark Thomas wrote:
> > On 09/12/2013 21:21, Violeta Georgieva wrote:
> >> The proposed Apache Tomcat 7.0.48 release is now available for voting.
> >>
> >> It can be obtained from:
> >> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/
>
Hi,
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Tuesday, December 10, 2013 1:22 AM
>
> > Any idea what is going on there? Why would Tomcat create such a big
> > byte array for a static file?
>
> Lots of things going on here.
>
> 1. The content of resourc
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/5315
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=54387
--- Comment #10 from Abdul Aziz ---
(In reply to Violeta Georgieva from comment #9)
> (In reply to Abdul Aziz from comment #8)
> >
> > Any how both the servlets sn1 and sn2 are referring to same Servlet1
>
> Once you use
> com.servlets.u
Sounds good. My customer who owns the usage rights is interested in providing
the code. Nevertheless I have to ask for the official permission to provide the
code now.
___
Simon Spielmann
Custom Solution Development | Applica
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/1625
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sourc
On Dec 10, 2013, at 9:00 AM, "Spielmann, Simon"
wrote:
> The main difference is, that session data is written to the database at the
> end of every request.
> The existing jdbc session manager does only support "lazy" writes into the
> database, so if the app server crashes session data is not
The main difference is, that session data is written to the database at the end
of every request.
The existing jdbc session manager does only support "lazy" writes into the
database, so if the app server crashes session data is not guaranteed written
to the database.
We did some load testing, bu
https://issues.apache.org/bugzilla/show_bug.cgi?id=54387
--- Comment #9 from Violeta Georgieva ---
(In reply to Abdul Aziz from comment #8)
>
> Any how both the servlets sn1 and sn2 are referring to same Servlet1
Once you use
com.servlets.urlpatterns.Servlet1
the servlets will point to one and
https://issues.apache.org/bugzilla/show_bug.cgi?id=54387
Abdul Aziz changed:
What|Removed |Added
Version|7.0.34 |7.0.47
--- Comment #8 from Abdul Aziz
On Dec 10, 2013, at 6:34 AM, "Spielmann, Simon"
wrote:
> Hello together,
>
> we developed a custom JDBC SessionManager which supports non sticky-sessions.
> Is there interest in including this in the official tomcat distribution?
Can you tell us more? Some questions coming to mind…
- What
Author: markt
Date: Tue Dec 10 13:16:52 2013
New Revision: 1549836
URL: http://svn.apache.org/r1549836
Log:
Expand validation tests to make sure there are no parsing errors.
Fix parsing errors identified by expanded tests.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/descriptor
Author: markt
Date: Tue Dec 10 13:14:04 2013
New Revision: 1549832
URL: http://svn.apache.org/r1549832
Log:
Expand validation tests to make sure there are no parsing errors.
Modified:
tomcat/trunk/test/javax/servlet/resources/TestSchemaValidation.java
Modified: tomcat/trunk/test/javax/servle
On 10/12/2013 12:23, Mark Thomas wrote:
> On 09/12/2013 21:21, Violeta Georgieva wrote:
>> The proposed Apache Tomcat 7.0.48 release is now available for voting.
>>
>> It can be obtained from:
>> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/
>> The Maven staging repo is:
>> https:
On 09/12/2013 21:21, Violeta Georgieva wrote:
> The proposed Apache Tomcat 7.0.48 release is now available for voting.
>
> It can be obtained from:
> https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/
> The Maven staging repo is:
> https://repository.apache.org/content/repositories/or
Hello together,
we developed a custom JDBC SessionManager which supports non sticky-sessions.
Is there interest in including this in the official tomcat distribution?
Kind Regards
Simon
Firma: Capgemini Deutschland GmbH
Geschäftsführer: Dr. Michael Schulte
On 9.12.2013 22:21, Violeta Georgieva wrote:
The proposed Apache Tomcat 7.0.48 release is now available for voting.
It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.48/
The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomc
29 matches
Mail list logo