kumuluz / kumuluzee-rest

KumuluzEE REST extension for implementation of common, advanced and flexible REST API functionalities and patterns as microservices.
https://ee.kumuluz.com
Other
8 stars 4 forks source link

Unable to Search when using Special Characters in Encoded URL #30

Open mahirjain25 opened 7 months ago

mahirjain25 commented 7 months ago

Hi Team,

I referred to the documentation, and when using the below snippet to build the query:

QueryParameters query = qsd.builder().queryEncoded(uriInfo.getRequestUri().getRawQuery()).build();

I see that when I pass certain special characters (that are URL Encoded) such as parentheses or a comma as part of the filter string, they get excluded from the actual lower level query, and the final query is thus incorrect.

Could someone help me with how this can be corrected, or confirm if it is indeed a genuine bug? It seems like #28 is a similar issue for a different special character as well.

Thanks! Mahir

azhar04 commented 7 months ago

Hi @osbeorn, Any update on this ?

azhar04 commented 3 months ago

Hi @osbeorn / @domenjeric / @cen1 , Any plans to fix this issue. Is there any workaround for this ?