We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c1d58 commit e8731dfCopy full SHA for e8731df
src/main/java/ru/mystamps/web/controller/interceptor/DownloadImageInterceptor.java
@@ -116,7 +116,7 @@ public boolean preHandle(
116
if (!SecurityContextUtils.hasAuthority(Authority.DOWNLOAD_IMAGE)) {
117
// TODO(security): fix possible log injection
118
LOG.warn(
119
- "A user #{} without permissions has tried to download a file from '{}'",
+ "User #{} without permissions has tried to download a file from '{}'",
120
SecurityContextUtils.getUserId(),
121
imageUrl
122
);
0 commit comments