[squeak-dev] Installer http vs https

Marcel Taeumel marcel.taeumel at hpi.de
Thu Jul 28 06:21:06 UTC 2022


Hi Eliot --

Yes. :-)

Best,
Marcel
Am 27.07.2022 18:52:52 schrieb Eliot Miranda <eliot.miranda at gmail.com>:
Hi All,

    am I right in thinking that
- all uses of Installer monticello http: 'http://url [http://url] text' should be replaced with Installer monticello http: 'url text' 
- MonticelloInstaller needs to implement https: & https:user:password:
- We should use https: for squeaksource, etc.  i.e.
     Installer class>>squeak
           ^self monticello http: 'source.squeak.org [http://source.squeak.org]'
=>
     Installer class>>squeak
           ^self monticello https: 'source.squeak.org [http://source.squeak.org]'
_,,,^..^,,,_

best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20220728/0451c059/attachment.html>


More information about the Squeak-dev mailing list