You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/11/18 13:13:56 UTC

[whimsy] branch master updated: Needs https

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a4f4d765 Needs https
a4f4d765 is described below

commit a4f4d765d575cf66993dd399b3d7245efeee7c49
Author: Sebb <se...@apache.org>
AuthorDate: Fri Nov 18 13:13:50 2022 +0000

    Needs https
    
    [Looks like Http get does not follow redirects]
---
 www/incubator/podlings/by-age.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/incubator/podlings/by-age.cgi b/www/incubator/podlings/by-age.cgi
index a2ea481e..874de32d 100755
--- a/www/incubator/podlings/by-age.cgi
+++ b/www/incubator/podlings/by-age.cgi
@@ -8,7 +8,7 @@ require 'wunderbar'
 require 'wunderbar/bootstrap'
 require 'whimsy/asf'
 
-projects = URI.parse('http://incubator.apache.org/projects/')
+projects = URI.parse('https://incubator.apache.org/projects/')
 table = Nokogiri::HTML(Net::HTTP.get(projects)).at('table')
 
 # Hack to skip processing if cannot get the data