Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Morpheus (was: set-net question. No, TWOquestions)

From: hallvard:ystad:helpinhand at: 30-Oct-2001 11:12

Petr Krenzelok skrev (Tuesday 30.10.2001, kl. 10.03):
>huh, what is the problem of re-setting the word upon your need then?
I wanted a simple, neat way to do it. I'm inside a CGI script that fetches a url, extracts some information and writes it out. I could rebind system/schemes/http/handler in user.r, but the accpet-setting isn't static! I find it very... bothersome! to have to rebind system/schemes/http/handler several times in the script.
>But I am not sure if it is secure way to do so, as RT can change handler >code >in future releases ...
..and that's another point, yes.
>One other note - do you know the difference in none vs false in protocol >schemes settings? If you use e.g. system/schemes/ftp/user: none, it will >look >at parent scheme - system/schemes/default for 'user field setting, and if >present, it will override your none above. If you want to prevent it, just >use >system/schemes/ftp/user: false e.g. I hope I do remember it correctly :-)
I'll check it out. Thnaks- ~H