The syntax highlighter uses the default one-size-fits-all Java version, since the question is tagged java; it doesn't know that this particular snippet is XML. If you specify the language by adding
<!-- language: lang-xml -->
before the code block, it works fine:
<property name="filterInvocationDefinitionSource">
<value>
CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
PATTERN_TYPE_APACHE_ANT
/**=httpSessionIntegrationFilter,logoutFilter,exceptionTranslationFilter,concurrencyFilter
</value>
</property>
See the "syntax highlighting" section in the editing help.