Hi to All
i was just looking on PHP Shindig security token , whenever
in shindig->php->config->container.php , "allow_plain_text"= "TRUE" , it
will call Basic SecurityToken.php ( Extends SecurityToken.php) and
BasicSecurityTokenDecoder.php (Extends SecurityTokenDeccoder.php)
and set the value of Token .
I hope whatever i understand is okie .
But when "allow_plain_text"="False", its giving output like :
500 Internal Server Error
Message: INVALID_GADGET_TOKEN
GadgetException Object
(
[message:protected] => INVALID_GADGET_TOKEN
[string:private] =>
[code:protected] => 0
...................................................................
But i think it doesnot suppose to give Error like this .
is it neccessary to set value as "TRUE" to "allow_plain_text" in
php->config->container.php
Cheers
Anand