Repository: jclouds-site Updated Branches: refs/heads/master cbb640c0f -> 6c77967b8
Fix link for a Stack Overflow answer relating to Java HTTP clients and POODLE Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/4f9597ae Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/4f9597ae Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/4f9597ae Branch: refs/heads/master Commit: 4f9597ae5dba9196fb7b79e849875b0cf02c01d0 Parents: cbb640c Author: Andrew Phillips <[email protected]> Authored: Mon Oct 16 07:06:34 2017 -0400 Committer: Andrew Phillips <[email protected]> Committed: Thu Nov 30 21:52:43 2017 -0500 ---------------------------------------------------------------------- _posts/2014-10-22-poodle-and-jclouds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/4f9597ae/_posts/2014-10-22-poodle-and-jclouds.md ---------------------------------------------------------------------- diff --git a/_posts/2014-10-22-poodle-and-jclouds.md b/_posts/2014-10-22-poodle-and-jclouds.md index 3af2043..2c92eef 100644 --- a/_posts/2014-10-22-poodle-and-jclouds.md +++ b/_posts/2014-10-22-poodle-and-jclouds.md @@ -30,6 +30,6 @@ If you are using the [Azure Compute provider](https://github.com/jclouds/jclouds #### More information * Discussion on the potential impact of POODLE on your applications: [https://www.netmeister.org/blog/poodle.html](https://www.netmeister.org/blog/poodle.html) -* Question about Java HTTP clients and POODLE: [http://stackanswers.com/questions/26429751/java-http-clients-and-poodle](http://stackanswers.com/questions/26429751/java-http-clients-and-poodle) +* Question about Java HTTP clients and POODLE: [https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle](https://stackoverflow.com/questions/26429751/java-http-clients-and-poodle) * Umbrella jclouds JIRA issue: [JCLOUDS-753](https://issues.apache.org/jira/browse/JCLOUDS-753) * Apache HC HTTP driver issue: [JCLOUDS-759](https://issues.apache.org/jira/browse/JCLOUDS-759)
