Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
framework-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 90cf2390
authored
Jul 04, 2024
by
henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余的代码
1 parent
d02c15b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
arch-clouds/log/src/main/java/org/arch/log/aspect/AutoLogConfigAspect.java
arch-clouds/log/src/main/java/org/arch/log/aspect/AutoLogConfigAspect.java
View file @
90cf239
...
@@ -150,15 +150,6 @@ public class AutoLogConfigAspect {
...
@@ -150,15 +150,6 @@ public class AutoLogConfigAspect {
for
(
int
i
=
0
;
i
<
args
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
args
.
length
;
i
++)
{
if
(
args
[
i
]
instanceof
ServletRequest
||
args
[
i
]
instanceof
ServletResponse
if
(
args
[
i
]
instanceof
ServletRequest
||
args
[
i
]
instanceof
ServletResponse
||
args
[
i
]
instanceof
MultipartFile
)
{
||
args
[
i
]
instanceof
MultipartFile
)
{
// ServletRequest不能序列化,从入参里排除,否则报异常:java.lang.IllegalStateException:
// It is illegal to call this method if the current
// request is not in asynchronous mode (i.e.
// isAsyncStarted() returns false)
// ServletResponse不能序列化
// 从入参里排除,否则报异常:java.lang.IllegalStateException:
// getOutputStream() has already been called for
// this
// response
continue
;
continue
;
}
}
arguments
[
i
]
=
args
[
i
];
arguments
[
i
]
=
args
[
i
];
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment