https://bz.apache.org/bugzilla/show_bug.cgi?id=55771
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bz.apache.org/bugzilla/show_bug.cgi?id=59807
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Jan 31 21:43:52 2017
New Revision: 1781175
URL: http://svn.apache.org/viewvc?rev=1781175&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59807
Provide a better error message when there is no SSLHostConfig defined with a
hostName that matches the defaultSSL
Author: markt
Date: Tue Jan 31 21:43:14 2017
New Revision: 1781174
URL: http://svn.apache.org/viewvc?rev=1781174&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59807
Provide a better error message when there is no SSLHostConfig defined with a
hostName that matches the defaultSSL
https://bz.apache.org/bugzilla/show_bug.cgi?id=59807
Mark Thomas changed:
What|Removed |Added
Product|Tomcat Native |Tomcat 9
Target Milestone|---
Author: markt
Date: Tue Jan 31 20:45:01 2017
New Revision: 1781168
URL: http://svn.apache.org/viewvc?rev=1781168&view=rev
Log:
Remove pointless code
Deprecate Apr class ready for removal in 1.3.x
Modified:
tomcat/native/trunk/java/org/apache/tomcat/Apr.java
Modified: tomcat/native/trunk/java
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/2082
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler sch
Author: markt
Date: Tue Jan 31 20:14:34 2017
New Revision: 1781163
URL: http://svn.apache.org/viewvc?rev=1781163&view=rev
Log:
Fix CI failure
Use abstract base class to configure the tc-native library and ensure tests
only run when it is available.
Added:
tomcat/trunk/test/org/apache/tomcat/
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/2081
Buildbot URL: https://ci.apache.org/
Buildslave for this Build: silvanus_ubuntu
Build Reason: The AnyBranchScheduler schedu
Author: markt
Date: Tue Jan 31 19:58:37 2017
New Revision: 1781157
URL: http://svn.apache.org/viewvc?rev=1781157&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=52627
Prevent a crash in File.infoGet() caused by the use of uninitialised
variables.
Based on patch by Ilya Maykov.
M
https://bz.apache.org/bugzilla/show_bug.cgi?id=52627
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Jan 31 19:53:35 2017
New Revision: 1781153
URL: http://svn.apache.org/viewvc?rev=1781153&view=rev
Log:
Add test case based on test case provided in
https://bz.apache.org/bugzilla/show_bug.cgi?id=52627 by Ilya Maykov.
Added:
tomcat/trunk/test/org/apache/tomcat/jni/Tes
https://bz.apache.org/bugzilla/show_bug.cgi?id=60594
Coty Sutherland changed:
What|Removed |Added
Attachment #34684|0 |1
is obsolete|
https://bz.apache.org/bugzilla/show_bug.cgi?id=55938
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Tue Jan 31 15:17:16 2017
New Revision: 1781104
URL: http://svn.apache.org/viewvc?rev=1781104&view=rev
Log:
Update externals
Modified:
tomcat/native/trunk/java/org/apache/tomcat/ (props changed)
tomcat/native/trunk/test/org/apache/tomcat/ (props changed)
Propchange
https://bz.apache.org/bugzilla/show_bug.cgi?id=55938
--- Comment #5 from Mark Thomas ---
Fixed for 1.2.11
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomca
Author: markt
Date: Tue Jan 31 15:15:43 2017
New Revision: 1781102
URL: http://svn.apache.org/viewvc?rev=1781102&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55938
Resolve remaining issues
Note that the use of -1 to indicate the full array in File.(read|write)[Full]
has been r
Author: markt
Date: Tue Jan 31 15:08:52 2017
New Revision: 1781100
URL: http://svn.apache.org/viewvc?rev=1781100&view=rev
Log:
Partial fix for BZ 55938. Resolve 3 clang-analyzer warnings
Modified:
tomcat/native/trunk/native/src/network.c
tomcat/native/trunk/native/src/pool.c
Modified: to
Author: markt
Date: Tue Jan 31 14:57:25 2017
New Revision: 1781098
URL: http://svn.apache.org/viewvc?rev=1781098&view=rev
Log:
Fix XCode IDE errors
Modified:
tomcat/native/trunk/native/src/ssl.c
tomcat/native/trunk/native/src/sslcontext.c
Modified: tomcat/native/trunk/native/src/ssl.c
UR
https://bz.apache.org/bugzilla/show_bug.cgi?id=55114
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: markt
Date: Tue Jan 31 14:25:18 2017
New Revision: 1781086
URL: http://svn.apache.org/viewvc?rev=1781086&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=55114
Expand information for building on Windows.
Modified:
tomcat/native/trunk/native/BUILDING
tomcat/native/t
ump/public/workspace/objenesis/main/target/objenesis-2.6-SNAPSHOT.jar
-Dexamples.sources.skip=true
-Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20170131.jar
-Dtest.openssl.path=/srv/gump/public/workspace/openssl-1.0.2/dest-20170131/bin/openssl
-Dex
https://bz.apache.org/bugzilla/show_bug.cgi?id=54085
Mark Thomas changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
Author: jfclere
Date: Tue Jan 31 13:04:04 2017
New Revision: 1781074
URL: http://svn.apache.org/viewvc?rev=1781074&view=rev
Log:
Add missing images.
Added:
tomcat/site/trunk/docs/images/TomcatCon.png (with props)
Added: tomcat/site/trunk/docs/images/TomcatCon.png
URL:
http://svn.apache.or
https://bz.apache.org/bugzilla/show_bug.cgi?id=52319
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEEDINFO
https://bz.apache.org/bugzilla/show_bug.cgi?id=58082
Mark Thomas changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Author: markt
Date: Tue Jan 31 11:37:29 2017
New Revision: 1781065
URL: http://svn.apache.org/viewvc?rev=1781065&view=rev
Log:
Update to JUnit 4 and use an external to pull in the tests from 9.0.x
Modified:
tomcat/native/trunk/ (props changed)
tomcat/native/trunk/build.properties.defaul
Author: markt
Date: Tue Jan 31 11:34:13 2017
New Revision: 1781062
URL: http://svn.apache.org/viewvc?rev=1781062&view=rev
Log:
Update externals
Modified:
tomcat/native/trunk/java/org/apache/tomcat/ (props changed)
tomcat/native/trunk/test/org/apache/tomcat/ (props changed)
Propchange
Author: markt
Date: Tue Jan 31 11:32:25 2017
New Revision: 1781061
URL: http://svn.apache.org/viewvc?rev=1781061&view=rev
Log:
Don't rely on localhost
Modified:
tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java
Modified:
tomcat/trunk/test/org/apache/tomcat/jni/Tes
Author: markt
Date: Tue Jan 31 11:27:59 2017
New Revision: 1781060
URL: http://svn.apache.org/viewvc?rev=1781060&view=rev
Log:
Update external to pick up test changes.
Modified:
tomcat/native/trunk/test/org/apache/tomcat/ (props changed)
Propchange: tomcat/native/trunk/test/org/apache/tomc
Author: markt
Date: Tue Jan 31 11:25:57 2017
New Revision: 1781059
URL: http://svn.apache.org/viewvc?rev=1781059&view=rev
Log:
Increase timeout. Windows doesn't seem to handle very short timeouts
Modified:
tomcat/trunk/test/org/apache/tomcat/jni/TestSocketServer.java
Modified: tomcat/trunk/t
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560
--- Comment #2 from Remy Maucherat ---
About NIO2, this doesn't work as the code in System.inheritableChannel uses the
NIO API directly, but the API itself is "compatible" (an
AsynchronousServerSocketChannel will implement Channel). Odd that th
Author: markt
Date: Tue Jan 31 10:40:02 2017
New Revision: 1781052
URL: http://svn.apache.org/viewvc?rev=1781052&view=rev
Log:
Fix IDE warnings
Modified:
tomcat/native/trunk/examples/org/apache/tomcat/jni/Echo.java
tomcat/native/trunk/examples/org/apache/tomcat/jni/LocalServer.java
to
Author: markt
Date: Tue Jan 31 10:34:11 2017
New Revision: 1781051
URL: http://svn.apache.org/viewvc?rev=1781051&view=rev
Log:
Update ignore list
Modified:
tomcat/native/trunk/ (props changed)
Propchange: tomcat/native/trunk/
Author: markt
Date: Tue Jan 31 10:33:38 2017
New Revision: 1781050
URL: http://svn.apache.org/viewvc?rev=1781050&view=rev
Log:
Update externals
Modified:
tomcat/native/trunk/java/org/apache/tomcat/ (props changed)
tomcat/native/trunk/test/org/apache/tomcat/ (props changed)
Propchange
Author: markt
Date: Tue Jan 31 10:30:41 2017
New Revision: 1781049
URL: http://svn.apache.org/viewvc?rev=1781049&view=rev
Log:
Drop the original JUnit3 test cases
Removed:
tomcat/native/trunk/test/org/apache/tomcat/jni/
-
T
https://bz.apache.org/bugzilla/show_bug.cgi?id=60594
--- Comment #11 from eolivelli ---
Please fix it in Tomcat 8.5.X too
--
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-u
https://bz.apache.org/bugzilla/show_bug.cgi?id=60594
--- Comment #10 from Mark Thomas ---
Thanks for the updated patch. I like the overall design. Some detail comments:
- I think a different name is required. We might want to override other
restrictions in the future. Maybe requestTargetAllow
-
Author: jfclere
Date: Tue Jan 31 10:00:10 2017
New Revision: 1781046
URL: http://svn.apache.org/viewvc?rev=1781046&view=rev
Log:
Push changes.
Modified:
tomcat/site/trunk/docs/ci.html
tomcat/site/trunk/docs/conference.html
tomcat/site/trunk/docs/contact.html
tomcat/site/trunk/docs
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560
Mark Thomas changed:
What|Removed |Added
OS||All
--- Comment #1 from Mark Thomas ---
Author: jfclere
Date: Tue Jan 31 09:44:10 2017
New Revision: 1781042
URL: http://svn.apache.org/viewvc?rev=1781042&view=rev
Log:
Add image for TomcatCon and prepare the xls.
Added:
tomcat/site/trunk/xdocs/images/TomcatCon.png (with props)
Modified:
tomcat/site/trunk/xdocs/stylesheets/to
https://bz.apache.org/bugzilla/show_bug.cgi?id=60667
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
https://bz.apache.org/bugzilla/show_bug.cgi?id=60669
Mark Thomas changed:
What|Removed |Added
Resolution|--- |INVALID
Status|NEW
43 matches
Mail list logo