Session Problem [message #916030] |
Tue, 18 September 2012 08:37  |
Eclipse User |
|
|
|
Hi,
I have integrated BIRT into a web-app, however when I use Spring Security on the operations that BIRT uses for it's web-service datasource, then authentication fails as their is no session id present.
I'm using BIRT 3.7.2. I access a report with the following URL:
localhost/APP/frameset?__report=birt/reports/test.rptdesign
If I remove the authentication, then obviously all works well.
I'm using the Viewer example that ships with BIRT. My web.xml contains the session listener:
<!-- Viewer HttpSession Listener -->
<listener>
<listener-class>org.eclipse.birt.report.listener.ViewerHttpSessionListener</listener-class>
</listener>
If I try to append the JSESSIONID to the URL, it still doesn't work, seems that it makes a http POST after the initial GET, and this is where the session is lost.
Can anybody provide help on howto access web-service datasource with JSESSION id's in the soap headers?
Thanks in advance,
Kevin.
|
|
|
|
Powered by
FUDForum. Page generated in 0.04792 seconds