Hi everybody,

When I query the search api via AQL, I get results which are not correctly
encoded.
(I have sniffed the communication with WireShark, to state this)

Let's assume that your repository contains a folder whose name is
"Sébastien". When this folder is returned as a result of the aql query, the
server will return S�bastien

The strange character is (char)65533, U+FFFD
<http://www.unicode.org/charts/PDF/UFFF0.pdf>, which usually refers to a
character that can't be encoded using the specified encoding. Thus, I'm
guessing that, server-side, the response is being encoded with the wrong
character encoding.

Could somebody try and confirm/infirm this?

a simple AQL query is
items.find({"type" : "folder"})

this must be the body of a POST $"{ArtifactoryHost}/api/search/aql"

thanks in advance,
kind regards,
Ivo
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Reply via email to