https://bz.apache.org/bugzilla/show_bug.cgi?id=57736
--- Comment #6 from Frank Holler ---
Created attachment 32597
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32597&action=edit
example war for getResource() from lib
see README.txt embedded within the zip
--
You are receiving this ma
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736
--- Comment #7 from Frank Holler ---
(In reply to Mark Thomas from comment #5)
> (In reply to Frank Holler from comment #4)
> The issue with com.mycila.xmltool falls into the category that we'd expect
> the vendor to fix.
I created a quiet sim
On 23/03/2015 14:59, Mark Thomas wrote:
> The proposed 8.0.21 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.0.21
Unit tests pass on OSX, Linux and Windows. All 64-bit. BIO, NIO, NIO2
and APR/native (1.1.33) tested.
Mark
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736
--- Comment #8 from Mark Thomas ---
(In reply to Frank Holler from comment #7)
> So in my opinion, this is no "vendor specific" problem, because i only used
> Java Runtime imports, no additional imports are needed.
Accepted. The format we use
Author: markt
Date: Tue Mar 24 10:58:14 2015
New Revision: 1668843
URL: http://svn.apache.org/r1668843
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57736
Switch to */ in Tomcat's custom format for URLs for resources in JARs packed in
WARs rather than ^/ since ^ is not a valid chara
Author: markt
Date: Tue Mar 24 11:01:42 2015
New Revision: 1668844
URL: http://svn.apache.org/r1668844
Log:
Prep for next release
Modified:
tomcat/tc8.0.x/trunk/build.properties.default
tomcat/tc8.0.x/trunk/res/maven/mvn.properties.default
Modified: tomcat/tc8.0.x/trunk/build.properties.
Author: markt
Date: Tue Mar 24 11:03:21 2015
New Revision: 1668846
URL: http://svn.apache.org/r1668846
Log:
Prep for next release
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.
Author: markt
Date: Tue Mar 24 11:07:09 2015
New Revision: 1668847
URL: http://svn.apache.org/r1668847
Log:
Switch to */ in Tomcat's custom format for URLs for resources in JARs packed in
WARs rather than ^/ since ^ is not a valid character for URLs as per RFC 2396.
The ^/ format remains support
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736
--- Comment #9 from Mark Thomas ---
>From Tomcat 8.0.22 onwards (the 8.0.21 release is currently in progress so
8.0.22 should be within the next month) */ is used rather than ^/ which is
valid as per RFC 2396. The old format is still supported
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
Bug ID: 57749
Summary: NullPointerException in
InternalNio2OutputBuffer$2.failed(InternalNio2OutputBu
ffer.java:205) (8.0.21 RC)
Product: Tomcat 8
Version: trun
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750
Bug ID: 57750
Summary: WebSocket does not get closed when network is
disconnected
Product: Tomcat 7
Version: 7.0.50
Hardware: PC
OS: Linux
Sta
it/target/junit-4.13-SNAPSHOT.jar
-Dobjenesis.jar=/srv/gump/public/workspace/objenesis/main/target/objenesis-2.2-SNAPSHOT.jar
-Dtest.reports=output/logs-APR
-Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20150324-native-src.tar.gz
-Dexampl
https://bz.apache.org/bugzilla/show_bug.cgi?id=57736
--- Comment #10 from Frank Holler ---
(In reply to Mark Thomas from comment #9)
> From Tomcat 8.0.22 onwards (the 8.0.21 release is currently in progress so
> 8.0.22 should be within the next month) */ is used rather than ^/ which is
> valid as
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/1077
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
Konstantin Kolinko changed:
What|Removed |Added
OS||All
--- Comment #1 from Konstanti
On 23.3.2015 15:59, Mark Thomas wrote:
The proposed 8.0.21 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 8.0.21
Tested .zip distribution on Windows 7 64-bit, Oracle JDK 1.7.0_75 and
APR/native 1.1.33:
- Tested TLS connectivity for BIO, NIO, NIO2 and APR connect
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750
--- Comment #1 from Mark Thomas ---
Which WebSocket implementation?
Which connector?
Depending on circumstances, Tomcat may not be informed of the network
disconnection - in which case there is no way for Tomcat to call onClose().
--
You are
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
--- Comment #2 from Mark Thomas ---
That was going to be my first question - how easy is this to reproduce.
I took a quick look at the code. The only way the socket could be null is if
the output buffer had been recycled. That would be trigger
Author: markt
Date: Tue Mar 24 13:04:37 2015
New Revision: 1668873
URL: http://svn.apache.org/r1668873
Log:
Avoid NPE reported in https://bz.apache.org/bugzilla/show_bug.cgi?id=57749 and
log the exception.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/coyote/http11/InternalNio2OutputBuffer
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
--- Comment #3 from Mark Thomas ---
I've added some logging and I'll set the TestNonBlockingAPI test running in a
loop for NIO2 until it fails.
--
You are receiving this mail because:
You are the assignee for the bug.
---
Author: markt
Date: Tue Mar 24 13:56:36 2015
New Revision: 1668897
URL: http://svn.apache.org/r1668897
Log:
Update comment
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpUpgradeHandler.java
Modified:
tomcat/trunk/java/org/apache/coyote/http11/upgrade/InternalHttpU
Author: markt
Date: Tue Mar 24 14:20:37 2015
New Revision: 1668904
URL: http://svn.apache.org/r1668904
Log:
Simplify the processor interface by merging asyncDispatch and upgradeDispatch.
There was no need for separate methods since the processor implementation is
sufficient to distinguish betwee
Author: markt
Date: Tue Mar 24 14:25:06 2015
New Revision: 1668906
URL: http://svn.apache.org/r1668906
Log:
Javadoc fixes.
Modified:
tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
Modified: tomcat/trunk/java/org/apache/coyote/AbstractProtocol.java
URL:
http://svn.apache.org/viewv
Mark,
On 3/23/15 5:35 AM, Mark Thomas wrote:
> On 20/03/2015 15:53, Christopher Schultz wrote:
>>> The Apache Tomcat Native 1.1.33 is
>>> [X] Stable, go ahead and release
>
>
>
>> I'm having trouble on Mac OS X, though.
>>
>> Details:
>
>
>
>> Builds with lots of OpenSSL-related deprecation
Author: schultz
Date: Tue Mar 24 14:43:07 2015
New Revision: 1668912
URL: http://svn.apache.org/r1668912
Log:
Vote
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=1668912&r1=1668911&r2=
https://bz.apache.org/bugzilla/show_bug.cgi?id=57108
--- Comment #11 from Christopher Schultz ---
(In reply to Unlogic from comment #10)
> Well this is a bit tricky because there is two sides to this coin.
>
> In some cases you have a wildcard certificates or subject alternative name
> certifica
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building ASF Buildbot. Full details are available at:
http://ci.apache.org/builders/tomcat-8-trunk/builds/177
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
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/1079
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedu
https://bz.apache.org/bugzilla/show_bug.cgi?id=57465
--- Comment #9 from michael.lit...@nuix.com ---
I was able to download tcnative-1.dll version 1.1.33 from
http://apache.spinellicreations.com/tomcat/tomcat-connectors/native/1.1.33/
Thanks very much.
--
You are receiving this mail because:
Yo
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750
--- Comment #2 from Christopher Schultz ---
I seem to recall markt doing some work on this recently: you (Mark) weren't
able to replicate a network drop by disconnecting your VMs network, but
physically pulling the Ethernet cable from your lapt
https://bz.apache.org/bugzilla/show_bug.cgi?id=57546
Mark Thomas changed:
What|Removed |Added
CC||roman.stobni...@dialogic.co
https://bz.apache.org/bugzilla/show_bug.cgi?id=57750
Mark Thomas changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
--- Comment #4 from Konstantin Kolinko ---
Created attachment 32607
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32607&action=edit
TEST-org.apache.catalina.nonblocking.TestNonBlockingAPI.NIO2.txt
Reproduced.
This is Tomcat 8 @r16689
https://bz.apache.org/bugzilla/show_bug.cgi?id=57749
--- Comment #5 from Konstantin Kolinko ---
Created attachment 32608
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32608&action=edit
access_log.2015-03-25
Access log file for the failed test.
As I mentioned earlier, I am using
test.ac
https://bz.apache.org/bugzilla/show_bug.cgi?id=57752
Bug ID: 57752
Summary: WebResources Cache 'lookupCount' counts non-lookups
Product: Tomcat 8
Version: 8.0.20
Hardware: PC
Status: NEW
Severity: normal
Priorit
https://bz.apache.org/bugzilla/show_bug.cgi?id=57752
Adam Mlodzinski changed:
What|Removed |Added
OS||All
CC|
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-tc8.0.x-test-nio2 has an issue affecting its community
integration
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753
Bug ID: 57753
Summary: Single sign on returns null for getRemoteUser when
accessing insecure page
Product: Tomcat 8
Version: 8.0.20
Hardware: All
OS: All
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753
--- Comment #1 from Kenneth Gendron ---
After further investigation it appears the first web application that
authenticates will get the user back when calling getRemoteUser(); however, any
other web applications that come after will get null.
https://bz.apache.org/bugzilla/show_bug.cgi?id=57753
--- Comment #2 from Kenneth Gendron ---
Even more investigation. This only occurs when setting requireReauthentication
to true. In the SingleSignOn implementation it explicitly does not set the
user principal if requireReauthentication is set
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-apr has an issue affecting its community integration.
Th
> The proposed 8.0.21 release is:
> [ ] Broken - do not release
> [X] Stable - go ahead and release as 8.0.21
Used to test Standard Taglib on OS X, Java 1.8 and to test examples.
—
Jeremy
-
To unsubscribe, e-mail: dev-unsubscr..
42 matches
Mail list logo