Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b39c9d60
Commit
b39c9d60
authored
Mar 03, 2021
by
Patrick Bajao
Browse files
Options
Browse Files
Download
Plain Diff
Update vendored workhorse to v8.64.2
parents
b7bc1c07
104d1a4e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
workhorse/CHANGELOG
workhorse/CHANGELOG
+6
-0
workhorse/VERSION
workhorse/VERSION
+1
-1
workhorse/internal/staticpages/servefile.go
workhorse/internal/staticpages/servefile.go
+0
-1
No files found.
workhorse/CHANGELOG
View file @
b39c9d60
# Changelog for gitlab-workhorse
# Changelog for gitlab-workhorse
## v8.64.2
### Security
- Stop logging when path is excluded
https://gitlab.com/gitlab-org/gitlab-workhorse/-/merge_requests/
## v8.64.1
## v8.64.1
### Security
### Security
...
...
workhorse/VERSION
View file @
b39c9d60
8.64.
1
8.64.
2
workhorse/internal/staticpages/servefile.go
View file @
b39c9d60
...
@@ -37,7 +37,6 @@ func (s *Static) ServeExisting(prefix urlprefix.Prefix, cache CacheMode, notFoun
...
@@ -37,7 +37,6 @@ func (s *Static) ServeExisting(prefix urlprefix.Prefix, cache CacheMode, notFoun
// %20 in their name.
// %20 in their name.
relativePath
,
err
:=
s
.
validatePath
(
prefix
.
Strip
(
r
.
URL
.
Path
))
relativePath
,
err
:=
s
.
validatePath
(
prefix
.
Strip
(
r
.
URL
.
Path
))
if
err
!=
nil
{
if
err
!=
nil
{
log
.
WithRequest
(
r
)
.
WithError
(
err
)
.
Error
()
notFoundHandler
.
ServeHTTP
(
w
,
r
)
notFoundHandler
.
ServeHTTP
(
w
,
r
)
return
return
}
}
...
...
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