Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab FOSS
GitLab FOSS
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 0
    • Merge Requests 0
  • Requirements
    • Requirements
    • List
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #3699

Closed
Open
Opened Nov 26, 2015 by Patricio Cano@patricioContributor

URL parse error when the name of a project ends in `.atom`

When a project name ends in .atom there is a URL generation error that causes the dashboard and the profile page of a user to give a 500 error.

This is the exact error being outputted.

ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"projects", :id=>#<Project id: 117536, name: "a.atom", path: "a.atom", description: "", [...] missing required keys: [:id]:

Renaming the project to a-atom, in this case, solved the problem.

@yorickpeterse I believe you worked on the atom feeds recently. Can you have a look, please?

/cc @rspeicher @JobV

Assignee
Assign to
8.5
Milestone
8.5 (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: gitlab-org/gitlab-foss#3699