Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
foo = foo.someArray() foo[0]
will barf
A little example for the test case :
arr = "my.property=value".split("=") arr[0]
now works for everything but primitive type arrays
A little example for the test case :
arr = "my.property=value".split("=")
arr[0]