Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
OSDU - Aha Testing
Platform
System
Search
Commits
2756dbcf
Commit
2756dbcf
authored
Apr 26, 2021
by
neelesh thakur
Browse files
address comments
parent
97a918b2
Changes
1
Show whitespace changes
Inline
Side-by-side
provider/search-azure/src/main/java/org/opengroup/osdu/search/provider/azure/security/RequestRejectedExceptionFilter.java
View file @
2756dbcf
...
@@ -32,7 +32,7 @@ public class RequestRejectedExceptionFilter extends GenericFilterBean {
...
@@ -32,7 +32,7 @@ public class RequestRejectedExceptionFilter extends GenericFilterBean {
}
catch
(
RequestRejectedException
e
)
{
}
catch
(
RequestRejectedException
e
)
{
HttpServletRequest
request
=
(
HttpServletRequest
)
req
;
HttpServletRequest
request
=
(
HttpServletRequest
)
req
;
HttpServletResponse
response
=
(
HttpServletResponse
)
res
;
HttpServletResponse
response
=
(
HttpServletResponse
)
res
;
CoreLoggerFactory
.
getInstance
().
getLogger
(
LOGGER_NAME
).
info
(
String
.
format
(
"Invalid URL: %s | message: %s"
,
this
.
getRequestURL
(
request
),
e
.
getMessage
()));
CoreLoggerFactory
.
getInstance
().
getLogger
(
LOGGER_NAME
).
error
(
String
.
format
(
"Invalid URL: %s | message: %s"
,
this
.
getRequestURL
(
request
),
e
.
getMessage
())
,
e
);
this
.
handleRequestRejectedException
(
request
,
response
);
this
.
handleRequestRejectedException
(
request
,
response
);
}
}
}
}
...
...
Write
Preview
Supports
Markdown
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