[ 
https://issues.apache.org/jira/browse/SHINDIG-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Karsten Beyer updated SHINDIG-458:
----------------------------------

    Attachment: fix-issue-458.patch

Problem is that it was assumed that getViewerId returns a (int). We use a 
encrypted Id inside Shindig however, which compares as 0 to 0. It is required 
to make a type-safe comparison here so that only the real anonymus case is 
matched here.

> If you are using non numerical user-ids, all POSTs fail with error message.
> ---------------------------------------------------------------------------
>
>                 Key: SHINDIG-458
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-458
>             Project: Shindig
>          Issue Type: Bug
>          Components: Common Components (PHP)
>            Reporter: Karsten Beyer
>         Attachments: fix-issue-458.patch
>
>
> If you are using non numerical user-ids, all POSTs fail with error message.
> "POST not allowed for anonymous users"
> will supply patch in a few minutes.

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

Reply via email to