B
Bronco
Guest
Fixed it! What I falied to realize is that when one receives a cookie like: Set-Cookie: JSESSIONID=1524622920BCA23CA647C3E2475DF364; Path=/restapi/; HttpOnly It is only valid when the subsequent calls are made to /restapi/... Due to my url rewriting configured in Apache the request goes to /data/ which is transformed by Apache to
8980)/restapi/... in my case. The challenge is to be able to overcome this on the REST Adapter config, without knowing what the rewriting on Apache side is.
Continue reading...
Continue reading...