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 "Vernon Singleton (JIRA)" <ji...@apache.org> on 2017/05/05 09:33:04 UTC

[jira] [Created] (PLUTO-658) Contesting V2ADDLENVIRONMENTTESTS_SPEC2_10_CONTEXT_GETREALPATH

Vernon Singleton created PLUTO-658:
--------------------------------------

             Summary: Contesting V2ADDLENVIRONMENTTESTS_SPEC2_10_CONTEXT_GETREALPATH
                 Key: PLUTO-658
                 URL: https://issues.apache.org/jira/browse/PLUTO-658
             Project: Pluto
          Issue Type: Bug
          Components: tck
    Affects Versions: 3.0.0
            Reporter: Vernon Singleton
            Assignee: Scott Nicklous
            Priority: Minor


1) The Javadoc [shows that the PortletContext.getRealPath() method|http://msnicklous.github.io/portletspec3/apidocs/javax/portlet/PortletContext.html#getRealPath%28java.lang.String%29] is allowed to return null.
      PortletContext.getRealPath() states, "Returns: a String
      specifying the real path, or null if the transformation
      cannot be performed."

2) test V2ADDLENVIRONMENTTESTS_SPEC2_10_CONTEXT_GETREALPATH in the tck
   does not allow for the values to be null, and [the test assumes|https://github.com/apache/portals-pluto/blob/master/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/java/javax/portlet/tck/portlets/AddlEnvironmentTests_SPEC2_10_Context.java#L333] that
   the getRealPath method will always return a non-null String.

3) test V2ADDLENVIRONMENTTESTS_SPEC2_10_CONTEXT_GETREALPATH in the tck
   needs to account for all possible options in the Javadoc.

Will send a PR in the comments with suggested fix.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)