Lucee 5 and IronGate error

Issue #1 new
Barbara Renowden created an issue

We recently upgraded our servers to Lucee 5 and ran into an issue with the irongate.cfm file. This is to let you know that you might want to have two different versions of the irongate.cfm file depending on the platform it will be used on.

On line 560 there is this code

<!--- <cfelseif StructKeyExists(GetFunctionList(),'IsPDFObject') and IsPDFObject(arguments.value)>
    <cftry>
    <cfset SetVariable("#arguments.root#.#arguments.name#",getMetaData(arguments.value))>
        <cfcatch>
            <cfset SetVariable("#arguments.root#.#arguments.name#",'[PDF Object]')>
        </cfcatch>
    </cftry> --->

That had to be commented out because it was crashing the server causing errors upon itself.