DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22152>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22152

[PATCH] IFramePortlet with parameter passing

           Summary: [PATCH] IFramePortlet with parameter passing
           Product: Jetspeed
           Version: 1.4b5-dev / CVS
          Platform: All
               URL: http://dan.gotdns.org/IFrame-patch.zip
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Portlets
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've modified the IFramePortlet to allow parameters to be passed as gets to the
source URL.  You can use this for single signon purposes or just to pass
arbitrary parameters to a web page.  It currently understands the following
variables:
$username - the username of the user who logged in.
$password - the jetspeed password of the user who logged in (may be encrypted).
$clearpassword - the cleartext password of the user who logged in.
$firstname - the first name (if available) of the user who logged in.
$lastname - the last name (if available) of the user who logged in.
$name - the name (if available) of the user who logged in.
$email - the email address (if available) of the user who logged in.
Any other values passed to a parameter will be interpreted literally.  I've also
included a patch for portlets.xreg so that the parameter/value pairs can be
edited from within the portal.  This code has been updated to work with the new
logging system implimented in cvs for the portlets.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to