[rt-users] CF Link values

Gerard FENELON gerard at eve-team.com
Tue Dec 13 06:37:14 EST 2011


This was sent to Ruslan only by mistake.
Resending to the list for others to see.
Gerard

On 2011-12-08 16:30, Gerard FENELON wrote:
> Thanks Ruslan
> finally I used "AllowEncodedSlashes On" on the destiantion server
> Gerard
>
> On 2011-12-08 15:48, Ruslan Zakirov wrote:
>> On Thu, Dec 8, 2011 at 18:12, Gerard FENELON<gerard at eve-team.com>  
>> wrote:
>>> is it safe to change
>>>     CustomField =>  { value =>  sub { $_[0]->Content }, escape =>  1 },
>>> to
>>>     CustomField =>  { value =>  sub { $_[0]->Content } },
>>> in _FillInTemplateURL ?
>> Only if you know what you're doing.
>>
>>> Or should I change
>>>     $ref =~ s/([^a-zA-Z0-9_.!~*'()-])/uc sprintf("%%%02X", ord($1))/eg;
>>> to
>>>     $ref =~ s/([^a-zA-Z0-9_.!~*'()\/-])/uc sprintf("%%%02X", 
>>> ord($1))/eg;
>>> in RT::Interface::Web::EscapeURI ?
>> No, you shouldn't.




More information about the rt-users mailing list