Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

'Redirect requested but followRedirects is disabled' RIDC error

963970Sep 25 2012 — edited Sep 26 2012
Folks,

I'm using the oralce.stellent.ridc classes to make HTTP requests to our content server. After running the following line:

DataBinder responseData = response.getResponseAsBinder ();

I get these responses back:

25-Sep-2012 17:31:46 org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded
INFO: Redirect requested but followRedirects is disabled
25-Sep-2012 17:31:47 org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded
INFO: Redirect requested but followRedirects is disabled

Anybody know how to enable redirects via RIDC?

Thanks,
Mike
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 24 2012
Added on Sep 25 2012
6 comments
3,302 views