On 10/05/2011 00:31, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.14 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.14/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_14/
>
> The prop
Author: markt
Date: Tue May 10 08:36:28 2011
New Revision: 1101361
URL: http://svn.apache.org/viewvc?rev=1101361&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
Prevent NotSerializableException caused by trying to replicate the Subject when
running a cluster under a sec
https://issues.apache.org/bugzilla/show_bug.cgi?id=50950
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue May 10 08:43:19 2011
New Revision: 1101362
URL: http://svn.apache.org/viewvc?rev=1101362&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51177
MapELResolver/ListELResilver should always return Object.class for getType()
Modified:
tomcat/tc6.0.x/tru
https://issues.apache.org/bugzilla/show_bug.cgi?id=51177
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue May 10 08:47:08 2011
New Revision: 1101363
URL: http://svn.apache.org/viewvc?rev=1101363&view=rev
Log:
Provide some NPE protection (not complete)
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/STATUS.txt
tomcat/tc6.0.x/trunk/java/org/apa
https://issues.apache.org/bugzilla/show_bug.cgi?id=51162
--- Comment #4 from Mark Thomas 2011-05-10 08:47:32 UTC ---
First patch applied. Still need to address the additional issue Konstantin
identified.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- Yo
Author: markt
Date: Tue May 10 08:51:06 2011
New Revision: 1101364
URL: http://svn.apache.org/viewvc?rev=1101364&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51156
Expose session expiration option for apps defined in server.xml
Modified:
tomcat/tc6.0.x/trunk/ (props
https://issues.apache.org/bugzilla/show_bug.cgi?id=51156
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Author: markt
Date: Tue May 10 08:55:34 2011
New Revision: 1101366
URL: http://svn.apache.org/viewvc?rev=1101366&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47371
Correctly coerce the empty string to zero when used as an operand in EL
arithmetic.
Patch provided by gbt.
M
https://issues.apache.org/bugzilla/show_bug.cgi?id=47371
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
Author: markt
Date: Tue May 10 09:17:55 2011
New Revision: 1101371
URL: http://svn.apache.org/viewvc?rev=1101371&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46451
Configure svn:bugtraq properties for Tomcat trunk
Based on a patch provided by Marc Guillemot
Modified:
t
https://issues.apache.org/bugzilla/show_bug.cgi?id=46451
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
The Buildbot has detected a new failure on builder tomcat-6-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-6-trunk/builds/252
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
Author: markt
Date: Tue May 10 10:02:37 2011
New Revision: 1101391
URL: http://svn.apache.org/viewvc?rev=1101391&view=rev
Log:
Doh. Fix build
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc
The Buildbot has detected a restored build on builder tomcat-6-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-6-trunk/builds/253
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
On 05/10/2011 01:31 AM, Mark Thomas wrote:
The proposed 7.0.14 release is:
[ ] Broken - do not release
[ ] Alpha - go ahead and release as 7.0.14 Alpha
[ ] Beta - go ahead and release as 7.0.14 Beta
[X] Stable - go ahead and release as 7.0.14 Stable
Tested on Linux and Win32/Win64.
Rega
On 5/9/2011 5:31 PM, Mark Thomas wrote:
[X] Stable - go ahead and release as 7.0.14 Stable
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
Bug #: 51181
Summary: Add support for HTML5 Web Sockets
Product: Tomcat 7
Version: 7.0.12
Platform: PC
Status: NEW
Severity: normal
Priority: P2
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
Mark Thomas changed:
What|Removed |Added
OS/Version||All
Severity|normal
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #2 from Graeme Rocher 2011-05-10
13:41:29 UTC ---
There is significant interest in this area from the Grails community, which
uses Tomcat as the default container. Also some general citations from around
the web:
* Comments on
https://issues.apache.org/bugzilla/show_bug.cgi?id=51182
Bug #: 51182
Summary: Update to listeners.xml documentation to describe
changes for 51119
Product: Tomcat 7
Version: trunk
Platform: All
OS/Version: All
https://issues.apache.org/bugzilla/show_bug.cgi?id=51182
Neil laurance changed:
What|Removed |Added
Attachment #26982|0 |1
is patch|
On 10.05.2011 01:31, Mark Thomas wrote:
The proposed Apache Tomcat 7.0.14 release is now available for voting.
It can be obtained from:
http://people.apache.org/~markt/dev/tomcat-7/v7.0.14/
The svn tag is:
http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_14/
The proposed 7.0.14 re
On 10/05/2011 18:46, Rainer Jung wrote:
> On 10.05.2011 01:31, Mark Thomas wrote:
>> The proposed Apache Tomcat 7.0.14 release is now available for voting.
>>
>> It can be obtained from:
>> http://people.apache.org/~markt/dev/tomcat-7/v7.0.14/
>> The svn tag is:
>> http://svn.apache.org/repos/asf/t
On 10.05.2011 20:11, Mark Thomas wrote:
On 10/05/2011 18:46, Rainer Jung wrote:
On 10.05.2011 01:31, Mark Thomas wrote:
The proposed Apache Tomcat 7.0.14 release is now available for voting.
It can be obtained from:
http://people.apache.org/~markt/dev/tomcat-7/v7.0.14/
The svn tag is:
http://s
https://issues.apache.org/bugzilla/show_bug.cgi?id=51181
--- Comment #3 from Nikolas 2011-05-10 19:38:12
UTC ---
You also have to consider the fact that a lot of people are starting *new*
projects that use websockets and the first thing you do when starting a new
project is search for a server t
On 10.05.2011 21:32, Rainer Jung wrote:
On 10.05.2011 20:11, Mark Thomas wrote:
On 10/05/2011 18:46, Rainer Jung wrote:
On 10.05.2011 01:31, Mark Thomas wrote:
The proposed Apache Tomcat 7.0.14 release is now available for voting.
It can be obtained from:
http://people.apache.org/~markt/dev/t
On Tue, May 10, 2011 at 11:31 AM, Mark Thomas wrote:
> The proposed Apache Tomcat 7.0.14 release is now available for voting.
>
> It can be obtained from:
> http://people.apache.org/~markt/dev/tomcat-7/v7.0.14/
> The svn tag is:
> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_14/
https://issues.apache.org/bugzilla/show_bug.cgi?id=51183
Bug #: 51183
Summary: apache-tomcat-6.0.32 does not work "Deploy directory
or WAR file located on server" (403 error)
Product: Tomcat 6
Version: 6.0.32
Platform: PC
30 matches
Mail list logo