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 "Ulrich Küster (JIRA)" <pl...@jakarta.apache.org> on 2005/07/25 14:40:39 UTC

[jira] Created: (PLUTO-142) org.apache.pluto.core.impl.PortletRequestImpl breaks Portlet Spec

org.apache.pluto.core.impl.PortletRequestImpl breaks Portlet Spec
-----------------------------------------------------------------

         Key: PLUTO-142
         URL: http://issues.apache.org/jira/browse/PLUTO-142
     Project: Pluto
        Type: Bug
    Versions: Current CVS    
    Reporter: Ulrich Küster


The method getMethod() simply calls the corresponding method ob the underlying HttpServletRequest.

	public String getMethod() {
		// TBD
		return this._getHttpServletRequest().getMethod();
	}


PLT 16.3 states:

Servlets and JSPs included from portlets must be handled as HTTP GET requests.

Attached is a patch that resolves this issue by returning "GET" if the request is included and calling the underlying HttpServletRequest's method otherwise.

It would be great if someone could eventually have a look at this issue and apply the patch if considered appropriate, it works fine for me.

Kind Regards,

Ulrich Küster



-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (PLUTO-142) org.apache.pluto.core.impl.PortletRequestImpl breaks Portlet Spec

Posted by "Craig Doremus (JIRA)" <pl...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/PLUTO-142?page=all ]
     
Craig Doremus closed PLUTO-142:
-------------------------------

    Resolution: Fixed

Duplicate of PLUTO_143

> org.apache.pluto.core.impl.PortletRequestImpl breaks Portlet Spec
> -----------------------------------------------------------------
>
>          Key: PLUTO-142
>          URL: http://issues.apache.org/jira/browse/PLUTO-142
>      Project: Pluto
>         Type: Bug
>     Versions: Current CVS
>     Reporter: Ulrich Küster

>
> The method getMethod() simply calls the corresponding method ob the underlying HttpServletRequest.
> 	public String getMethod() {
> 		// TBD
> 		return this._getHttpServletRequest().getMethod();
> 	}
> PLT 16.3 states:
> Servlets and JSPs included from portlets must be handled as HTTP GET requests.
> Attached is a patch that resolves this issue by returning "GET" if the request is included and calling the underlying HttpServletRequest's method otherwise.
> It would be great if someone could eventually have a look at this issue and apply the patch if considered appropriate, it works fine for me.
> Kind Regards,
> Ulrich Küster

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (PLUTO-142) org.apache.pluto.core.impl.PortletRequestImpl breaks Portlet Spec

Posted by "Ulrich Küster (JIRA)" <pl...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/PLUTO-142?page=comments#action_12316670 ] 

Ulrich Küster commented on PLUTO-142:
-------------------------------------

I apologize for accidentially creating this issue twice. Pleas close this issue as an invalid duplicate of issue 143.

Kind regards,

Ulrich Küster

> org.apache.pluto.core.impl.PortletRequestImpl breaks Portlet Spec
> -----------------------------------------------------------------
>
>          Key: PLUTO-142
>          URL: http://issues.apache.org/jira/browse/PLUTO-142
>      Project: Pluto
>         Type: Bug
>     Versions: Current CVS
>     Reporter: Ulrich Küster

>
> The method getMethod() simply calls the corresponding method ob the underlying HttpServletRequest.
> 	public String getMethod() {
> 		// TBD
> 		return this._getHttpServletRequest().getMethod();
> 	}
> PLT 16.3 states:
> Servlets and JSPs included from portlets must be handled as HTTP GET requests.
> Attached is a patch that resolves this issue by returning "GET" if the request is included and calling the underlying HttpServletRequest's method otherwise.
> It would be great if someone could eventually have a look at this issue and apply the patch if considered appropriate, it works fine for me.
> Kind Regards,
> Ulrich Küster

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira