read-write-web / rww-play

read write web Play
59 stars 19 forks source link

get rid of downloading custom play #125

Closed antonkulaga closed 9 years ago

antonkulaga commented 9 years ago

Is there a reason of downloading custom build of play with more than 200 mbs? As I undestand play is just an sbt plugin, so you can publish your TLS fork of play as sbt plugin in bintray and add it to plugins.sbt

bblfish commented 9 years ago

yes, that is needed because that custom build has TLS client certificate support which Play does not have and that is needed for http://webid.info/ .

bblfish commented 9 years ago

You can see how that is meant to work here: https://github.com/read-write-web/rww-play/wiki/Curl-Interactions

Not that I am about to release a version of Play 2.3.6 with TLS support, and switch the dev branch to master