/ var / log / dynlog / dynlogで実行中に、次のVoiceglueエラーが発生します
15:35:54:525 EROR OPEN_VXI luke ---- callid = [58] | 1098905920 | 58 | SEVERE | swi:SBinet | 257 | SBinet:Cookie属性の名前の後に「=」が必要です| attributeSpec = HttpOnly | attribute = HttpOnly \ n
答えはわかりませんが、問題を引き起こすコードを見つけました。たぶん私たちは一緒にこれが起こる理由を見つけるために働くことができます。私は開発者ですが、このSB*とその友達のブラウザがどのように機能するかをまだ理解していません。
if (hasValue)
{
// Now we have to deal with attributes of the form x=y
if ((p = SBinetHttpUtils::expectChar(p,"=")) == NULL || !*p)
{
if (logger)
logger->Error(257, L"%s%S%s%S", L"attributeSpec", attributeSpec,L"attribute", attribute);
return NULL;
}
p++;
openvxi -3.4 + vglue / src / inet/SBinetCookie.cppにあります
未処理のエラーによって引き起こされる無限ループを停止したい場合。適切な方法は、無限にスローされるJavaエラーによってスローされる未処理のイベントにタグを追加することです。これはデフォルトですが、ampersand.comの例にはありません
<error>
<log expr="'*** unhandled event ' + _event + ' thrown : ' + _message + ' ***'"/>
<prompt bargein="false">
A technical problem just occurred,
Please check the logs for more information.
</prompt>
<exit/>
</error>