Skip to content

Commit

Permalink
extended AccessLogHttpFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-jalgaonkar committed Jul 23, 2024
1 parent 8cb8ac1 commit 7122c2e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.flipkart.gjex.core.filter.RequestParams;
import com.flipkart.gjex.core.filter.ResponseParams;
import lombok.Data;
import lombok.EqualsAndHashCode;

import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
Expand All @@ -19,6 +20,7 @@
*/

@Data
@EqualsAndHashCode(callSuper=false)
public class AccessLogHttpFilter extends HttpFilter {
private long startTime;
private StringBuilder sb;
Expand Down

0 comments on commit 7122c2e

Please sign in to comment.