Description of problem: When a resource name contains a colon (a common thing), no results are displayed when searching for such resources with an error on the server console: 18:48:09,274 ERROR [STDERR] line 1:32 no viable alternative at character ':' How reproducible: always Steps to Reproduce: 1. Inventory a JBoss AS or an Apache instance with a colon in its resource name 2. start typing name=", wait for the suggestion to offer you the name with a colon 2a. alternatively just type the resource name in the search box 3. Click "Go" Actual results: no results returned and an error on the server output. Expected results: the results should contain the searched for resource, no error in server console.
commit bcd005aee3303e3cf230eb8e9a0595829f283b54 Author: Joseph Marques <joseph> Date: Thu Jul 15 10:48:42 2010 -0400 BZ-614529: support search expressions containing ':'
QA Verified, these search expressions now return appropriate results when selected.
Mass-closure of verified bugs against JON.