Most sys_properties containing "empty" or a blank value evaluate to the default value instead of being ignoredIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } .spanColor { color: #646464; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } hr{ border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc; } ul { list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Most system properties with "empty" or blank value evaluate to the default value instead of being ignored Problem Sometimes attempts to remove some system property records are made empty to force the system to ignore them. However, if it set to blank or "empty", in most cases the value takes the default value, for example, glide.email.forward_subject_prefix. If the value of the property is empty or is not preset, it takes the value of "fw:,fwd:". Sys_properties valueIf empty or blankDefault valueIf you want the property ignored glide.email.forward_subject_prefixDefault valuefw:,fwd:Set it to value that does not match the forward suffixglide.email.reply_subject_prefixDefault valuere:,aw:,r:,Accepted:,Tentative:,Declined:Set it to value that does not match the reply suffixglide.security.url.whitelistIgnoredemptyEmpty the value Warning: Do not delete sys_properties records. Instead, set the property to a value that avoids the unwanted behavior. Deleting one property could cause only one node to have a blank value (which takes the default value) and the other application nodes would have the cached old value. If this occurs, create the property again and set it to a value that does not match. Symptoms This problem occurs when: You have set the a system property value to blank or "empty" and the default is still used.You have deleted the sys_properties record.You have set the system property from blank or "empty" to another value but the application nodes have not refreshed the cache. Cause System property values are parsed and used by the application nodes. Each module or part of the application interprets blank and empty values differently. A general rule is that properties (for example, glide.email.forward_subject_prefix) usually take the default value as if they do not exist. Resolution Set the system property value to a value that does not trigger the unwanted behavior. For example, to avoid email suffixes being recognized: Set the glide.email.forward_subject_prefix value to "xxxrandomtextxxxxx:"Flush the instance by going to /cache.do or wait for the cache to be flushed automatically.Validate that the property is not matched any further.