Skip to content

Commit

Permalink
Note about disabling Spring FilterRegistrationBean
Browse files Browse the repository at this point in the history
See mitre#83 comments
  • Loading branch information
dsmiley authored Mar 16, 2018
1 parent 3b301d8 commit 8ea1ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ proxy:
target_url: http://solrserver:8983/solr
```

It may be the case that Spring Boot (or Spring MVC) is consuming the servlet input stream before the servlet gets it, which is a problem.
See [Issue #83](https://github.com/mitre/HTTP-Proxy-Servlet/issues/83#issuecomment-307216795) RE disabling `FilterRegistrationBean`.

### Dropwizard

Expand Down

0 comments on commit 8ea1ad8

Please sign in to comment.