Thanks ;-) On 7/2/07, Elliot Metsger <[EMAIL PROTECTED]> wrote:
Starting new thread... > A question: There are a small number of deprecated methods on one or > two interfaces which are referenced internally within the container. > Would it be inappropriate to update the internal classes so that they > do not use these deprectated methods? Each removal should have its own jira- For the deprecated methods in the container: getControllerServletUri() IIRC was going to be moved to the invoker service http://www.nabble.com/Created%3A-%28PLUTO-339%29-Deprecate-PortletEntity-getControllerServletUri%28%29-so-it-can-be-removed-in-future-versions-of-Pluto.-tf3391149.html#a9439725 http://www.nabble.com/forum/ViewPost.jtp?post=9418372&framed=y For the getUserInfo(PortletRequest) it looks like there is already a replacement; client code just needs to be updated to use the replacement method. Thanks, Elliot
