Problem with extension parameter in assets search API since 3.44.0

We encountered a problem with the assets search API when updating from 3.43.0 to 3.44.0.
The query looks as follows:
http://nexus/service/rest/v1/search/assets?repository=myRepo&maven.groupId=myGroupID&maven.artifactId=myArtifactID&maven.baseVersion=myVersion&maven.extension=zip

Unfortunately this results in multiple assets because the “extension” parameter is evaluated wrong.
It detects:

  • extension “zip”
  • extension “zip.md5”
  • extension “zip.sha1”

Anybody else with this kind of problem or am I doing something wrong.
Thanks in advance.

Hi Sebastian, we encounter the same problem and we are considering opening a ticket.
We just wanted to test if this this issue still appears in version 3.45.0 before. Do you have tested this version?

Edit: I opened a ticket, without testing the 3.45.0 version https://issues.sonatype.org/browse/NEXUS-36655