REBOL3 tracker
  0.9.12 beta
Ticket #0001448 User: anonymous

Project:



rss
TypeBug Statuscomplete Date28-Jan-2010 16:13
Versionalpha 97 CategoryMezzanine Submitted byabolka
PlatformAll Severityminor Priorityhigh

Summary Startup output in A96 even with --quiet and --cgi
Description R3 A96 outputs "System object protected" even when started with --quiet and/or --cgi flags. This breaks CGIs completely.
Example code
$ cat hello.cgi 
#!/usr/local/bin/rebol3 -cs
REBOL []
print "Content-type: text/plain^/"
print "hello, world!"


$ echo post-data | ./hello.cgi 
System object protected
Content-type: text/plain

hello, world!

Assigned ton/a Fixed inalpha 97 Last Update7-Feb-2010 12:20


Comments
(0001932)
BrianH
30-Jan-2010 00:59

Fixed in mezz-secure.r 6761.

Date User Field Action Change
7-Feb-2010 12:20 abolka Status Modified built => complete
3-Feb-2010 22:33 carl Fixedin Modified => alpha 97
3-Feb-2010 22:33 carl Status Modified pending => built
30-Jan-2010 00:59 BrianH Comment : 0001932 Added -
30-Jan-2010 00:58 BrianH Category Modified Unspecified => Mezzanine
30-Jan-2010 00:58 BrianH Status Modified submitted => pending
28-Jan-2010 16:15 abolka Code Modified -
28-Jan-2010 16:15 abolka Priority Modified normal => high
28-Jan-2010 16:13 abolka Ticket Added -