You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Bob Evans (JIRA)" <ji...@apache.org> on 2008/09/09 23:33:44 UTC

[jira] Created: (SHINDIG-583) Need to modify handleRequestItem in ApiServlet, so that subclasses can get access to the Request to do logging.

Need to modify handleRequestItem in ApiServlet, so that subclasses can get access to the Request to do logging.
---------------------------------------------------------------------------------------------------------------

                 Key: SHINDIG-583
                 URL: https://issues.apache.org/jira/browse/SHINDIG-583
             Project: Shindig
          Issue Type: Improvement
          Components: RESTful API (Java)
            Reporter: Bob Evans
            Priority: Minor


It would be nice to do logging on requests. Ideally, since the number of input formats is fairly wide and somewhat involved, we could just reuse the parsing already created by the RequestItem. To do that, it would be nice to stash have the ability to stash the requestItem away. OVerriding the handler, with the servletRequest around, would allow this.

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


[jira] Resolved: (SHINDIG-583) Need to modify handleRequestItem in ApiServlet, so that subclasses can get access to the Request to do logging.

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

Cassie Doll resolved SHINDIG-583.
---------------------------------

    Resolution: Fixed
      Assignee: Cassie Doll

> Need to modify handleRequestItem in ApiServlet, so that subclasses can get access to the Request to do logging.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-583
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-583
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Bob Evans
>            Assignee: Cassie Doll
>            Priority: Minor
>         Attachments: fix-583-bug.patch
>
>
> It would be nice to do logging on requests. Ideally, since the number of input formats is fairly wide and somewhat involved, we could just reuse the parsing already created by the RequestItem. To do that, it would be nice to stash have the ability to stash the requestItem away. OVerriding the handler, with the servletRequest around, would allow this.

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


[jira] Updated: (SHINDIG-583) Need to modify handleRequestItem in ApiServlet, so that subclasses can get access to the Request to do logging.

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

Bob Evans updated SHINDIG-583:
------------------------------

    Attachment: fix-583-bug.patch

> Need to modify handleRequestItem in ApiServlet, so that subclasses can get access to the Request to do logging.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: SHINDIG-583
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-583
>             Project: Shindig
>          Issue Type: Improvement
>          Components: RESTful API (Java)
>            Reporter: Bob Evans
>            Priority: Minor
>         Attachments: fix-583-bug.patch
>
>
> It would be nice to do logging on requests. Ideally, since the number of input formats is fairly wide and somewhat involved, we could just reuse the parsing already created by the RequestItem. To do that, it would be nice to stash have the ability to stash the requestItem away. OVerriding the handler, with the servletRequest around, would allow this.

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