Skip to content

Instantly share code, notes, and snippets.

@with-heart
Last active July 23, 2017 23:23
Show Gist options
  • Save with-heart/fe509514a0671d7508afa8b7f4dc1213 to your computer and use it in GitHub Desktop.
Save with-heart/fe509514a0671d7508afa8b7f4dc1213 to your computer and use it in GitHub Desktop.
@Component
class UriDecryptionFilter : ZuulFilter() {
override fun run() = null
override fun shouldFilter() = false
override fun filterOrder() = 1
override fun filterType() = "pre"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment