Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug: page renders blank #315

Open
wants to merge 1 commit into
base: 308_play_2.5
Choose a base branch
from

Conversation

sun33170161
Copy link

Page renders nothing.

addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove this plugin from the project code?
For info, you can add it into ~/.sbt/0.13/plugins/sbteclipse.sbt for example.

activator war

```

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you remove this file?
Maybe you can copy those instructions into #308?

@@ -165,7 +165,7 @@ trait HttpServletRequestHandler extends RequestHandler {
// if (withContentLength || chunked) {
val flow = body.dataStream.map { f ⇒
getHttpResponse().getRichOutputStream.foreach { os ⇒
os.write(f.asByteBuffer.array())
os.write(f.toArray)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange that the ByteBuffer does not work...
👍 for fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants