Author: markt
Date: Sat Aug 27 22:07:20 2016
New Revision: 1758082
URL: http://svn.apache.org/viewvc?rev=1758082&view=rev
Log:
Further OpenSSL / Gump fixes for 1.0.2
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/jsse/openssl/TestOp
The Buildbot has detected a restored build on builder tomcat-8-trunk while
building . Full details are available at:
https://ci.apache.org/builders/tomcat-8-trunk/builds/738
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler
Author: markt
Date: Sat Aug 27 22:04:14 2016
New Revision: 1758081
URL: http://svn.apache.org/viewvc?rev=1758081&view=rev
Log:
Further OpenSSL / Gump fixes for 1.0.2
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/Tes
Author: markt
Date: Sat Aug 27 21:57:46 2016
New Revision: 1758079
URL: http://svn.apache.org/viewvc?rev=1758079&view=rev
Log:
3DES was removed from default in 1.1.0
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestOpenSSLCipherConfigurationParser.java
Modified:
t
Author: markt
Date: Sat Aug 27 21:52:59 2016
New Revision: 1758078
URL: http://svn.apache.org/viewvc?rev=1758078&view=rev
Log:
3DES was disabled in 1.1.0 onwards, not 1.0.2 onwards
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TesterOpenSSL.java
Modified:
tomcat/tr
Author: markt
Date: Sat Aug 27 21:44:24 2016
New Revision: 1758077
URL: http://svn.apache.org/viewvc?rev=1758077&view=rev
Log:
Further fixes for Gump failures after OpenSSL updates
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/apache/tomcat/util/net/jsse
Author: markt
Date: Sat Aug 27 21:39:18 2016
New Revision: 1758076
URL: http://svn.apache.org/viewvc?rev=1758076&view=rev
Log:
Furthwe fixes for Gump failures after OpenSSL updates
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/open
Author: markt
Date: Sat Aug 27 21:36:32 2016
New Revision: 1758075
URL: http://svn.apache.org/viewvc?rev=1758075&view=rev
Log:
Fix typo
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/
Author: markt
Date: Sat Aug 27 21:35:59 2016
New Revision: 1758074
URL: http://svn.apache.org/viewvc?rev=1758074&view=rev
Log:
OpenSSL master has moved to 1.1.1
- Update version handling so 1.1.1 is recognized
- Add info on support dates for OpenSSL versions
- Add info on versions Gump tests again
Author: markt
Date: Sat Aug 27 21:33:30 2016
New Revision: 1758073
URL: http://svn.apache.org/viewvc?rev=1758073&view=rev
Log:
Remove references to unsupported OpenSSL 0.9.8
Modified:
tomcat/trunk/test/org/apache/tomcat/util/net/openssl/ciphers/TestCipher.java
Modified:
tomcat/trunk/test/or
Author: markt
Date: Sat Aug 27 21:32:48 2016
New Revision: 1758072
URL: http://svn.apache.org/viewvc?rev=1758072&view=rev
Log:
Revert incorrect fix for failing Gump tests
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/OpenSSLCipherConfigurationParser.java
Modified:
Author: violetagg
Date: Sat Aug 27 16:46:27 2016
New Revision: 1758058
URL: http://svn.apache.org/viewvc?rev=1758058&view=rev
Log:
Introduce a new method SocketWrapperBase.read(boolean, ByteBuffer)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/o
Author: schultz
Date: Sat Aug 27 12:33:18 2016
New Revision: 1758012
URL: http://svn.apache.org/viewvc?rev=1758012&view=rev
Log:
Back-port r1757997 to align authenticate() code across realm implementations.
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/java/org/a
Author: schultz
Date: Sat Aug 27 12:02:30 2016
New Revision: 1758001
URL: http://svn.apache.org/viewvc?rev=1758001&view=rev
Log:
Back-port r1757997 to align authenticate() code across realm implementations.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/java/org/ap
Author: violetagg
Date: Sat Aug 27 12:00:08 2016
New Revision: 1758000
URL: http://svn.apache.org/viewvc?rev=1758000&view=rev
Log:
Introduce fillReadBuffer(boolean, ByteBuffer)
Modified:
tomcat/trunk/java/org/apache/tomcat/util/net/AprEndpoint.java
tomcat/trunk/java/org/apache/tomcat/util
Author: schultz
Date: Sat Aug 27 11:49:36 2016
New Revision: 1757998
URL: http://svn.apache.org/viewvc?rev=1757998&view=rev
Log:
Back-port r1757997 to align authenticate() code across realm implementations.
Modified:
tomcat/tc8.5.x/trunk/ (props changed)
tomcat/tc8.5.x/trunk/java/org/ap
Author: schultz
Date: Sat Aug 27 11:47:09 2016
New Revision: 1757997
URL: http://svn.apache.org/viewvc?rev=1757997&view=rev
Log:
Align Realm.authenticate(String,String) code to work the same way across all
appropriate realms: logging, order of operations, code comments, etc.
Modified:
tomcat
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #11 from santhanapreeth...@gmail.com ---
Added testcase for the mentioned cases
--
You are receiving this mail because:
You are the assignee for the bug.
-
To uns
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #10 from santhanapreeth...@gmail.com ---
Created attachment 34178
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34178&action=edit
Non-Ascii Redirect failure trace
--
You are receiving this mail because:
You are the assigne
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #9 from santhanapreeth...@gmail.com ---
Created attachment 34177
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34177&action=edit
Non-Ascii QueryString failure trace
--
You are receiving this mail because:
You are the assig
https://bz.apache.org/bugzilla/show_bug.cgi?id=60013
--- Comment #8 from santhanapreeth...@gmail.com ---
Created attachment 34176
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34176&action=edit
Test case for non-ascii characters in querystring and with redirect flag
Added testcases using
Author: violetagg
Date: Sat Aug 27 09:01:45 2016
New Revision: 1757976
URL: http://svn.apache.org/viewvc?rev=1757976&view=rev
Log:
When flushing if possible write the data to the socket directly from the
provided buffer instead of copying data first to the socket write buffer and
then to the soc
22 matches
Mail list logo