Author: markt
Date: Wed Jan 23 08:24:11 2019
New Revision: 1851891
URL: http://svn.apache.org/viewvc?rev=1851891&view=rev
Log:
Move bz 63401 entry to correct version
Modified:
tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.5.x/trunk/webapps/docs/changelog.xml
URL:
http
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change
notification.
The "ContributorsGroup" page has been changed by markt:
https://wiki.apache.org/tomcat/ContributorsGroup?action=diff&rev1=33&rev2=34
Comment:
+= GarretWilson
* developintelligence
https://bz.apache.org/bugzilla/show_bug.cgi?id=63103
--- Comment #1 from Mark Thomas ---
I don't think there is much of a security argument for removing this JSP since
it can only expose source code for files that are in the examples app and all
that source is already publicly available.
However
Author: markt
Date: Wed Jan 23 09:03:45 2019
New Revision: 1851895
URL: http://svn.apache.org/viewvc?rev=1851895&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63103
Remove the unused source.jsp file and associated tag from the examples web
application as it is no longer used.
Author: markt
Date: Wed Jan 23 09:04:50 2019
New Revision: 1851896
URL: http://svn.apache.org/viewvc?rev=1851896&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63103
Remove the unused source.jsp file and associated tag from the examples web
application as it is no longer used.
Author: markt
Date: Wed Jan 23 09:12:12 2019
New Revision: 1851897
URL: http://svn.apache.org/viewvc?rev=1851897&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63103
Remove the unused source.jsp file and associated tag from the examples web
application as it is no longer used.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63103
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Hi,
sorry for the noise, but maybe you are quicker than me rummaging through
SVN :-)
I would like to know when the following code snippet was added to
"catalina.sh":
# Set UMASK unless it has been overridden
if [ -z "$UMASK" ]; then
UMASK="0027"
fi
umask $UMASK
I see it in current 9.0.x an
On 23/01/2019 10:57, Martin Knoblauch wrote:
> Hi,
>
> sorry for the noise, but maybe you are quicker than me rummaging through
> SVN :-)
>
> I would like to know when the following code snippet was added to
> "catalina.sh":
https://svn.apache.org/viewvc/tomcat/trunk/bin/catalina.sh?view=annota
Hi Mark,
thanks a lot. So, now I know the code was added in revision 1713174. The
real question I have is into which releases this went.
OK, in this case I see it went into 8.5 and 9.0 from the beginning. But say
a change went into 9.0.12 - is there a way to find that from SVN?
Cheers
Martin
O
On 23/01/2019 12:02, Martin Knoblauch wrote:
> Hi Mark,
>
> thanks a lot. So, now I know the code was added in revision 1713174. The
> real question I have is into which releases this went.
>
> OK, in this case I see it went into 8.5 and 9.0 from the beginning. But say
> a change went into 9.0.1
Hello!
We have file descriptors leak when we use websocket client.
Our environment:
1. spring-boot 2.0.6
2. tomcat-embed 8.5.34
3. ubuntu 16.04
How to reproduce:
1. Connect to websocket server with using of WsWebSocketContainer (after
this step we will have WsSession and WsRemoteEndpointIm
https://bz.apache.org/bugzilla/show_bug.cgi?id=63104
Bug ID: 63104
Summary: As per servlet api doc ServletContext.getResource
should throw MalformedURLException but for some urls
tomcat 8 is throwing IllegalArgumentException which is
Author: markt
Date: Wed Jan 23 13:57:50 2019
New Revision: 1851916
URL: http://svn.apache.org/viewvc?rev=1851916&view=rev
Log:
Make the removal of leading and trailing whitespace from credentials passed to
BASIC authentication configurable via a new attribute, trimCredentials on the
BasicAuthent
Author: markt
Date: Wed Jan 23 14:01:38 2019
New Revision: 1851919
URL: http://svn.apache.org/viewvc?rev=1851919&view=rev
Log:
Fix indenting
Modified:
tomcat/trunk/test/org/apache/catalina/realm/TestJNDIRealm.java
Modified: tomcat/trunk/test/org/apache/catalina/realm/TestJNDIRealm.java
URL:
Author: markt
Date: Wed Jan 23 14:06:06 2019
New Revision: 1851921
URL: http://svn.apache.org/viewvc?rev=1851921&view=rev
Log:
Refactor to simplify the fix for BZ 63026
Modified:
tomcat/trunk/java/org/apache/catalina/realm/JNDIRealm.java
Modified: tomcat/trunk/java/org/apache/catalina/realm/
The Buildbot has detected a new failure on builder tomcat-trunk while building
. Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/3973
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Wed Jan 23 14:27:00 2019
New Revision: 1851924
URL: http://svn.apache.org/viewvc?rev=1851924&view=rev
Log:
Fix Javadoc error. Note https://bugs.openjdk.java.net/browse/JDK-8031625
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java
Modifi
Author: markt
Date: Wed Jan 23 14:36:07 2019
New Revision: 1851926
URL: http://svn.apache.org/viewvc?rev=1851926&view=rev
Log:
Play nicely with folks extending this class
Modified:
tomcat/trunk/java/org/apache/catalina/authenticator/BasicAuthenticator.java
Modified:
tomcat/trunk/java/org/ap
Author: markt
Date: Wed Jan 23 14:45:34 2019
New Revision: 1851928
URL: http://svn.apache.org/viewvc?rev=1851928&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63026
Add a new attribute, forceDnHexEscape, to the JNDIRealm that forces escaping in
the String representation of a di
The Buildbot has detected a restored build on builder tomcat-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-trunk/builds/3974
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Wed Jan 23 15:01:09 2019
New Revision: 1851933
URL: http://svn.apache.org/viewvc?rev=1851933&view=rev
Log:
Make the removal of leading and trailing whitespace from credentials passed to
BASIC authentication configurable via a new attribute, trimCredentials on the
BasicAuthent
Author: markt
Date: Wed Jan 23 15:07:37 2019
New Revision: 1851937
URL: http://svn.apache.org/viewvc?rev=1851937&view=rev
Log:
Fix indenting
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/catalina/realm/TestJNDIRealm.java
Propchange: tomcat/tc8.5.x
Author: markt
Date: Wed Jan 23 15:08:06 2019
New Revision: 1851938
URL: http://svn.apache.org/viewvc?rev=1851938&view=rev
Log:
Fix indenting
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/realm/TestJNDIRealm.java
Propchange: tomcat/tc7.0.x
Author: markt
Date: Wed Jan 23 15:09:37 2019
New Revision: 1851939
URL: http://svn.apache.org/viewvc?rev=1851939&view=rev
Log:
Refactor to simplify the fix for BZ 63026
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java
Pr
Author: markt
Date: Wed Jan 23 15:10:26 2019
New Revision: 1851940
URL: http://svn.apache.org/viewvc?rev=1851940&view=rev
Log:
Refactor to simplify the fix for BZ 63026
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/apache/catalina/realm/JNDIRealm.java
Pr
Author: markt
Date: Wed Jan 23 15:11:07 2019
New Revision: 1851941
URL: http://svn.apache.org/viewvc?rev=1851941&view=rev
Log:
Add a new attribute, forceDnHexEscape, to the JNDIRealm that forces escaping in
the String representation of a distinguished name to use the \nn form. This may
avoid iss
Author: markt
Date: Wed Jan 23 15:19:07 2019
New Revision: 1851942
URL: http://svn.apache.org/viewvc?rev=1851942&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63026
Add a new attribute, forceDnHexEscape, to the JNDIRealm that forces escaping in
the String representation of a di
https://bz.apache.org/bugzilla/show_bug.cgi?id=63026
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=62992
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|NEEDINFO
https://bz.apache.org/bugzilla/show_bug.cgi?id=63104
Mark Thomas changed:
What|Removed |Added
OS||All
Resolution|---
Author: markt
Date: Wed Jan 23 16:33:47 2019
New Revision: 1851947
URL: http://svn.apache.org/viewvc?rev=1851947&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63003
Extend the unloadDelay attribute on a Context to include in-flight asynchronous
requests.
Modified:
tomcat/t
Author: markt
Date: Wed Jan 23 16:36:02 2019
New Revision: 1851948
URL: http://svn.apache.org/viewvc?rev=1851948&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63003
Extend the unloadDelay attribute on a Context to include in-flight asynchronous
requests.
Modified:
tomcat/t
Author: markt
Date: Wed Jan 23 21:07:10 2019
New Revision: 1851983
URL: http://svn.apache.org/viewvc?rev=1851983&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63003
Extend the unloadDelay attribute on a Context to include in-flight asynchronous
requests.
Modified:
tomcat/t
Modified: tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java?rev=1851983&r1=1851982&r2=1851983&view=diff
==
On 23/01/2019 21:07, ma...@apache.org wrote:
> Author: markt
> Date: Wed Jan 23 21:07:10 2019
> New Revision: 1851983
>
> URL: http://svn.apache.org/viewvc?rev=1851983&view=rev
> Log:
> Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63003
> Extend the unloadDelay attribute on a Context to incl
https://bz.apache.org/bugzilla/show_bug.cgi?id=63003
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
Mark Thomas changed:
What|Removed |Added
Severity|critical|enhancement
--- Comment #13 from Mark Th
Author: markt
Date: Wed Jan 23 21:39:11 2019
New Revision: 1851985
URL: http://svn.apache.org/viewvc?rev=1851985&view=rev
Log:
Add a test case for BZ 62912
Modified:
tomcat/trunk/test/org/apache/coyote/TestResponse.java
Modified: tomcat/trunk/test/org/apache/coyote/TestResponse.java
URL:
ht
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
--- Comment #14 from Mark Thomas ---
Created attachment 36389
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36389&action=edit
Tomcat 9 patch to retain app provided content-type
The application provided content-type is only retained if
On 23/01/2019 21:48, bugzi...@apache.org wrote:
> https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
>
> --- Comment #14 from Mark Thomas ---
> Created attachment 36389
> --> https://bz.apache.org/bugzilla/attachment.cgi?id=36389&action=edit
> Tomcat 9 patch to retain app provided content-typ
On 23/01/2019 21:55, VP Brand wrote:
Sorry. No idea why my mail client picked that senders address. I must
have hit the wrong button.
Mark
> On 23/01/2019 21:48, bugzi...@apache.org wrote:
>> https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
>>
>> --- Comment #14 from Mark Thomas ---
>> Cre
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/1244
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sc
On 1/23/2019 1:56 PM, Mark Thomas wrote:
On 23/01/2019 21:48, bugzi...@apache.org wrote:
https://bz.apache.org/bugzilla/show_bug.cgi?id=62912
--- Comment #14 from Mark Thomas ---
Created attachment 36389
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36389&action=edit
Tomcat 9 patc
Am 21.01.2019 um 15:49 schrieb Mark Thomas:
Version 1.2.20 includes the following changes compared to 1.2.19:
- Fixed memory leak associated with the use of OpenSSL BIO (used when
OpenSSL provides the TLS functionality for the NIO and NIO2
connectors)
Various other fixes and improvements.
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-tc7.0.x-test-bio has an issue affecting its community
integration.
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.5.x-test-nio has an issue affecting its community
integration.
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-tc7.0.x-test-nio has an issue affecting its community
integration.
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
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-tc7.0.x-test-apr has an issue affecting its community
integration.
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-tc7.0.x-test-bio has an issue affecting its community
integration.
51 matches
Mail list logo