You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/03/22 22:35:32 UTC

[jira] Commented: (TS-268) Crash when remap plugin tries to send a redirect response.

    [ https://issues.apache.org/jira/browse/TS-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848361#action_12848361 ] 

Leif Hedstrom commented on TS-268:
----------------------------------

The stacktrace is also available at

    http://pastebin.com/YRLtZdxF

> Crash when remap plugin tries to send a redirect response.
> ----------------------------------------------------------
>
>                 Key: TS-268
>                 URL: https://issues.apache.org/jira/browse/TS-268
>             Project: Traffic Server
>          Issue Type: Bug
>            Reporter: Leif Hedstrom
>            Priority: Critical
>             Fix For: 2.0.0
>
>         Attachments: TS-268.trace
>
>
> This remap API plugin will crash, when it tries to build the response body:
> int
> tsremap_remap(ihandle ih, rhandle rh, REMAP_REQUEST_INFO *rri)
> {
>   const char* url = "http://www.google.com/";
>   INKHttpTxnSetHttpRetStatus((INKHttpTxn)rh, (INKHttpStatus)302);
>   rri->redirect_url_size = strlen(url);
>   memcpy(rri->redirect_url, url, rri->redirect_url_size);
>   return 1;
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.