Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registry 404s on packages whose name contains a number #613

Closed
adriansr opened this issue Jul 30, 2020 · 0 comments · Fixed by #614
Closed

Registry 404s on packages whose name contains a number #613

adriansr opened this issue Jul 30, 2020 · 0 comments · Fixed by #614
Labels
bug Something isn't working discussion

Comments

@adriansr
Copy link
Contributor

Adding a bunch of packages here.

I get the following error when accessing the details for the f5 and rapid7 packages:

image

The registry is able to list this package:

http://localhost:8080/search?package=f5&experimental=true
returns:

[
  {
    "name": "f5",
    "title": "Big-IP Access Policy Manager",
    "version": "0.1.0",
    "release": "experimental",
    "description": "Big-IP Access Policy Manager Integration",
    "type": "integration",
    "download": "/epr/f5/f5-0.1.0.tar.gz",
    "path": "/package/f5/0.1.0",
    "icons": [
      {
        "src": "/package/f5/0.1.0/img/logo.svg",
        "title": "Big-IP Access Policy Manager logo",
        "size": "32x32",
        "type": "image/svg+xml"
      }
    ]
  }
]

But I can't access the package information URL:

http://localhost:8080/package/f5/0.1.0
returns:
404 Page Not Found Error

Just to be sure I added a dummy foobar package, which works, then renamed to foob4, which 404s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working discussion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant