Here are some bugfixes.

- The RunData is not passed to the getAllowMaximize and getAllowEdit
function in the following files, which leads, for example, to maximizable
portlets in the admin screen:
    - BadURLManagerPortlet.java    -> getAllowEdit, getAllowMaximize
    - GlobalAdminPortlet.java    -> getAllowEdit, getAllowMaximize
    - JavaRuntimePortlet.java    -> getAllowEdit, getAllowMaximize
    - MemoryStorePortlet.java    -> getAllowEdit, getAllowMaximize

- Due to the RunData changes, we have to modify some files, because all
request sensitive-data stored in not request-sensitive classes should be
removed. One is the .../jetspeed/util/Config.java file with the parameter
functions. The InitParameters are correct, but the parameters contain the
ParamaterParser of the RunData object. Because this class is derived by
other classes (PortletConfig, PortletControlConfig and
PortletControllerConfig) there are some files which have to be modified. I
listed them below:
    - Config.java
    - PortletConfig.java
    - PortletConfigFactory.java
    - PortletControlFactory.java
    - PortletControllerFactory.java
    - WAPPortletController.java (the only real usage of the ParamaterParser)

That's all for now. If desired, I can post diff files.

Stephan

> >
> >- there are still bugs in Jetspeed. The Rundata data is not passed to
every
> >function (I'm speaking here of getAllowEdit). One other thing is, that in
> >PortletConfig still exist some request sensitive data. I could post more
> >detailed information, if desired.
>
> Do it!
>          ingo.
>
> >Thanks,
> >Stephan
> >
> >
> >
> >--
> >--------------------------------------------------------------
> >Please read the FAQ! <http://java.apache.org/faq/>
> >To subscribe:        [EMAIL PROTECTED]
> >To unsubscribe:      [EMAIL PROTECTED]
> >Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
> >Problems?:           [EMAIL PROTECTED]
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?:           [EMAIL PROTECTED]

Reply via email to