-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAMES-3942 Audit user trail #1738
Conversation
protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp/AuthCmdHandler.java
Outdated
Show resolved
Hide resolved
server/container/util/src/main/java/org/apache/james/util/AuditTrail.java
Outdated
Show resolved
Hide resolved
server/mailet/mailets/src/main/java/org/apache/james/transport/mailets/LocalDelivery.java
Outdated
Show resolved
Hide resolved
...er/data/data-file/src/main/java/org/apache/james/mailrepository/file/FileMailRepository.java
Outdated
Show resolved
Hide resolved
protocols/smtp/src/main/java/org/apache/james/protocols/smtp/core/esmtp/AuthCmdHandler.java
Outdated
Show resolved
Hide resolved
...repository-blob/src/main/scala/org/apache/james/mailrepository/blob/BlobMailRepository.scala
Outdated
Show resolved
Hide resolved
...ssandra/src/main/java/org/apache/james/mailrepository/cassandra/CassandraMailRepository.java
Outdated
Show resolved
Hide resolved
...sitory-memory/src/main/java/org/apache/james/mailrepository/memory/MemoryMailRepository.java
Outdated
Show resolved
Hide resolved
server/protocols/protocols-smtp/src/main/java/org/apache/james/smtpserver/SendMailHandler.java
Outdated
Show resolved
Hide resolved
...ilets/src/main/java/org/apache/james/transport/mailets/remote/delivery/DeliveryRunnable.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Read it nothing to add
server/container/util/src/main/java/org/apache/james/util/AuditTrail.java
Outdated
Show resolved
Hide resolved
https://ci-builds.apache.org/job/james/job/ApacheJames/job/PR-1738/5/ Related or not? I find that weird :o |
Likely related. |
Green build. Can you squash your fixups @quantranhong1999 ? |
I am fixing some remaining review comments. Please wait ^^. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the benefit of "Lazy evaluation" in this case?
.protocol(() -> "IMAP")
.action(() -> "AUTH")
It looks quite verbose
Likely could just be eager there. |
16eb10c
to
56e7782
Compare
The second time in a row I see this error in the builds here: https://ci-builds.apache.org/job/james/job/ApacheJames/job/PR-1738/10/testReport/org.apache.james.jmap.memory.upload/InMemoryUploadServiceTest/givenQuotaExceededThenUploadShouldRepairInconsistentCurrentUsage/ I don't believe audit trail is the reason but can you double check please? But maybe more like a flaky test to me |
Yes, it is. I would prefer to investigate that flaky test later. |
Same again... can you try adding #1748 to see? Getting desperate here :) |
… not fail protocol processing
b4d23bf
to
dfcc867
Compare
resolve linagora#4866