Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	pom.xml
  • Loading branch information
librucha committed Jun 7, 2015
2 parents 3a535d1 + 9ec6018 commit 9e40d33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# servlet-logging-filter
Servlet filter for logging requests and responses

Web page equivalent is [here](http://librucha.github.io/servlet-logging-filter)

## Usage
```java
@WebFilter(value = "/*", displayName = "loggingFilter")
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<name>Servlet logging filter</name>
<description>Servlet filter for logging requests and responses</description>
<url>https://github.com/librucha/servlet-logging-filter/blob/master/README.md</url>
<url>http://librucha.github.io/servlet-logging-filter</url>

<licenses>
<license>
Expand Down

0 comments on commit 9e40d33

Please sign in to comment.