JTS login dialog won't appear in same tab in IE
Hi there,
I've built a tomcat server to host both selection and creation dialogs of RM but, whenever I try to access to the hosted webapp, login prompt popups in another instance of IE. That does not happen in Firefox or Chrome.
It's not problematic itself, but, I've got a C++ app which integrates an IE emulator to access to the webapp so, if the login prompt opens a new instance of IE, the login data in the form gets lost and, it won't visualize the dialog. I was wondering if there is any possibility of forcing IE to open the login in the same tab, before starting to try with CEF...
Thanks in advance.
I've built a tomcat server to host both selection and creation dialogs of RM but, whenever I try to access to the hosted webapp, login prompt popups in another instance of IE. That does not happen in Firefox or Chrome.
It's not problematic itself, but, I've got a C++ app which integrates an IE emulator to access to the webapp so, if the login prompt opens a new instance of IE, the login data in the form gets lost and, it won't visualize the dialog. I was wondering if there is any possibility of forcing IE to open the login in the same tab, before starting to try with CEF...
Thanks in advance.
One answer
As far as I know, RDNG is the only one that opens a separate login page. JTS, RTC and RQM all redirect the page to the login in the same tab. The behavior should be hard coded.
Can you modify your application so that before accessing any RM resources, a login page will appear first?
Can you modify your application so that before accessing any RM resources, a login page will appear first?
Comments
No... I can only work with the C++ code. The web app hosted in Tomcat is untouchable for me. I know it works, because I can see the dialog in a web browser, but it's just that :(
I'm now able of making changes in the webapp. Is there any way of hard coding the login functionality in JavaScript?