aptly icon indicating copy to clipboard operation
aptly copied to clipboard

Update Publish does not suport slash in prefix

Open neolynx opened this issue 1 year ago • 0 comments

Detailed Description

When updating a publish (via api PUT /publish/:prefix/:distribution ) the prefix cannot contain a slash.

Probably applies to other operations (create publish, ...) as well.

Context

On the command line, aprly can create a publish point containing a slash, but api fails to operate on it.

Possible Implementation

Parse the arguments in golang, instead of gin router / use json data for distribution

Your Environment

latest CI.

neolynx avatar Sep 13 '24 13:09 neolynx