The backend now supports data url for things such as PEMs, JKSs and ACLs. As the data url simply inlines the file's contents, large data urls make the UI look ugly and have the potential to consume significant bandwidth when the UI regularly polls the server.
Apply new 'large' attributes to non-secure attributes that can contain a data url (ACL#path, Truststore#path, NonJavaTrustore#certificateUrl, NonJavaKeyStore#certUrl+intermediateUrls)
rest servlet will have mode to return alternate text for attributes marked as large if they exceed a certain length.