Author Message
RahulGupta4
Joined: Dec 2, 2013
Messages: 26
Offline
Hi,


I have made an applet CTI for web based CRM which has some Spring security in this(They use that for some web security). which is actually blocking Applet CTI JTAPI to generate provider or to interact with AES server on Chrome. but the same Applet CTI is running fine on Internet Explorer(IE). all the call control woking fine on IE. but the chrome only having problem.


Please help In deep trouble..


Regards
Gupta Rahul
Filename CTI_on_explorer_Chrome.docx [Disk] Download
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Online
It sounds like the problem is with your web application framework, rather than JTAPI, so we can't help you here.
RahulGupta4
Joined: Dec 2, 2013
Messages: 26
Offline
Hi , I got the solution...



Some changes in Spring security XML file and then it works


Thanks for your time



Regards
Gupta Rahul
Kien.Nguyen
Joined: Feb 12, 2014
Messages: 2
Offline
Hi RahulGupta4,
I got the same problem with you. Could you show me how to configure Spring Security XML to resolve the problem?

Thanks.
RahulGupta4
Joined: Dec 2, 2013
Messages: 26
Offline
Hi Kien,

Please give that intercept-url all permission that would help you

in my case I have done like this.--
<intercept-url pattern="/account/showCimsApp/" access="permitAll()"/>
in showCimsApp page I have my CTI applet(under Iframe ) .


Regards
Gupta Rahul
Kien.Nguyen
Joined: Feb 12, 2014
Messages: 2
Offline
Hi Gupta,
Thanks so much for quick answer. It saved a lot of time for me.

Best Regards,
Kien
Go to:   
Mobile view