You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2008/03/13 11:49:46 UTC

[jira] Created: (SHINDIG-127) Gadget rendering errors result in prompts to download /ifr

Gadget rendering errors result in prompts to download /ifr
----------------------------------------------------------

                 Key: SHINDIG-127
                 URL: https://issues.apache.org/jira/browse/SHINDIG-127
             Project: Shindig
          Issue Type: Improvement
            Reporter: Paul Lindner


These constructs:

      response.sendError(HttpServletResponse.SC_BAD_REQUEST,
          "Missing or malformed url parameter");

result in some browsers prompting the user to download content.

It would be preferable if the GadgetRenderingServlet could output user-friendly output instead of Code 400 responses,
as iGoogle does.



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


[jira] Resolved: (SHINDIG-127) Gadget rendering errors result in prompts to download /ifr

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-127.
----------------------------------

    Resolution: Fixed

with latest code updates this error is no longer occurring..


> Gadget rendering errors result in prompts to download /ifr
> ----------------------------------------------------------
>
>                 Key: SHINDIG-127
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-127
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>
> These constructs:
>       response.sendError(HttpServletResponse.SC_BAD_REQUEST,
>           "Missing or malformed url parameter");
> result in some browsers prompting the user to download content.
> It would be preferable if the GadgetRenderingServlet could output user-friendly output instead of Code 400 responses,
> as iGoogle does.

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


[jira] Updated: (SHINDIG-127) Gadget rendering errors result in prompts to download /ifr

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Brown updated SHINDIG-127:
--------------------------------

    Component/s: Gadgets Server - Java
     Issue Type: Bug  (was: Improvement)

> Gadget rendering errors result in prompts to download /ifr
> ----------------------------------------------------------
>
>                 Key: SHINDIG-127
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-127
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadgets Server - Java
>            Reporter: Paul Lindner
>
> These constructs:
>       response.sendError(HttpServletResponse.SC_BAD_REQUEST,
>           "Missing or malformed url parameter");
> result in some browsers prompting the user to download content.
> It would be preferable if the GadgetRenderingServlet could output user-friendly output instead of Code 400 responses,
> as iGoogle does.

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


[jira] Commented: (SHINDIG-127) Gadget rendering errors result in prompts to download /ifr

Posted by "Kevin Brown (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578624#action_12578624 ] 

Kevin Brown commented on SHINDIG-127:
-------------------------------------

What does "some browsers" mean here? I can't reproduce this behavior on IE 6, 7, or 8, FF2.0.12 (windows), FF 3 nightly (linux), lynx, safari (windows), or opera (windows). I've tried this running shindig under Jetty as well as a proprietary servlet engine (haven't verified against tomcat or other engines).

Error messages need to be improved in places regardless of this issue, but I am curious as to what browsers are exhibiting this behavior...that's pretty bizarre!

> Gadget rendering errors result in prompts to download /ifr
> ----------------------------------------------------------
>
>                 Key: SHINDIG-127
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-127
>             Project: Shindig
>          Issue Type: Improvement
>            Reporter: Paul Lindner
>
> These constructs:
>       response.sendError(HttpServletResponse.SC_BAD_REQUEST,
>           "Missing or malformed url parameter");
> result in some browsers prompting the user to download content.
> It would be preferable if the GadgetRenderingServlet could output user-friendly output instead of Code 400 responses,
> as iGoogle does.

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