HTML reports are not rendering due to https HTML reports are not rendering due to https
#1
Posted 25 April 2012 - 05:33 AM
I have used birt viewer in my application. The application in the https. When i render the report from the application, the URL framed to run the report is like taking as "http" and the port as '80'. As shown below
"http://xxx.yyyyyyyyy.zzz:80/birt"
As I run the application with https the birt viewer should get the protocol as "https" and as it is secured the port number should be '443'. For example its shown below
"https://xxx.yyyyyyyyy.zzz:443/birt".
Due to this when I render the HTML report Im getting javscript error("constant.js is undefined" I suspect this error is due to following reason "it couldnt read the file using http since the application is running in https"). where as the other reports pdf,word,excel are able to generate.
Kindly let me know why the birt viewer is getting the protocol as "http" and port number as "80", even though i run the apllication with secured enabled (ie) through "https".
Regards,
S.Sandeep
#2
Posted 25 April 2012 - 09:42 AM
https://bugs.eclipse...g.cgi?id=152413
Jason
#4
Posted 26 April 2012 - 12:16 AM
what do you mean by: "i have also set all iframes src attribute with a temp blank.html, to avoid https secure warning message"
It shoudn't be required to do any changes in the viewer to run https. You just have to add some string to special javacript statements in the HTML to avoid a warning in IE but you must not replace something with a blank html page.
Have a look at: http://www.xing.com/...-group-mannheim or write me an email
#5
Posted 26 April 2012 - 12:53 AM
Kindly let me know the javascript to be added and im getting the "http" as protocol and "80" as port number even though the application runs in the https application.As mentioned im using BIRT Viewer 3.7 version.
Kindly let me know your inputs on this.
Regards,
S.Sandeep






MultiQuote








