Hello,
I am currently using JBossPortal 2.6.3, and we have some sort of problems with an iframe portlet.
The iframe portlet is embedded in the portal and points to a webmail that runs ok.
This webmail (squirrelmail) runs on an apache server and works fine, it logs users in automatically with a plugin i added.
When the webmail is requested directly on the apache server, or even through an iframe written in a simple html page, everything works fine.
However, when the iframe is inside a portlet within the portal, i noticed that the php files that enable the connection with the IMAP server are loaded 6 times instead of just once, and the connection failed most of the time.
I think i might be able to solve the problem if i find out how the iframe portlet works exactly, and why it requests 6 times the url.
So if you have any ideas where the problem comes from, fell free to tell me ;)
Infrastructure:
JBossPortal 2.6.3
Apache 2.2.3
SquirrelMail 1.4.13
Cyrus-IMAP
--
Olivier BOCQUIER