Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
9f91d649
Commit
9f91d649
authored
10 years ago
by
Lukas Reschke
Browse files
Options
Downloads
Patches
Plain Diff
Make scrutinizer happy
parent
886bda5f
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
lib/private/appframework/http/request.php
+1
-1
1 addition, 1 deletion
lib/private/appframework/http/request.php
lib/private/security/trusteddomainhelper.php
+1
-1
1 addition, 1 deletion
lib/private/security/trusteddomainhelper.php
lib/public/irequest.php
+1
-1
1 addition, 1 deletion
lib/public/irequest.php
with
3 additions
and
3 deletions
lib/private/appframework/http/request.php
+
1
−
1
View file @
9f91d649
...
...
@@ -521,7 +521,7 @@ class Request implements \ArrayAccess, \Countable, IRequest {
/**
* Get raw PathInfo from request (not urldecoded)
* @throws \Exception
* @return string
|false
Path info
or false when not found
* @return string Path info
*/
public
function
getRawPathInfo
()
{
$requestUri
=
isset
(
$this
->
server
[
'REQUEST_URI'
])
?
$this
->
server
[
'REQUEST_URI'
]
:
''
;
...
...
This diff is collapsed.
Click to expand it.
lib/private/security/trusteddomainhelper.php
+
1
−
1
View file @
9f91d649
...
...
@@ -28,7 +28,7 @@ class TrustedDomainHelper {
/**
* Strips a potential port from a domain (in format domain:port)
* @param $host
* @param
string
$host
* @return string $host without appended port
*/
private
function
getDomainWithoutPort
(
$host
)
{
...
...
This diff is collapsed.
Click to expand it.
lib/public/irequest.php
+
1
−
1
View file @
9f91d649
...
...
@@ -161,7 +161,7 @@ interface IRequest {
/**
* Get raw PathInfo from request (not urldecoded)
* @throws \Exception
* @return string
|false
Path info
or false when not found
* @return string Path info
*/
public
function
getRawPathInfo
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment