https://bz.apache.org/bugzilla/show_bug.cgi?id=60410
--- Comment #8 from guoh0...@gmail.com ---
When will it be released?
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-un
The Buildbot has detected a restored build on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/613
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
The Buildbot has detected a new failure on builder tomcat-7-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-7-trunk/builds/612
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Thu Dec 1 21:06:38 2016
New Revision: 1772274
URL: http://svn.apache.org/viewvc?rev=1772274&view=rev
Log:
Fix broken test
- += is not valid UEL syntx in 2.2
- functions need to be defined in TLD
Modified:
tomcat/tc7.0.x/trunk/test/webapp-3.0/WEB-INF/test.tld
tomcat/tc
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=44294
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Thu Dec 1 20:58:22 2016
New Revision: 1772271
URL: http://svn.apache.org/viewvc?rev=1772271&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=44294
Back-port vararg support
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Add support for arrays
Modified
Author: markt
Date: Thu Dec 1 20:57:08 2016
New Revision: 1772270
URL: http://svn.apache.org/viewvc?rev=1772270&view=rev
Log:
Update changelog and split entry into 2
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL:
htt
Author: markt
Date: Thu Dec 1 20:46:21 2016
New Revision: 1772262
URL: http://svn.apache.org/viewvc?rev=1772262&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Improve handling of varargs in UEL expressions.
Based on a patch by Ben.
Added:
tomcat/tc7.0.x/trunk/test/web
2016-12-01 15:20 GMT+01:00 Mark Thomas :
> Hi,
>
> It is the start of a new month so I'm planning to tag 9.0.0.M14 and
> 8.5.9 soon(ish). As usual, I want to work through the open bug reports
> and any other known issues first.
>
IMO 8.5.8 is not really usable due to 60372 so +1 for a release.
>
Author: markt
Date: Thu Dec 1 15:30:52 2016
New Revision: 1772231
URL: http://svn.apache.org/viewvc?rev=1772231&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Improve handling of varargs in UEL expressions.
Based on a patch by Ben.
Added:
tomcat/tc8.0.x/trunk/test/web
Author: markt
Date: Thu Dec 1 15:29:59 2016
New Revision: 1772230
URL: http://svn.apache.org/viewvc?rev=1772230&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Improve handling of varargs in UEL expressions.
Based on a patch by Ben.
Added:
tomcat/tc8.5.x/trunk/test/web
Author: markt
Date: Thu Dec 1 15:29:28 2016
New Revision: 1772229
URL: http://svn.apache.org/viewvc?rev=1772229&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
Improve handling of varargs in UEL expressions.
Based on a patch by Ben.
Added:
tomcat/trunk/test/webapp/bug6
https://bz.apache.org/bugzilla/show_bug.cgi?id=60437
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: remm
Date: Thu Dec 1 15:08:25 2016
New Revision: 1772226
URL: http://svn.apache.org/viewvc?rev=1772226&view=rev
Log:
60437: Use a more sensible default buffer size value for the handshake dummy
buffer (hopefully avoid resize).
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
t
Author: remm
Date: Thu Dec 1 15:06:37 2016
New Revision: 1772225
URL: http://svn.apache.org/viewvc?rev=1772225&view=rev
Log:
60437: Use a more sensible default buffer size value for the handshake dummy
buffer (hopefully avoid resize).
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
to
Author: remm
Date: Thu Dec 1 15:05:22 2016
New Revision: 1772224
URL: http://svn.apache.org/viewvc?rev=1772224&view=rev
Log:
60437: Use a more sensible default buffer size value for the handshake dummy
buffer (hopefully avoid resize).
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
t
Author: remm
Date: Thu Dec 1 15:03:33 2016
New Revision: 1772223
URL: http://svn.apache.org/viewvc?rev=1772223&view=rev
Log:
60437: Use a more sensible default buffer size value for the handshake dummy
buffer (hopefully avoid resize).
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
--- Comment #4 from Ben ---
The java list --> array is not strictly necessary. I only added that in while
writing the test cases. I wanted a simple test case like "fn:echo(['a',
'b'])", but el converts raw [] to a List, not an array.
In ord
https://bz.apache.org/bugzilla/show_bug.cgi?id=60431
--- Comment #3 from Mark Thomas ---
In addition to fixing this issue, the proposed patch also converts a List into
a set of varargs parameters. What is the specification based justification for
this? I can see why one would want to do this but
Hi,
It is the start of a new month so I'm planning to tag 9.0.0.M14 and
8.5.9 soon(ish). As usual, I want to work through the open bug reports
and any other known issues first.
I suspect the actual tags will be next week at the earliest. Rémy
mentioned Async timeouts + HTTP/2 as a possible root c
On 30/11/2016 09:49, Rory O'Donnell wrote:
> Hi Mark,
>
> The bug has been updated with the following suggestion, any comment ?
Hi Rory,
That would certainly be a good step in the right direction. It would
enable the problem to be fixed for "jar:" without negatively impacting
all the other proto
https://bz.apache.org/bugzilla/show_bug.cgi?id=60437
--- Comment #2 from Dharmesh Patel ---
Yes, resizing to sslEngine.getSession().getPacketBufferSize() or 16921 would
work, since socketReadBuffer is set similarly.
--
You are receiving this mail because:
You are the assignee for the bug.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60437
Remy Maucherat changed:
What|Removed |Added
CC|ma...@apache.org|
--- Comment #1 from Remy Maucherat
https://bz.apache.org/bugzilla/show_bug.cgi?id=60437
Dharmesh Patel changed:
What|Removed |Added
CC||ma...@apache.org
--
You are receivin
https://bz.apache.org/bugzilla/show_bug.cgi?id=60437
Bug ID: 60437
Summary: SSL Handshake implementation in
AsycnChannelWrapperSecure does not handle
SSLEngineResult.Status.BUFFER_OVERFLOW state
Product: Tomcat 8
Author: markt
Date: Thu Dec 1 11:46:11 2016
New Revision: 1772178
URL: http://svn.apache.org/viewvc?rev=1772178&view=rev
Log:
Refactor to remove duplicated code
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
tomcat/tc6.0.x/trunk/test/org/apache/el/TestELEvaluation.java
tomcat/tc6.
Author: markt
Date: Thu Dec 1 11:44:58 2016
New Revision: 1772177
URL: http://svn.apache.org/viewvc?rev=1772177&view=rev
Log:
Refactor to remove duplicated code
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/el/TestELEvaluation.java
tomcat/tc7.
Author: markt
Date: Thu Dec 1 11:40:11 2016
New Revision: 1772175
URL: http://svn.apache.org/viewvc?rev=1772175&view=rev
Log:
Refactor to remove duplicated code
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/el/TestELEvaluation.java
tomcat/tc8.
Author: markt
Date: Thu Dec 1 11:40:26 2016
New Revision: 1772176
URL: http://svn.apache.org/viewvc?rev=1772176&view=rev
Log:
Refactor to remove duplicated code
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/el/TestELEvaluation.java
tomcat/tc8.
Author: markt
Date: Thu Dec 1 11:39:44 2016
New Revision: 1772174
URL: http://svn.apache.org/viewvc?rev=1772174&view=rev
Log:
Refactor to remove duplicated code
Modified:
tomcat/trunk/test/org/apache/el/TestELEvaluation.java
tomcat/trunk/test/org/apache/el/TesterFunctions.java
tomcat
Author: markt
Date: Thu Dec 1 11:20:46 2016
New Revision: 1772171
URL: http://svn.apache.org/viewvc?rev=1772171&view=rev
Log:
IPv6 improvements:
- use IPv6 by default if available on Windows with APR
- new option to configure whether APR with IPv6 also uses IPv4 on dual stack
systems
- improve u
[
https://issues.apache.org/jira/browse/MTOMCAT-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15711695#comment-15711695
]
Matthew Broadhead commented on MTOMCAT-308:
---
is there a workaround for this iss
Author: markt
Date: Thu Dec 1 11:17:38 2016
New Revision: 1772170
URL: http://svn.apache.org/viewvc?rev=1772170&view=rev
Log:
IPv6 improvements:
- use IPv6 by default if available on Windows with APR
- new option to configure whether APR with IPv6 also uses IPv4 on dual stack
systems
- improve u
https://bz.apache.org/bugzilla/show_bug.cgi?id=60436
--- Comment #2 from hongjiang ---
No,I didn't use http2.0,my connector config:
It's happened in pressure test (high concurrency),
one nginx reverse proxy to 4 tomcat server,
All 4 tomcat server occurred that NPE。
--
You are receiving
https://bz.apache.org/bugzilla/show_bug.cgi?id=60436
Remy Maucherat changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #1 from Remy Mau
https://bz.apache.org/bugzilla/show_bug.cgi?id=60436
Bug ID: 60436
Summary: AbstractProcessor.doTimeoutAsync(AbstractProcessor.jav
a:528) NPE
Product: Tomcat 8
Version: 8.5.8
Hardware: PC
OS: Linux
37 matches
Mail list logo