Is it possible to send a HTTP response with a permanent redirect from a Stellent (now called Oracle UCM) website? We're using version 7.5.2 with iDoc script.
We can use the iDoc function setHttpHeader() to send the Location HTTP header, but how to send the HTTP response code 301, to signal the permanent redirect to the browser?
...
I need to check the size of the uploaded primary file in Oracle UCM during checkin.
I tried writing a filter on the event validateStandard and check the value of dFileSize. But the value is null.
Any ideas what event should I use and which parameter should I check?
...
Where can I find a tutorial for iDoc Script for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My specific problem has to do with string manipulation, but I can hardly find any documentation online at all, odd for a programming-related ...
I am trying to use the Stellent (Oracle Outside In Technology) to extract/export data out of various files & archives. Now, I heard that in the later version I can use Stellent APIs to randomly access/parse to a particular file. Now this approach would be helpful when compared to the sequential approach.
Can you kindly point me to some...