mike-jumper opened a new pull request #92:
URL: https://github.com/apache/guacamole-website/pull/92


   To address [the unexpected download page breakage noted on the dev@ 
list](https://lists.apache.org/thread.html/re2e43209be94e0735593f49d85122e1d2a9812fdc3d1b688d0f2a63e%40%3Cdev.guacamole.apache.org%3E)
 (see 
[INFRA-21767](https://issues.apache.org/jira/browse/INFRA-21767?focusedCommentId=17327019&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17327019)),
 this change migrates the download URL format from:
   
       https://apache.org/dyn/closer.cgi?action=download&filename=PATH/TO/FILE
   
   to:
   
       https://apache.org/dyn/closer.lua/PATH/TO/FILE?action=download
   
   As the new format involves inserting the download path _within_ the URL 
rather than simply appending the path, these changes migrate to a substitution 
mechanism where "{}" is used as a placeholder for the filename (similar to the 
format used by the find utility and various logging backends).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to