You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by pl...@jakarta.apache.org on 2004/10/22 16:56:26 UTC

[jira] Created: (PLUTO-79) Pluto 1.1: portal driver servlet's doPost() method calls itself

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/PLUTO-79

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: PLUTO-79
    Summary: Pluto 1.1: portal driver servlet's doPost() method calls itself
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Pluto
 Components: 
             portal driver
   Versions:
             1.1.0-ALPHA

   Assignee: 
   Reporter: Scott Anderson

    Created: Fri, 22 Oct 2004 7:56 AM
    Updated: Fri, 22 Oct 2004 7:56 AM
Environment: Mac OS X, JDK 1.4.2, Tomcat 5.5

Description:

The doPost() method of org.apache.pluto.driver.PortalDriverServlet calls itself...

    public void doPost(HttpServletRequest req,
                       HttpServletResponse res)
    throws ServletException, IOException {
        doPost(req, res);
    }



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (PLUTO-79) Pluto 1.1: portal driver servlet's doPost() method calls itself

Posted by "David DeWolf (JIRA)" <pl...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-79?page=history ]
     
David DeWolf resolved PLUTO-79:
-------------------------------

     Resolution: Fixed
    Fix Version: 1.1.0-ALPHA

Oops! Nice catch, thanks.

> Pluto 1.1: portal driver servlet's doPost() method calls itself
> ---------------------------------------------------------------
>
>          Key: PLUTO-79
>          URL: http://issues.apache.org/jira/browse/PLUTO-79
>      Project: Pluto
>         Type: Bug
>   Components: portal driver
>     Versions: 1.1.0-ALPHA
>  Environment: Mac OS X, JDK 1.4.2, Tomcat 5.5
>     Reporter: Scott Anderson
>      Fix For: 1.1.0-ALPHA

>
> The doPost() method of org.apache.pluto.driver.PortalDriverServlet calls itself...
>     public void doPost(HttpServletRequest req,
>                        HttpServletResponse res)
>     throws ServletException, IOException {
>         doPost(req, res);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira