Jared Wiltshire

Results 19 issues of Jared Wiltshire

With Graal 20.2.0 Creating a context with a custom FS like this ``` Context.newBuilder("js") .allowHostAccess(HostAccess.ALL) .allowAllAccess(true) .fileSystem(customFs) .option(JSContextOptions.LOAD_FROM_URL_NAME, "true") ``` Then trying to to load a file from a URL...

Currently when Mango is stopped via SIGTERM it exits with status code 130, when the user restarts Mango from the web interface it exits with status code 0. We may...

Previously meta data point locators were exported with "xid" as the property for the context point's XID. Now they are required to contain a "dataPointXid" property. This breaks backwards compatibility...

Bug

We should try and prevent write access to the env.properties where possible. If we do this it should be added to the release notes and the user will have to...

- Disable component scanning for certain classpaths and packages - See if there is a way to pre-register beans during build and load them from a file - We currently...

We should make it easier to create a new Mango module by creating a Maven archetype (a template). https://maven.apache.org/guides/mini/guide-creating-archetypes.html

We should move the proxy from the cloud connect module and place it in Core somewhere. We can then add an interface to the proxy for adding/removing mappings for subdomains...

Enhancement

We should ensure that all security related events are logged at a consistent level and document which classes generate these log events. We should provide a log4j2.xml configuration which can...

Security