Skip to content
  • Thomas E Lackey's avatar
    7870b87c
    Implement proposal 716, passing full paths through the Gateway and fwatchdog. · 7870b87c
    Thomas E Lackey authored
    
    
    Previously, only the query string of the URL was passed through the Gateway.
    With this change, the entire path requested by the client is passed through as well as the query string.
    
    While fwatchdog already supported passing the path through, in practice this would not happen
    since the Gateway would have swallowed it before forwarding the request to the watchdog.
    
    With this change, the path portion after the function name is added to the Http_Path environment
    variable, provided that cgiHeaders are enabled.  This is similar to the of-watchdog equivalent.
    
    Signed-off-by: default avatarThomas E Lackey <telackey@bozemanpass.com>
    7870b87c
    Implement proposal 716, passing full paths through the Gateway and fwatchdog.
    Thomas E Lackey authored
    
    
    Previously, only the query string of the URL was passed through the Gateway.
    With this change, the entire path requested by the client is passed through as well as the query string.
    
    While fwatchdog already supported passing the path through, in practice this would not happen
    since the Gateway would have swallowed it before forwarding the request to the watchdog.
    
    With this change, the path portion after the function name is added to the Http_Path environment
    variable, provided that cgiHeaders are enabled.  This is similar to the of-watchdog equivalent.
    
    Signed-off-by: default avatarThomas E Lackey <telackey@bozemanpass.com>
Loading