Skip to content

Commit

Permalink
Merge pull request #61 from rileynewton/PE-36484-update-jetty-to-addr…
Browse files Browse the repository at this point in the history
…ess-ring-handler-function

(PE-36484) Bump tk-jetty to address Jetty ring-handler broken function
  • Loading branch information
steveax authored Nov 30, 2023
2 parents 89ef90f + 1ef48df commit b7ce2aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.0.1
* Updates tk-jetty-10 to 1.0.7 which includes a fix for ring handler's getRequestCharacterEncoding() function.

# 2.0.0

* This version updates testing in the repo to use trapperkeeper-webserver-jetty10. The repo
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
:sign-releases false}]
["snapshots" "http://nexus.delivery.puppetlabs.net/content/repositories/snapshots/"]]

:profiles {:dev {:dependencies [[com.puppetlabs/trapperkeeper-webserver-jetty10 "1.0.1"]
:profiles {:dev {:dependencies [[com.puppetlabs/trapperkeeper-webserver-jetty10 "1.0.7"]
[org.bouncycastle/bcpkix-jdk15on]
[puppetlabs/kitchensink nil :classifier "test" :scope "test"]
[puppetlabs/trapperkeeper nil :classifier "test" :scope "test"]
Expand Down

0 comments on commit b7ce2aa

Please sign in to comment.