Skip to content
Snippets Groups Projects

Fixing request.fullpath URL encoding

Merged gitlab-qa-bot requested to merge github/fork/netdata-be/fix_url_encode into master

Created by: netdata-be

Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404.

To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Created by: netdata-be

    Can someone look at this please, it is currently badly broken

    By Administrator on 2013-01-09T08:29:30 (imported from GitLab project)

    By Administrator on 2013-01-09T08:29:30 (imported from GitLab)

  • Created by: dzaporozhets

    yeap. In a minute

    By Administrator on 2013-01-09T08:32:01 (imported from GitLab project)

    By Administrator on 2013-01-09T08:32:01 (imported from GitLab)

  • Created by: dzaporozhets

    verified. thank you

    By Administrator on 2013-01-09T08:35:30 (imported from GitLab project)

    By Administrator on 2013-01-09T08:35:30 (imported from GitLab)

Please register or sign in to reply
Loading