https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Bug ID: 59211
Summary: Add hamcrest to IDE's classpath to make test case
compilable
Product: Tomcat 9
Version: 9.0.0.M4
Hardware: PC
OS: All
S
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
--- Comment #1 from Huxing Zhang ---
Created attachment 33691
--> https://bz.apache.org/bugzilla/attachment.cgi?id=33691&action=edit
Patch to add hamcrest to IDE's classpath.
--
You are receiving this mail because:
You are the assignee for
Hi,
I have following observations:
0. in NOTICE it sill mentions the following XML schemas, which I think should
be removed.
- javaee_8.xsd
- web-app_4_0.xsd
- web-common_4_0.xsd
- web-fragment_4_0.xsd
1. When uncomment the SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2 and
start tom
ive.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160322-native-src.tar.gz
-Dexamples.sources.skip=true
-Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dt
Author: violetagg
Date: Tue Mar 22 07:37:21 2016
New Revision: 1736145
URL: http://svn.apache.org/viewvc?rev=1736145&view=rev
Log:
Remove honorCipherOrder="false" from the server.xml.
When the block is uncommented the implementation will use the default which is
honorCipherOrder="true"
Patch prov
Author: violetagg
Date: Tue Mar 22 07:56:56 2016
New Revision: 1736147
URL: http://svn.apache.org/viewvc?rev=1736147&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59209
Merged revision 1736145 from tomcat/trunk:
Remove honorCipherOrder="false" from the server.xml.
When the block
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
2016-03-22 8:25 GMT+01:00 Huxing Zhang :
> Any ideas?
>
> Yes, stop using Java 7.
Rémy
Hi,
2016-03-22 9:25 GMT+02:00 Huxing Zhang :
>
> Hi,
>
> I have following observations:
>
> 0. in NOTICE it sill mentions the following XML schemas, which I think
should be removed.
> - javaee_8.xsd
> - web-app_4_0.xsd
> - web-common_4_0.xsd
> - web-fragment_4_0.xsd
>
This is fixed with r1735
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
--- Comment #2 from Violeta Georgieva ---
Hi,
I'm curios about the Eclipse version.
With Eclipse Luna and Mars this is added by default with the following
declaration
junit and hamcrest jar files are taken from Eclipse plugins folder.
Tha
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
--- Comment #3 from Huxing Zhang ---
Hi, I'm using Intellij IDEA 14.1, the way I import tomcat source code is to
import from eclipse project, since there is no ide-idea ant task.
--
You are receiving this mail because:
You are the assignee f
.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20160322-native-src.tar.gz
-Dexamples.sources.skip=true
-Dbase.path=/srv/gump/public/workspace/tomcat-trunk/tomcat-build-libs
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dtest.apr.loc=/srv/g
Author: violetagg
Date: Tue Mar 22 09:14:52 2016
New Revision: 1736162
URL: http://svn.apache.org/viewvc?rev=1736162&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhang.
Modified:
tomcat/trunk/res/ide-supp
Author: violetagg
Date: Tue Mar 22 09:18:12 2016
New Revision: 1736163
URL: http://svn.apache.org/viewvc?rev=1736163&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Merged revision 1736162 from tomcat/trunk:
Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhan
Author: violetagg
Date: Tue Mar 22 09:22:41 2016
New Revision: 1736166
URL: http://svn.apache.org/viewvc?rev=1736166&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Merged revision 1736162 from tomcat/trunk:
Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhan
Author: violetagg
Date: Tue Mar 22 09:25:42 2016
New Revision: 1736167
URL: http://svn.apache.org/viewvc?rev=1736167&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Merged revision 1736162 from tomcat/trunk:
Add hamcrest to Eclipse classpath. Patch is provided by Huxing Zhan
https://bz.apache.org/bugzilla/show_bug.cgi?id=59211
Violeta Georgieva changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209
--- Comment #3 from Huxing Zhang ---
Hi Violeta,
Should this patch be applied to 9.0.0.x? I main concern is:
Tomcat needs to be configured with honorCipherOrder="false" otherwise Tomcat
will prefer a cipher suite that is blacklisted by HTTP/2.
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209
--- Comment #4 from Violeta Georgieva ---
(In reply to Huxing Zhang from comment #3)
> Hi Violeta,
>
> Should this patch be applied to 9.0.0.x? I main concern is:
> Tomcat needs to be configured with honorCipherOrder="false" otherwise Tomcat
>
Author: violetagg
Date: Tue Mar 22 09:45:53 2016
New Revision: 1736168
URL: http://svn.apache.org/viewvc?rev=1736168&view=rev
Log:
Revert r1736145
Modified:
tomcat/trunk/conf/server.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/conf/server.xml
URL:
http://svn.apache
lic/workspace/apache-commons/daemon/dist/commons-daemon-20160322.jar
-Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar
-Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps
-Dtest.excludePerformance=true
-Dhamcrest.jar=/srv/gump/packag
https://bz.apache.org/bugzilla/show_bug.cgi?id=59213
Bug ID: 59213
Summary: Async dispatch not working after cross-context forward
Product: Tomcat 8
Version: 8.0.32
Hardware: PC
Status: NEW
Severity: normal
Prio
Author: violetagg
Date: Tue Mar 22 10:33:36 2016
New Revision: 1736178
URL: http://svn.apache.org/viewvc?rev=1736178&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59210
Fixed ClassCastException in server push example. Patch provided by Huxing Zhang.
Modified:
tomcat/tc8.5.x
https://bz.apache.org/bugzilla/show_bug.cgi?id=59210
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
2016-03-22 13:33 GMT+03:00 :
> Author: violetagg
> Date: Tue Mar 22 10:33:36 2016
> New Revision: 1736178
>
> URL: http://svn.apache.org/viewvc?rev=1736178&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59210
> Fixed ClassCastException in server push example. Patch provided b
2016-03-22 11:57 GMT+01:00 Konstantin Kolinko :
> This API is unusable when running with a SecurityManager.
>
> I mean, classes in "org.apache.catalina.connector.",
> "org.apache.catalina.core." normally aren't accessible to web
> applications.
>
> It can be solved by introducing a separate packag
Hi,
2016-03-22 9:25 GMT+02:00 Huxing Zhang :
>
> Hi,
>
> I have following observations:
>
> 0. in NOTICE it sill mentions the following XML schemas, which I think
should be removed.
> - javaee_8.xsd
> - web-app_4_0.xsd
> - web-common_4_0.xsd
> - web-fragment_4_0.xsd
>
> 1. When uncomment the S
2016-03-22 13:31 GMT+02:00 Violeta Georgieva :
>
> Hi,
>
> 2016-03-22 9:25 GMT+02:00 Huxing Zhang :
> >
> > Hi,
> >
> > I have following observations:
> >
> > 0. in NOTICE it sill mentions the following XML schemas, which I think
should be removed.
> > - javaee_8.xsd
> > - web-app_4_0.xsd
> > -
hi,
A public API for initiating an upgrade at runtime was removed [1] which
breaks WebSocket support in the Spring Framework. This API was previously
added to make up for a limitation in JSR-356. The hope was for it to be
picked up in a spec update but unfortunately there has been no movement
wha
On 22/03/2016 07:37, violet...@apache.org wrote:
> Author: violetagg
> Date: Tue Mar 22 07:37:21 2016
> New Revision: 1736145
>
> URL: http://svn.apache.org/viewvc?rev=1736145&view=rev
> Log:
> Remove honorCipherOrder="false" from the server.xml.
> When the block is uncommented the implementation
On 22/03/2016 11:11, Rémy Maucherat wrote:
> 2016-03-22 11:57 GMT+01:00 Konstantin Kolinko :
>
>> This API is unusable when running with a SecurityManager.
>>
>> I mean, classes in "org.apache.catalina.connector.",
>> "org.apache.catalina.core." normally aren't accessible to web
>> applications.
>
On 22/03/2016 15:14, Rossen Stoyanchev wrote:
> hi,
>
> A public API for initiating an upgrade at runtime was removed [1] which
> breaks WebSocket support in the Spring Framework. This API was previously
> added to make up for a limitation in JSR-356. The hope was for it to be
> picked up in a sp
Hi,
2016-03-22 18:04 GMT+02:00 Mark Thomas :
>
> On 22/03/2016 07:37, violet...@apache.org wrote:
> > Author: violetagg
> > Date: Tue Mar 22 07:37:21 2016
> > New Revision: 1736145
> >
> > URL: http://svn.apache.org/viewvc?rev=1736145&view=rev
> > Log:
> > Remove honorCipherOrder="false" from the
Author: violetagg
Date: Tue Mar 22 16:21:49 2016
New Revision: 1736209
URL: http://svn.apache.org/viewvc?rev=1736209&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206
Ensure NPE will not be thrown by when catalina.base is not specified.
Added:
tomcat/trunk/java/org/apache
2016-03-22 6:31 GMT-05:00 Violeta Georgieva :
> > in TEST-org.apache.coyote.http11.TestHttp11Processor.NIO.txt:
> >
> > Testcase: testNon2xxResponseWithExpectation took 3.082 sec
> > Caused an ERROR
> > Unexpected end of file from server
> > java.net.SocketException: Unexpected end of file
Am 18. März 2016 21:55:26 MEZ, schrieb Mark Thomas :
>The proposed Apache Tomcat 8.0.33 release is now available for voting.
>
>The main changes since 8.0.32 are:
>
>- Correct a false positive warning for ThreadLocal related memory
> leaks when the key class but not the value class has been load
Author: violetagg
Date: Tue Mar 22 19:32:00 2016
New Revision: 1736238
URL: http://svn.apache.org/viewvc?rev=1736238&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206
Merged revision 1736209 from tomcat/trunk:
Ensure NPE will not be thrown by when catalina.base is not specifie
Author: violetagg
Date: Tue Mar 22 19:39:45 2016
New Revision: 1736239
URL: http://svn.apache.org/viewvc?rev=1736239&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206
Merged revision 1736209 from tomcat/trunk:
Ensure NPE will not be thrown by when catalina.base is not specifie
2016-03-22 11:09 GMT-05:00 Mark Thomas :
> I did think about o.a.catalina.servlet4 but I wasn't sure that was the
> right solution.
>
> Ok, I agree but the package name could be explicit. "preview" ?
Rémy
Author: violetagg
Date: Tue Mar 22 20:38:47 2016
New Revision: 1736247
URL: http://svn.apache.org/viewvc?rev=1736247&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59206
Merged revision 1736209 from tomcat/trunk:
Ensure NPE will not be thrown by when catalina.base is not specifie
Mark,
On 3/18/16 4:55 PM, Mark Thomas wrote:
> The proposed Apache Tomcat 8.0.33 release is now available for voting.
>
> The main changes since 8.0.32 are:
>
> - Correct a false positive warning for ThreadLocal related memory
> leaks when the key class but not the value class has been loaded
https://bz.apache.org/bugzilla/show_bug.cgi?id=59206
Violeta Georgieva changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209
--- Comment #5 from Christopher Schultz ---
(In reply to Huxing Zhang from comment #3)
> Hi Violeta,
>
> Should this patch be applied to 9.0.0.x? I main concern is:
> Tomcat needs to be configured with honorCipherOrder="false" otherwise Tomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=59206
--- Comment #2 from ashel...@amazon.com ---
Thank you!
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tom
Rainer,
On 3/21/16 4:43 PM, Rainer Jung wrote:
> Hi Chris,
>
> do you prefer this:
>
> === quote ===
>
> checking OpenSSL library version >= 1.0.2...
>
> Found OPENSSL_VERSION_NUMBER 0x1000112f (OpenSSL 1.0.1r 28 Jan 2016)
> Require OPENSSL_VERSION_NUMBER 0x1000200f or greater (1.0.2)
>
>
https://bz.apache.org/bugzilla/show_bug.cgi?id=59209
--- Comment #6 from Huxing Zhang ---
Hi,
I think specifying cipher suites is another solution, but may be more
complicate, because:
1) we don't know what http version client will use, HTTP/1.x over TLS or HTTP/2
over TLS
2) different client ma
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-native-trunk-make has an issue affecting its community
integration
Hi Violeta,
I'm using JDK 1.7.0_79 on Mac OS X.
The test case passed on JDK 1.7.0_80.
--
From:Violeta Georgieva
Time:2016 Mar 22 (Tue) 19:32
To:Tomcat Developers List , 张乎兴(望陶)
Subject:Re: [VOTE] Release Apache Tomcat 8.5.0
20
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-nio has an issue affecting its community integration.
Th
https://bz.apache.org/bugzilla/show_bug.cgi?id=59217
Bug ID: 59217
Summary: Duplication of the recycling of the path in the
ServerCookie
Product: Tomcat 9
Version: unspecified
Hardware: All
OS: All
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at gene...@gump.apache.org.
Project tomcat-trunk-test-nio2 has an issue affecting its community integration.
T
51 matches
Mail list logo