Forum

UrlToolkit : Segmentation fault

30 November 2014, 13:31
Hiawatha version: 9.8
Operating System: Linux (Debian)

I'm trying the use the UrlToolkit for web service redirecting. But I get on each test : Segmentation fault.
UrlToolkit {
ToolkitId = test
RequestURI exists Return
Match api/v0/(.+)$ Rewrite api/testapiv0.php?request=$1
}

Only when I enter nothing, it mentions bye!
Even when I put a # in front of the Match, I still get the segmentation fault,

I want to achive the same as Apache mod_rewrite, which work fine for me.
RewriteRule api/v0/(.+)$ api/testapiv0.php?request=$1 [QSA,NC,L]



30 November 2014, 13:34
N.B.: I was using
/usr/sbin/wigwam -t test
Hugo Leisink
30 November 2014, 19:47
I can confirm this issue. I'll take a look at it and will fix it in v9.9. Thanks for reporting.
This topic has been closed.