BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
48ce80a6
Commit
48ce80a6
authored
Aug 26, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issue when developers are able to push to protected branch
When that branch contain a '/' in the branch name. Fix for git over HTTP
parent
551946a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
grack_auth.rb
lib/gitlab/backend/grack_auth.rb
+3
-3
No files found.
lib/gitlab/backend/grack_auth.rb
View file @
48ce80a6
...
...
@@ -15,7 +15,7 @@ module Grack
@auth
=
Request
.
new
(
env
)
# Need this patch due to the rails mount
# Need this if under RELATIVE_URL_ROOT
unless
Gitlab
.
config
.
gitlab
.
relative_url_root
.
empty?
# If website is mounted using relative_url_root need to remove it first
...
...
@@ -23,7 +23,7 @@ module Grack
else
@env
[
'PATH_INFO'
]
=
@request
.
path
end
@env
[
'SCRIPT_NAME'
]
=
""
auth!
...
...
@@ -110,7 +110,7 @@ module Grack
# Need to reset seek point
@request
.
body
.
rewind
/refs\/heads\/([\w\.-]+)/n
.
match
(
input
.
force_encoding
(
'ascii-8bit'
)).
to_a
.
last
/refs\/heads\/([\
/\
w\.-]+)/n
.
match
(
input
.
force_encoding
(
'ascii-8bit'
)).
to_a
.
last
end
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment