[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931028#comment-16931028 ] Matt Juntunen commented on GEOMETRY-32: --- I've just implemented an updated {{Transform}} interface.

[jira] [Commented] (GEOMETRY-32) BSPTree Updates

2019-09-16 Thread Matt Juntunen (Jira)
[ https://issues.apache.org/jira/browse/GEOMETRY-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16931026#comment-16931026 ] Matt Juntunen commented on GEOMETRY-32: --- I must not be getting emails from JIRA. I just now saw

[GitHub] [commons-net] Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324956670 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@ */

[GitHub] [commons-net] garydgregory commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
garydgregory commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324955428 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@

[GitHub] [commons-net] garydgregory commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
garydgregory commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324955544 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@

[GitHub] [commons-net] Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324953470 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@ */

[GitHub] [commons-net] Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324952872 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@ */

[GitHub] [commons-net] Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324950446 ## File path: src/main/java/org/apache/commons/net/util/IP6Subnet.java ## @@ -0,0 +1,288 @@ +/* + * Licensed

[GitHub] [commons-net] Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324952740 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@ */

[GitHub] [commons-net] Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
Stzx commented on a change in pull request #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#discussion_r324953247 ## File path: src/main/java/org/apache/commons/net/util/SubnetUtils.java ## @@ -16,348 +16,344 @@ */

[GitHub] [commons-net] nikunjb commented on issue #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
nikunjb commented on issue #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#issuecomment-531986678 Attached patch fixes the regression with IPV4 isInRange() method reported above:

[GitHub] [commons-net] nikunjb removed a comment on issue #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
nikunjb removed a comment on issue #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#issuecomment-531968050 Following patch fixes the IPV4 isInRange() regression reported above. `diff --git

[GitHub] [commons-net] nikunjb commented on issue #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
nikunjb commented on issue #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#issuecomment-531968050 Following patch fixes the IPV4 isInRange() regression reported above. `diff --git

[GitHub] [commons-net] nikunjb commented on issue #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
nikunjb commented on issue #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#issuecomment-531967768 Following patch fixes the IPV4 isInRange() regression : diff --git a/src/main/java/org/apache/commons/net/util/IP4Subnet.java

[GitHub] [commons-net] nikunjb removed a comment on issue #41: [NET-405] Support for IPv6 in SubnetUtils

2019-09-16 Thread GitBox
nikunjb removed a comment on issue #41: [NET-405] Support for IPv6 in SubnetUtils URL: https://github.com/apache/commons-net/pull/41#issuecomment-531967768 Following patch fixes the IPV4 isInRange() regression : diff --git a/src/main/java/org/apache/commons/net/util/IP4Subnet.java

[jira] [Comment Edited] (IO-559) FilenameUtils.normalize should verify hostname syntax in UNC path

2019-09-16 Thread Peter Rozovski (Jira)
[ https://issues.apache.org/jira/browse/IO-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16930820#comment-16930820 ] Peter Rozovski edited comment on IO-559 at 9/16/19 8:23 PM: Gary - thank you! It

[jira] [Commented] (IO-559) FilenameUtils.normalize should verify hostname syntax in UNC path

2019-09-16 Thread Peter Rozovski (Jira)
[ https://issues.apache.org/jira/browse/IO-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16930820#comment-16930820 ] Peter Rozovski commented on IO-559: --- Gary - thank you! It would be really great to get COMMONS-IO 2.7

[GitHub] [commons-lang] coveralls edited a comment on issue #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
coveralls edited a comment on issue #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#issuecomment-531874346 [![Coverage Status](https://coveralls.io/builds/25742877/badge)](https://coveralls.io/builds/25742877) Coverage

[GitHub] [commons-lang] chtompki commented on issue #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
chtompki commented on issue #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#issuecomment-531924375 Did anyone note that in 3.9 we have the following at the top of the JavaDoc for `RandomStringUtils` > Caveat: Instances of

[GitHub] [commons-lang] kinow commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
kinow commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324841711 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7 +34,11 @@

[GitHub] [commons-lang] kinow commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
kinow commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324843543 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7 +34,11 @@

[GitHub] [commons-lang] JLLeitschuh commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
JLLeitschuh commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324838928 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7

[GitHub] [commons-lang] garydgregory commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
garydgregory commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324826590 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7

[GitHub] [commons-lang] JLLeitschuh commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
JLLeitschuh commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324822393 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7

[GitHub] [commons-lang] alex91ar commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
alex91ar commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324816572 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7 +34,11

[GitHub] [commons-lang] JLLeitschuh commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
JLLeitschuh commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324811221 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7

[GitHub] [commons-lang] garydgregory commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
garydgregory commented on a change in pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#discussion_r324805345 ## File path: src/main/java/org/apache/commons/lang3/RandomStringUtils.java ## @@ -34,7

[GitHub] [commons-lang] coveralls commented on issue #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
coveralls commented on issue #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459#issuecomment-531874346 [![Coverage Status](https://coveralls.io/builds/25739270/badge)](https://coveralls.io/builds/25739270) Coverage

[GitHub] [commons-math] sebbASF commented on issue #113: Update build files

2019-09-16 Thread GitBox
sebbASF commented on issue #113: Update build files URL: https://github.com/apache/commons-math/pull/113#issuecomment-531866534 Ah, OK then This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [commons-math] jodastephen commented on issue #113: Update build files

2019-09-16 Thread GitBox
jodastephen commented on issue #113: Update build files URL: https://github.com/apache/commons-math/pull/113#issuecomment-531841956 See my mail on the mailing list. I'm trying to get a release out with the Java module name in it.

[GitHub] [commons-math] sebbASF commented on issue #113: Update build files

2019-09-16 Thread GitBox
sebbASF commented on issue #113: Update build files URL: https://github.com/apache/commons-math/pull/113#issuecomment-531839765 Are you sure that the MATH_3_X branch is still being developed? This is an automated message from

[GitHub] [commons-math] jodastephen opened a new pull request #113: Update build files

2019-09-16 Thread GitBox
jodastephen opened a new pull request #113: Update build files URL: https://github.com/apache/commons-math/pull/113 Switch to v3.6.2-SNAPSHOT Regenerate using commons-build plugin Change to https Remove svn artifact

[GitHub] [commons-lang] JLLeitschuh opened a new pull request #459: (doc): Document public RandomStringUtils exploit

2019-09-16 Thread GitBox
JLLeitschuh opened a new pull request #459: (doc): Document public RandomStringUtils exploit URL: https://github.com/apache/commons-lang/pull/459 Document the public exploit that exists for `RandomStringUtils`. This documentation update stems from my finding this vulnerability in

[jira] [Commented] (IO-559) FilenameUtils.normalize should verify hostname syntax in UNC path

2019-09-16 Thread Gary Gregory (Jira)
[ https://issues.apache.org/jira/browse/IO-559?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16930603#comment-16930603 ] Gary Gregory commented on IO-559: - I can try to get something one in the next couple of weeks... >

[jira] [Commented] (JEXL-314) Comparison NULL values of variables NAME1.NAME2

2019-09-16 Thread Dmitri Blinov (Jira)
[ https://issues.apache.org/jira/browse/JEXL-314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16930337#comment-16930337 ] Dmitri Blinov commented on JEXL-314: Maybe its because you are using version 3.1 library? Try to build