Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
mali
2019-04-12 17:28:34 +0800
Commit
222e15be98d024eeaf9b84c9ed2c9a189a1a09c9
1 parent
1c2b12b8
加日志
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
common/src/main/java/com/yoho/ufo/interceptor/UrlInterceptor.java
common/src/main/java/com/yoho/ufo/interceptor/UrlInterceptor.java
View file @
222e15b
...
...
@@ -49,6 +49,7 @@ public class UrlInterceptor implements HandlerInterceptor {
if
(
"XYZ"
.
equals
(
request
.
getParameter
(
"debug"
)))
{
// 为了测试留的免登陆
log
.
info
(
"find XYZ url is {}."
,
url
);
return
true
;
}
...
...
Please
register
or
login
to post a comment