+---+
| 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: kkolinko
Date: Sun Jun 22 13:46:58 2014
New Revision: 1604574
URL: http://svn.apache.org/r1604574
Log:
Simplify code, no functional change.
This makes it clear that setting "mapRequired = true;" and
"getMappingData().recycle();" call are always performed together.
Backport of r1604484, r
Author: kkolinko
Date: Sun Jun 22 14:11:02 2014
New Revision: 1604586
URL: http://svn.apache.org/r1604586
Log:
Mark Wrapper fields final.
Implement a constructor.
This backports part of r1604320.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
Modified:
to
Author: kkolinko
Date: Sun Jun 22 14:32:31 2014
New Revision: 1604591
URL: http://svn.apache.org/r1604591
Log:
Rename constructor argument, to align with actual usage.
Modified:
tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java
Modified: tomcat/trunk/java/org/apache/catalina/mapper/Ma
Author: kkolinko
Date: Sun Jun 22 14:50:54 2014
New Revision: 1604595
URL: http://svn.apache.org/r1604595
Log:
A comment
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
URL:
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/145
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=56657
Bug ID: 56657
Summary: Parallel deployment. If sessionid belongs to the
latest version of webapp, use the latest version.
Product: Tomcat 7
Version: 7.0.54
Hardware:
Author: kkolinko
Date: Sun Jun 22 16:32:46 2014
New Revision: 1604605
URL: http://svn.apache.org/r1604605
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56657
If sessionid belongs to the latest version of webapp, use the latest version.
Modified:
tomcat/trunk/java/org/apache/catalina
Author: kkolinko
Date: Sun Jun 22 16:37:40 2014
New Revision: 1604607
URL: http://svn.apache.org/r1604607
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=56657
If sessionid belongs to the latest version of webapp, use the latest version.
Merged r1604605 from tomcat/trunk.
Modified:
to
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/146
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Sou
https://issues.apache.org/bugzilla/show_bug.cgi?id=56657
Konstantin Kolinko changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.apache.org/bugzilla/show_bug.cgi?id=56658
Bug ID: 56658
Summary: Concurrency issue with wrapper mappings in Mapper
Product: Tomcat 8
Version: 8.0.8
Hardware: PC
Status: NEW
Severity: normal
Priori
2014-06-19 23:21 GMT+04:00 Christopher Schultz :
> All,
>
> I'm stuck on trying to get tcnative to build for x86_64.
>
> When I run nmake with BUILD_CPU=x86_64, I get a bunch of compiler
> warnings followed by a linker failure like this (apologies for the lack
> of formatting).
>
> One problem may
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/203
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
2014-06-20 23:59 GMT+04:00 Violeta Georgieva :
> 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.
>
Hi!
The Mapper issues are taking longer than I anticipated, and I expect
myself to be busy
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/204
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=56657
--- Comment #2 from Konstantin Kolinko ---
Additional minor issue in the same place.
There is no check that on the second mapping loop the "version" was applied to
the same path as on the first loop.
If there is the following configuratio
Author: kkolinko
Date: Sun Jun 22 22:17:20 2014
New Revision: 1604661
URL: http://svn.apache.org/r1604661
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56657#c2
Ensure that re-mapping selects the context version that we expect.
Modified:
tomcat/trunk/java/org/apache/catalina/con
Author: kkolinko
Date: Sun Jun 22 22:24:03 2014
New Revision: 1604662
URL: http://svn.apache.org/r1604662
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56657#c2
Ensure that re-mapping selects the context version that we expect.
Merged r1604661 from tomcat/trunk.
Modified:
tomcat
https://issues.apache.org/bugzilla/show_bug.cgi?id=56657
--- Comment #3 from Konstantin Kolinko ---
(In reply to Konstantin Kolinko from comment #2)
Fixed by r1604661 r1604662 and will be in 7.0.55, 8.0.10 onwards.
--
You are receiving this mail because:
You are the assignee for the bug.
Author: kkolinko
Date: Sun Jun 22 23:05:10 2014
New Revision: 1604663
URL: http://svn.apache.org/r1604663
Log:
Assert that MappingData object is empty before performing mapping work.
The old code just skipped all work in that case, but I do not see why that
would be useful,
and it may return inco
Author: kkolinko
Date: Sun Jun 22 23:18:26 2014
New Revision: 1604667
URL: http://svn.apache.org/r1604667
Log:
proposal
Modified:
tomcat/tc6.0.x/trunk/STATUS.txt
Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1604667&r1=160466
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/205
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: bb-vm_ubuntu
Build Reason: scheduler
Build Source Sta
Author: kkolinko
Date: Mon Jun 23 02:00:13 2014
New Revision: 1604676
URL: http://svn.apache.org/r1604676
Log:
Simplify. No need for a local variable that is read once.
Modified:
tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java
Modified: tomcat/trunk/java/org/apache/catalina/mapper/M
Author: kkolinko
Date: Mon Jun 23 02:06:58 2014
New Revision: 1604677
URL: http://svn.apache.org/r1604677
Log:
Add exactFind() method.
Use it to simplify one of Mapper methods, addWrapper.
Fixed error logging there. Old behaviour was to log only "(pos<0)" case. It did
not log in wrong-match-found
Author: kkolinko
Date: Mon Jun 23 02:11:08 2014
New Revision: 1604678
URL: http://svn.apache.org/r1604678
Log:
Simplify. No need for a local variable that is read once.
Modified:
tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java
Modified: tomcat/trunk/java/org/apache/catalina/mapper/M
Author: kkolinko
Date: Mon Jun 23 02:16:14 2014
New Revision: 1604680
URL: http://svn.apache.org/r1604680
Log:
Simplify removeWrapper.
This backports part of r1604066.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
Modified:
tomcat/tc7.0.x/trunk/java/org/
Author: kkolinko
Date: Mon Jun 23 02:25:11 2014
New Revision: 1604682
URL: http://svn.apache.org/r1604682
Log:
Simplify. No need for a local variable that is read once.
Modified:
tomcat/trunk/java/org/apache/catalina/mapper/Mapper.java
Modified: tomcat/trunk/java/org/apache/catalina/mapper/M
Author: kkolinko
Date: Mon Jun 23 02:32:49 2014
New Revision: 1604683
URL: http://svn.apache.org/r1604683
Log:
Simplify addWelcomeFile, removeWelcomeFile, clearWelcomeFiles.
This backports part of r1604066.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
Mo
Author: kkolinko
Date: Mon Jun 23 02:41:38 2014
New Revision: 1604685
URL: http://svn.apache.org/r1604685
Log:
Simplify removeContextVersion.
This backports part of r1604066.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/http/mapper/Mapper.java
Modified:
tomcat/tc7.0.x/trunk/ja
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/151
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=56659
Bug ID: 56659
Summary: Does Websocket Session can be serialization?
Product: Tomcat 7
Version: 7.0.53
Hardware: All
Status: NEW
Severity: normal
Priority:
38 matches
Mail list logo