-
Bug
-
Resolution: Unresolved
-
Normal
-
MTA 8.0.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
-
-
None
Description of problem:
I used the following negative expressions to filter applications on the 'Discover applications' wizard and they failed .
List of CF applications by space :
space 1 = ['hello-spring-cloud', 'java-backend' , 'book-server']
1) [!h]* - should match apps not starting with 'h'
Actual results : hello-spring-cloud
2) [!a-z]*- Should match apps not starting with a lowercase letter
Actual results : 'hello-spring-cloud', 'java-backend' , 'bookserver'
Version-Release number of selected component (if applicable):
MTA 8.0.0-67
How reproducible:
Always
Steps to Reproduce:
1.
2.
3.