You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2014/08/01 19:23:40 UTC

[jira] [Updated] (TAP5-1941) Alerts component can fail with ComponentEventException is dismiss event triggered outside of XHR request (e.g., by web crawler)

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

Howard M. Lewis Ship updated TAP5-1941:
---------------------------------------

    Summary: Alerts component can fail with ComponentEventException is dismiss event triggered outside of XHR request (e.g., by web crawler)  (was: Alerts component can fail with )

> Alerts component can fail with ComponentEventException is dismiss event triggered outside of XHR request (e.g., by web crawler)
> -------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1941
>                 URL: https://issues.apache.org/jira/browse/TAP5-1941
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.3.3
>            Reporter: Felix Gonschorek
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.4
>
>
> The Alerts component does not check for request.isXHR() in the "onDismiss" event handler. 
> Crawlers (Googlebot) send non-xhr requests to the "onDismiss" event-url and generate errors on my server, because the returned JSONObject is not a valid return value from an event handler.
> org.apache.tapestry5.runtime.ComponentEventException: A component event handler method returned the value {}. Return type org.apache.tapestry5.json.JSONObject can not be handled. 
> A check for request.isXHR() and a conditional return value (null for non-ajax requests, the json object for ajax requests) should fix this.
> thanks!



--
This message was sent by Atlassian JIRA
(v6.2#6252)