.crashnote-servlet.0.2.1.source-code.crashnote.servlet.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of crashnote-servlet Show documentation
Show all versions of crashnote-servlet Show documentation
Reports exceptions from Java servlet apps to crashnote.com
crashnote {
# enable by default
enabled = true
filter {
# filter common request parameters by default
request = [".*password.*", ".*creditcard.*", ".*secret.*"]
}
request {
exclude-session = true
exclude-headers = false
# ignore requests made from local machine
ignore-localhost = true
# hash remote IPs (might not be legal in some countries, force user to enable manually)
hash-ip = true
# limit request parameters in size to prevent huge POST data to be included
max-parameter-size: 250
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy