https://issues.apache.org/bugzilla/show_bug.cgi?id=56653
Konstantin Kolinko changed:
What|Removed |Added
Component|Catalina|Catalina
Version|8
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653
Konstantin Kolinko changed:
What|Removed |Added
Attachment #31736|0 |1
is obsolete|
Author: kkolinko
Date: Sat Jun 21 06:26:35 2014
New Revision: 1604320
URL: http://svn.apache.org/r1604320
Log:
Mapper improvements
- Mark MappedContext.versions field as volatile, because it is updated when a
Context is started or stopped.
- Mark MapElement fields as final and add them to constru
Author: kkolinko
Date: Sat Jun 21 05:51:31 2014
New Revision: 1604319
URL: http://svn.apache.org/r1604319
Log:
Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56653
Fix concurrency issue with Mapper$ContextList when removeContextVersion() is
called.
Followup improvement to http://issues.ap
The Buildbot has detected a restored build on builder tomcat-trunk while
building ASF Buildbot.
Full details are available at:
http://ci.apache.org/builders/tomcat-trunk/builds/196
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653
--- Comment #2 from Konstantin Kolinko ---
Created attachment 31736
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31736&action=edit
2014-06-21_tc8_56653_v1.patch
This patch fixes the issue, BUT breaks aliases support.
Thanks t
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konst
Author: kkolinko
Date: Sat Jun 21 02:24:39 2014
New Revision: 1604309
URL: http://svn.apache.org/r1604309
Log:
For https://issues.apache.org/bugzilla/show_bug.cgi?id=56653
Test for concurrency issue with Mapper$ContextList.nesting field.
Modified:
tomcat/trunk/test/org/apache/catalina/mapper/
https://issues.apache.org/bugzilla/show_bug.cgi?id=56653
Bug ID: 56653
Summary: Concurrency issue with Mapper$ContextList when
stopping Contexts
Product: Tomcat 8
Version: 8.0.8
Hardware: PC
Status: NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=56652
Bug ID: 56652
Summary: EL defineFunction does not support method signatures
with arrays as arguments
Product: Tomcat 8
Version: trunk
Hardware: PC
Status:
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/195
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
Hi,
I would like to start preparing Tomcat 7.0.55 for voting this weekend.
If you want to include something in addition to this release, reply here.
Regards
Violeta
Hi,
2014-06-19 17:00 GMT+03:00 Mark Thomas :
>
> The proposed Apache Tomcat 8.0.9 release is now available for voting.
>
> The main changes since 8.0.8 are:
> - Start to move towards RFC6265 for cookie handling
> - Better error handling when the error occurs after the response has
> been commit
https://issues.apache.org/bugzilla/show_bug.cgi?id=56648
Volker Kleinschmidt changed:
What|Removed |Added
Component|Catalina|Catalina
Version|
Author: kkolinko
Date: Fri Jun 20 17:10:43 2014
New Revision: 1604217
URL: http://svn.apache.org/r1604217
Log:
Mode test for adding duplicates from setUp() into a test method.
Add two additional tests.
Modified:
tomcat/trunk/test/org/apache/catalina/mapper/TestMapper.java
Modified: tomcat/tr
Author: kkolinko
Date: Fri Jun 20 16:14:18 2014
New Revision: 1604202
URL: http://svn.apache.org/r1604202
Log:
Documentation. Correct copy-pasted comments
Merged r1604165 from tomcat/trunk.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/cor
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
--- Comment #3 from Konstantin Kolinko ---
If there are several JspServlet instances, it is possible to configure them to
write to different directories, so that there is no conflict.
// EmbeddedServletOptions.java
String dir = config.getI
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650
vlcvlc changed:
What|Removed |Added
CC||veliscu.cri...@gmail.com
--
You are rece
https://issues.apache.org/bugzilla/show_bug.cgi?id=56363
--- Comment #23 from Doug ---
(In reply to Christopher Schultz from comment #22)
> (In reply to Konstantin Kolinko from comment #20)
> > (In reply to Doug from comment #19)
> >
> > See current thread "Building tcnative on win32",
> > "Buil
Author: kkolinko
Date: Fri Jun 20 12:46:30 2014
New Revision: 1604165
URL: http://svn.apache.org/r1604165
Log:
Correct copy-pasted comments
Modified:
tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java
URL:
Author: kkolinko
Date: Fri Jun 20 12:39:27 2014
New Revision: 1604163
URL: http://svn.apache.org/r1604163
Log:
Fix bug in StandardContext.removeApplicationListener() introduced by the fix
for BZ 56588.
This was noted by FindBugs as "Calling String[].equals(String)".
Modified:
tomcat/trunk/ja
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634
--- Comment #7 from Mark Thomas ---
trimDirective-Whitespaces applies to template text. I believe that is
irrespective of whether the template text is copied to the response or not.
Checking the EBNF it takes a while but if you work your w
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634
--- Comment #6 from stevebr...@yahoo.com ---
Since the value is not being written to response output, should the
directive apply to it?
--
You are receiving this mail because:
You are the assignee for the bug.
---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56649
--- Comment #2 from Mark Thomas ---
The JSP servlet is not designed to support more than one instance per web
application. Before this gets resolved as invalid (possibly with an update to
the docs to make the single instance point clear) wh
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634
Mark Thomas changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://issues.apache.org/bugzilla/show_bug.cgi?id=56634
stevebr...@yahoo.com changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650
Mark Thomas changed:
What|Removed |Added
Severity|major |enhancement
--
You are receiving th
https://issues.apache.org/bugzilla/show_bug.cgi?id=56650
Bug ID: 56650
Summary: Websockets session replication support
Product: Tomcat 8
Version: 8.0.8
Hardware: PC
OS: Linux
Status: NEW
Severity: major
28 matches
Mail list logo