https://issues.apache.org/bugzilla/show_bug.cgi?id=55583
Bug ID: 55583
Summary: Rivet traceback on "headers redirect" command
Product: Rivet
Version: 2.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Rivet Core Commands
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
I updated Tcl to 8.6.1 (from 8.6.0) on my personal machine tonight and Rivet
started breaking when the code tries to do a "headers" command.
mod_rivet-2.1.2 Embeds a Tcl interpreter in the Apache server
apache22-2.2.25 Version 2.2.x of Apache web server with prefork MPM.
tcl86-8.6.1 Tool Command Language
For example, a rivet script which contains only:
<?
headers redirect http://yahoo.com/
?>
Traces back thusly:
Rivet Error
command returned bad code: 0
while executing
"namespace eval request {
puts -nonewline ""
headers redirect http://yahoo.com/
puts -nonewline "
"
}"
As far as I know, the only thing I've changed is the Tcl 8.6.0 to 8.6.1. Seems
to be specific to "redirect" because "headers add x-cow moo" does not exhibit
the behavior.
Any clue? I'm not familiar with the "returned bad code" Tcl response.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]