Skip to content

Commit

Permalink
Missing uri param
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Taylor authored Dec 1, 2017
1 parent 54da0c9 commit 2d80346
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ Then create register Smiley's proxy servlet with Jetty through the Dropwizard se
environment.getApplicationContext()
.addServlet("org.mitre.dsmiley.httpproxy.ProxyServlet",
configuration.getReportProxy().getUri())
.addServlet("org.mitre.dsmiley.httpproxy.ProxyServlet", "foo/*")
.setInitParameter("targetUri", configuration.getTargetUri());
```

Expand Down

0 comments on commit 2d80346

Please sign in to comment.