Author: rjung
Date: Wed Nov 4 06:33:56 2015
New Revision: 1712476
URL: http://svn.apache.org/viewvc?rev=1712476&view=rev
Log:
Fix "error: 'ctx' undeclared" in maintainer mode
or when DEBUG is defined.
Modified:
tomcat/native/trunk/native/src/ssl.c
tomcat/native/trunk/xdocs/miscellaneous/
Hi guys,
Would it be possible to add to tomcat codebase a way to register custom
websocket lifecycle listeners for technical integration. For instance in
TomEE we would need a clean way to listen for close() or timeout() without
modifying the user code side if possible.
wdyt?
Romain Manni-Bucau
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-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-tc8.0.x-test-nio2 has an issue affecting its community
integration
Hi Mark,
This options has already been defined in build.property.default with default
value set to be false.
I think it is a duplication.
see the last line in
http://svn.apache.org/repos/asf/tomcat/trunk/build.properties.default
# - JVM settings for unit tests
java.net.preferIPv4Stack=fals
Author: billbarker
Date: Wed Nov 4 02:25:05 2015
New Revision: 1712457
URL: http://svn.apache.org/viewvc?rev=1712457&view=rev
Log:
Forward port r1712199 align with OpenSSL master. Just deleted the SSLeay check
since any OS I know will raise an UnsatifiedLinkError if you try to load this
with su
Author: markt
Date: Wed Nov 4 01:04:33 2015
New Revision: 1712452
URL: http://svn.apache.org/viewvc?rev=1712452&view=rev
Log:
Update ignores
Modified:
tomcat/native/branches/1.1.x/native/ (props changed)
tomcat/native/branches/1.1.x/native/build/ (props changed)
Propchange: tomcat/n
I've just finished running the unit tests for APR on OSX with the
current 1.2.x trunk and 9.0.x, 8.0.x and 7.0.x and all pass.
I plan to tag 1.2.2 tomorrow morning and will hopefully be able to start
a new vote later in the day.
Mark
--
Author: markt
Date: Wed Nov 4 00:56:53 2015
New Revision: 1712451
URL: http://svn.apache.org/viewvc?rev=1712451&view=rev
Log:
Add an option the build to set java.net.preferIPv4Stack=true when running tests.
This appears to be required on OSX El Capitan for multicast to work with the
current test
Author: markt
Date: Wed Nov 4 00:29:34 2015
New Revision: 1712448
URL: http://svn.apache.org/viewvc?rev=1712448&view=rev
Log:
Add note about needing IPv4 on latest OSX for multicast tests to work
Modified:
tomcat/tc8.0.x/trunk/build.properties.default
Modified: tomcat/tc8.0.x/trunk/build.pr
Author: markt
Date: Tue Nov 3 23:43:10 2015
New Revision: 1712444
URL: http://svn.apache.org/viewvc?rev=1712444&view=rev
Log:
The changes in r1712437 made this code unnecessary
Modified:
tomcat/native/trunk/native/src/sslnetwork.c
Modified: tomcat/native/trunk/native/src/sslnetwork.c
URL:
Author: markt
Date: Tue Nov 3 23:34:57 2015
New Revision: 1712443
URL: http://svn.apache.org/viewvc?rev=1712443&view=rev
Log:
Forward port of r1456353 (mturk) from 1.1.x
Prevent infinite loop for SSL_ERROR_SSL
Modified:
tomcat/native/trunk/native/src/sslnetwork.c
Modified: tomcat/native/tru
Author: markt
Date: Tue Nov 3 23:31:58 2015
New Revision: 1712442
URL: http://svn.apache.org/viewvc?rev=1712442&view=rev
Log:
Whitespace fixes to align with 1.1.x to aid diffs
Modified:
tomcat/native/trunk/native/src/sslnetwork.c
Modified: tomcat/native/trunk/native/src/sslnetwork.c
URL:
h
Author: markt
Date: Tue Nov 3 23:31:25 2015
New Revision: 1712441
URL: http://svn.apache.org/viewvc?rev=1712441&view=rev
Log:
Whitespace / typo fixes to align with trunk to aid diffs
Modified:
tomcat/native/branches/1.1.x/native/src/sslnetwork.c
Modified: tomcat/native/branches/1.1.x/native
Author: markt
Date: Tue Nov 3 23:21:20 2015
New Revision: 1712437
URL: http://svn.apache.org/viewvc?rev=1712437&view=rev
Log:
Forward port of r1409681 (mturk) from 1.1.x
Clean up SSL network layer. Ensure the behavior is similar to standard APR layer
Modified:
tomcat/native/trunk/native/src/
On 02/11/2015 21:04, Mark Thomas wrote:
> Version 1.2.1 includes the following changes:
> - Fix to enable 1.2.x to work with Tomcat releases that do not have
> the SNI callback implemented on the Java side
>
> The proposed release artefacts can be found at [1],
> and the build was done using tag
2015-11-03 21:14 GMT+01:00 Christopher Schultz :
> Fixing the APR path allows tcnative to build without warnings or errors.
> It even links against libssl, even though the configure script really
> wants to have OpenSSL 1.0.2 and I only have 1.0.1. I'm curious to see
> what happens when I run it.
Am 03.11.2015 um 21:10 schrieb Henri Gomez:
Hi all
When I upgraded some HTTPd instance from 2.2 to 2.4, I got errors with
some VHost using
AllowEncodedSlashes On
JkOptions +ForwardURICompatUnparsed
This is what I should define to avoid Jenkins complain about invalid
configuration.
Error repor
2015-11-03 13:16 GMT+01:00 Mark Thomas :
> On 03/11/2015 11:36, Roel Storms wrote:
> > Hello,
> >
> >
> > I was wondering if anything special is done with cookie based session
> > management in order for it to deal with HTTP pipelining.
>
> No.
>
>
>
> > There are of course different scenario's t
Mark,
On 11/2/15 4:04 PM, Mark Thomas wrote:
> Version 1.2.1 includes the following changes:
> - Fix to enable 1.2.x to work with Tomcat releases that do not have
> the SNI callback implemented on the Java side
>
> The proposed release artefacts can be found at [1],
> and the build was done usi
GitHub user ctalau opened a pull request:
https://github.com/apache/tomcat/pull/23
Fixed UnsupportedOperationException when releasing an user-provided
URLStreamHandlerFactory
CopyOnWriterArrayList iterator remove operation was invoked when
de-registering a user-provided URLStrea
Rainer,
On 11/3/15 12:36 PM, Rainer Jung wrote:
> Am 03.11.2015 um 17:18 schrieb Christopher Schultz:
>> Mark,
>>
>> On 11/2/15 4:04 PM, Mark Thomas wrote:
>>> Version 1.2.1 includes the following changes:
>>> - Fix to enable 1.2.x to work with Tomcat releases that do not have
>>>the SNI callb
Hi all
When I upgraded some HTTPd instance from 2.2 to 2.4, I got errors with
some VHost using
AllowEncodedSlashes On
JkOptions +ForwardURICompatUnparsed
This is what I should define to avoid Jenkins complain about invalid
configuration.
Error report is 500 and jk log report
jk_handler::mod_jk
On 03/11/2015 13:05, Mark Thomas wrote:
> On 03/11/2015 12:31, Konstantin Kolinko wrote:
>> Testcase: testConnectToServerEndpointSSL took 63,823 sec
>> FAILED
>> expected:<10> but was:<0>
>> junit.framework.AssertionFailedError: expected:<10> but was:<0>
>> at
>> org.apache.tomc
Author: markt
Date: Tue Nov 3 18:11:13 2015
New Revision: 1712361
URL: http://svn.apache.org/viewvc?rev=1712361&view=rev
Log:
Add note about needing IPv4 on latest OSX for multicast tests to work
Modified:
tomcat/trunk/build.properties.default
Modified: tomcat/trunk/build.properties.default
https://bz.apache.org/bugzilla/show_bug.cgi?id=58578
Remy Maucherat changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: remm
Date: Tue Nov 3 17:55:48 2015
New Revision: 1712358
URL: http://svn.apache.org/viewvc?rev=1712358&view=rev
Log:
58578: Avoid NPE when trying to do access logging on cookies for an unmapped
request.
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/connector/Request.java
Author: remm
Date: Tue Nov 3 17:50:37 2015
New Revision: 1712357
URL: http://svn.apache.org/viewvc?rev=1712357&view=rev
Log:
58578: Avoid NPE when trying to do access logging on cookies for an unmapped
request.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/Request.java
Modified
Am 03.11.2015 um 17:18 schrieb Christopher Schultz:
Mark,
On 11/2/15 4:04 PM, Mark Thomas wrote:
Version 1.2.1 includes the following changes:
- Fix to enable 1.2.x to work with Tomcat releases that do not have
the SNI callback implemented on the Java side
The proposed release artefacts can
https://bz.apache.org/bugzilla/show_bug.cgi?id=58578
Corey Puffalt changed:
What|Removed |Added
Version|trunk |8.0.21
--
You are receiving this mail
https://bz.apache.org/bugzilla/show_bug.cgi?id=58578
Bug ID: 58578
Summary: NullPointerException in Request.parseCookies().
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: nor
https://bz.apache.org/bugzilla/show_bug.cgi?id=58577
Christopher Schultz changed:
What|Removed |Added
Summary|JMX Proxy Servlet can't |JMX Proxy Servlet can't
Mark,
On 11/2/15 4:04 PM, Mark Thomas wrote:
> Version 1.2.1 includes the following changes:
> - Fix to enable 1.2.x to work with Tomcat releases that do not have
> the SNI callback implemented on the Java side
>
> The proposed release artefacts can be found at [1],
> and the build was done usi
lic/workspace/apache-commons/daemon/dist/bin/commons-daemon-20151103-native-src.tar.gz
-Dexamples.sources.skip=true
-Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.5-201506032000/ecj-4.5.jar
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-2015
Github user violetagg commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154865
In
test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java:
In
test/org/apache/catalina/authenticator/Tes
Github user violetagg commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154864
In
test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java:
In
test/org/apache/catalina/authenticator/Tes
Github user violetagg commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154860
In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java:
In test/org/apache/catalina/authenticator/TestDigestA
Github user violetagg commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154856
In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java:
In test/org/apache/catalina/authenticator/TestDigestA
Github user nitincchauhan commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154687
In
test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java:
In
test/org/apache/catalina/authenticator
Github user nitincchauhan commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154678
In
test/org/apache/catalina/authenticator/TestJaspicDigestAuthenticator.java:
In
test/org/apache/catalina/authenticator
Github user nitincchauhan commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154669
In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java:
In test/org/apache/catalina/authenticator/TestDig
Github user nitincchauhan commented on the pull request:
https://github.com/apache/tomcat/commit/241f5e745a292a409d84eef39afd024f46cb3691#commitcomment-14154660
In test/org/apache/catalina/authenticator/TestDigestAuthenticator.java:
In test/org/apache/catalina/authenticator/TestDig
Am 03.11.2015 um 13:31 schrieb Konstantin Kolinko:
2015-11-03 0:04 GMT+03:00 Mark Thomas :
Version 1.2.1 includes the following changes:
- Fix to enable 1.2.x to work with Tomcat releases that do not have
the SNI callback implemented on the Java side
The proposed release artefacts can be fou
2015-11-03 15:05 GMT+02:00 Mark Thomas :
>
> On 03/11/2015 12:31, Konstantin Kolinko wrote:
>
> > Interim results. Testing 7.0.x (@r1712220) with Java 8u66 (32-bit)
> >
> >[concat] Testsuites with failed tests:
> >[concat]
TEST-org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenti
On 03/11/2015 12:31, Konstantin Kolinko wrote:
> Interim results. Testing 7.0.x (@r1712220) with Java 8u66 (32-bit)
>
>[concat] Testsuites with failed tests:
>[concat]
> TEST-org.apache.catalina.authenticator.TestNonLoginAndBasicAuthenticator.APR.txt
>[concat]
> TEST-org.apache.cat
Author: markt
Date: Tue Nov 3 13:01:37 2015
New Revision: 1712285
URL: http://svn.apache.org/viewvc?rev=1712285&view=rev
Log:
Fix incorrect skipping of test identified by kkolinko during Tomcat Native
1.2.1 testing
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSock
https://bz.apache.org/bugzilla/show_bug.cgi?id=58577
Mark Thomas changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this m
https://bz.apache.org/bugzilla/show_bug.cgi?id=58577
Bug ID: 58577
Summary: JMX Proxy Servlet can't handle overloaded methos
Product: Tomcat 8
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severit
https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Nov 3 12:33:42 2015
New Revision: 1712277
URL: http://svn.apache.org/viewvc?rev=1712277&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58031
Make the (first) reason parameter parsing failed available as a request
attribute and then use it to provide a be
2015-11-03 0:04 GMT+03:00 Mark Thomas :
> Version 1.2.1 includes the following changes:
> - Fix to enable 1.2.x to work with Tomcat releases that do not have
> the SNI callback implemented on the Java side
>
> The proposed release artefacts can be found at [1],
> and the build was done using tag
On 03/11/2015 11:36, Roel Storms wrote:
> Hello,
>
>
> I was wondering if anything special is done with cookie based session
> management in order for it to deal with HTTP pipelining.
No.
> There are of course different scenario's that can be drawn but is there a
> way tomcat deals with this
https://bz.apache.org/bugzilla/show_bug.cgi?id=58554
--- Comment #4 from Joseph Lenton ---
> As an aside, the example in the description wouldn't work even if out were
> final due to the IOExceptions thrown. A try/catch block is also required.
If you add 'throws IOException' on the appropriate
Hello,
I was wondering if anything special is done with cookie based session
management in order for it to deal with HTTP pipelining.
https://en.wikipedia.org/wiki/HTTP_pipelining
Take the following scenario:
Client Request 1
Server
-
Author: markt
Date: Tue Nov 3 11:25:44 2015
New Revision: 1712257
URL: http://svn.apache.org/viewvc?rev=1712257&view=rev
Log:
Differentiate between failure modes. Handling is currently identical but it
won't be once BZ 58031 is addressed.
Modified:
tomcat/tc6.0.x/trunk/ (props changed)
Author: markt
Date: Tue Nov 3 11:17:11 2015
New Revision: 1712256
URL: http://svn.apache.org/viewvc?rev=1712256&view=rev
Log:
Add a note to maxPostSize suggested by Christopher Simons
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/config/ajp.xml
t
Author: markt
Date: Tue Nov 3 11:16:16 2015
New Revision: 1712255
URL: http://svn.apache.org/viewvc?rev=1712255&view=rev
Log:
Add a note to maxPostSize suggested by Christopher Simons
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/webapps/docs/config/ajp.xml
t
Author: markt
Date: Tue Nov 3 11:15:20 2015
New Revision: 1712254
URL: http://svn.apache.org/viewvc?rev=1712254&view=rev
Log:
Add a note to maxPostSize suggested by Christopher Simons
Modified:
tomcat/trunk/webapps/docs/config/ajp.xml
tomcat/trunk/webapps/docs/config/http.xml
Modified:
Author: markt
Date: Tue Nov 3 11:01:12 2015
New Revision: 1712252
URL: http://svn.apache.org/viewvc?rev=1712252&view=rev
Log:
Extend the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 to
include getRealPath(String)
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=58228
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|REOPENED
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/141
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranch
Author: markt
Date: Tue Nov 3 10:52:32 2015
New Revision: 1712250
URL: http://svn.apache.org/viewvc?rev=1712250&view=rev
Log:
Extend the fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58228 to
include getRealPath(String)
Modified:
tomcat/trunk/java/org/apache/catalina/core/Applicati
On 03/11/2015 10:28, Rémy Maucherat wrote:
> 2015-11-03 11:02 GMT+01:00 Mark Thomas :
>
>> I missed that there were inner classes. Consider my -1 withdrawn.
>>
> But didn't we just switch to CTR ?
We did. I was just adding a comment I had forgotten to on an open
proposal so it didn't get lost whe
2015-11-03 11:02 GMT+01:00 Mark Thomas :
> I missed that there were inner classes. Consider my -1 withdrawn.
>
> But didn't we just switch to CTR ?
Rémy
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/550
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSche
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/140
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSch
Author: markt
Date: Tue Nov 3 10:03:23 2015
New Revision: 1712245
URL: http://svn.apache.org/viewvc?rev=1712245&view=rev
Log:
Change 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?re
On 03/11/2015 09:57, Konstantin Kolinko wrote:
> 2015-11-03 12:27 GMT+03:00 :
>> Author: markt
>> Date: Tue Nov 3 09:27:07 2015
>> New Revision: 1712231
>>
>> URL: http://svn.apache.org/viewvc?rev=1712231&view=rev
>> Log:
>> Vote
>>
>> Modified:
>> tomcat/tc6.0.x/trunk/STATUS.txt
>>
>> Modifi
2015-11-03 12:27 GMT+03:00 :
> Author: markt
> Date: Tue Nov 3 09:27:07 2015
> New Revision: 1712231
>
> URL: http://svn.apache.org/viewvc?rev=1712231&view=rev
> Log:
> Vote
>
> Modified:
> tomcat/tc6.0.x/trunk/STATUS.txt
>
> Modified: tomcat/tc6.0.x/trunk/STATUS.txt
> URL:
> http://svn.apac
Author: markt
Date: Tue Nov 3 09:37:07 2015
New Revision: 1712236
URL: http://svn.apache.org/viewvc?rev=1712236&view=rev
Log:
Fix search/replace error in r1712227
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/test/org/apache/catalina/authenticator/TestDigestAuth
Author: markt
Date: Tue Nov 3 09:36:43 2015
New Revision: 1712235
URL: http://svn.apache.org/viewvc?rev=1712235&view=rev
Log:
Fix search/replace error in r1712226
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/catalina/authenticator/TestDigestAuth
Author: markt
Date: Tue Nov 3 09:35:32 2015
New Revision: 1712233
URL: http://svn.apache.org/viewvc?rev=1712233&view=rev
Log:
Fix search/replace error in r1712225
Modified:
tomcat/trunk/test/org/apache/catalina/authenticator/TestDigestAuthenticator.java
tomcat/trunk/test/org/apache/cat
Author: markt
Date: Tue Nov 3 09:30:37 2015
New Revision: 1712232
URL: http://svn.apache.org/viewvc?rev=1712232&view=rev
Log:
6.0.x is now CTR so no need to wait for 3 +1s
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58508
Escape role names from user database when generating associated MBea
https://bz.apache.org/bugzilla/show_bug.cgi?id=58508
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Nov 3 09:27:07 2015
New Revision: 1712231
URL: http://svn.apache.org/viewvc?rev=1712231&view=rev
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=17122
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/549
Buildbot URL: http://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchSchedul
Author: markt
Date: Tue Nov 3 09:25:03 2015
New Revision: 1712230
URL: http://svn.apache.org/viewvc?rev=1712230&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58539
Logical rather than bitwise AND is required here
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=58539
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Nov 3 09:23:47 2015
New Revision: 1712229
URL: http://svn.apache.org/viewvc?rev=1712229&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58539
Logical rather than bitwise AND is required here
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat
Author: markt
Date: Tue Nov 3 09:22:49 2015
New Revision: 1712228
URL: http://svn.apache.org/viewvc?rev=1712228&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58539
Logical rather than bitwise AND is required here
Modified:
tomcat/trunk/java/org/apache/tomcat/websocket/WsFr
https://bz.apache.org/bugzilla/show_bug.cgi?id=58541
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Nov 3 09:18:06 2015
New Revision: 1712227
URL: http://svn.apache.org/viewvc?rev=1712227&view=rev
Log:
String.indexOf(String) -> String.indexOf(char) where possible
More general fix for an issue identified in
https://bz.apache.org/bugzilla/show_bug.cgi?id=58541
Modified:
Author: markt
Date: Tue Nov 3 09:13:39 2015
New Revision: 1712226
URL: http://svn.apache.org/viewvc?rev=1712226&view=rev
Log:
String.indexOf(String) -> String.indexOf(char) where possible
More general fix for an issue identified in
https://bz.apache.org/bugzilla/show_bug.cgi?id=58541
Modified:
Author: markt
Date: Tue Nov 3 09:10:59 2015
New Revision: 1712225
URL: http://svn.apache.org/viewvc?rev=1712225&view=rev
Log:
String.indexOf(String) -> String.indexOf(char) where possible
More general fix for an issue identified in
https://bz.apache.org/bugzilla/show_bug.cgi?id=58541
Modified:
84 matches
Mail list logo