[
https://issues.apache.org/jira/browse/FELIX-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897165#action_12897165
]
Felix Meschberger commented on FELIX-2287:
------------------------------------------
The search box is used to filter the OBR resources using an OSGi Filter
expression.
Entering a single string not containing an equals sign is translated into the
following Filter expression (where <word> is the word entered into the box):
(|(presentationame=*<word>*)(symbolicname=*<word>*))
So the expected way to show all resources would be to enter nothing but just
click the "Search" button. This, though, does not work but instead causes an
INTERNAL SERVER ERROR because the generated filter ends up being "(&)" which of
course is a syntactically incorrect filter.
Issues to fix:
* an empty query should result in a valid filter (or no filter at all to
just list all resources)
* invalid filter syntax entered by the user must be properly handled
> Webcosole: showing all resources from a repository doesn't work
> ---------------------------------------------------------------
>
> Key: FELIX-2287
> URL: https://issues.apache.org/jira/browse/FELIX-2287
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Environment: felix 2.0.4, webconsole 3.0.0
> Reporter: Reto Bachmann-Gmür
> Assignee: Felix Meschberger
> Priority: Minor
>
> In the letter choice pressing "?" has not the expected result, replacing the
> character '-' with a '*' in the uri does.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.