Question Wendy Griffiths · Nov 21, 2017 CSP sessions with frames and https We have an web application accessed using https, that uses CSP technology with frames.The initial 'login' is via a single CSP page, which then redirects to another CSP page which creates the frames (4 in all) and loads a CSP page in each of those. For the most part the frames load without error, but sometimes when logging in and sometimes while using the system ' 5916 Illegal CSP Request ' errors occur.I say 'login' in inverted commas as a Cache login is not performed just an application login, I don't know if that's relevant so thought I'd mention it. #Caché #Frontend #CSP 0 2 0 708
Question Wendy Griffiths · Nov 17, 2016 %file RemoveDirectory HiI'm trying to use the ##class(%File).RemoveDirectory utility to delete a windows folder. The folder has nothing in it, but it is not getting deleted. #Caché 0 3 0 1.3K
Question Wendy Griffiths · Jul 22, 2016 Overriding the property setter and getter methods I want to override the Get and Set methods of a class property. The class maps to a pre-existing global. The property is defined like so:Property Invalid As %Library.Boolean;with the property mapping to a node like ^GLOBAL(Code,"INVALID")=1Code is a property in the same class.The value can be 0 or 1 or the node might not exist. When it doesn't exist I want the value of the SQL field to come out as 0 (false). #Mapping #Object Data Model #SQL #Caché 2 12 0 1.7K