roberto.guerra
07/26/2017, 4:22 AMServerKt
nekoinemo
07/27/2017, 4:25 AMorangy
08/06/2017, 5:21 PMmetrics
branch. What are metrics you would like to have out of the box?mathiasbn
08/09/2017, 2:09 PMrounting {...}
from multiple modules in some way? I get "Conflicting application feature is already installed"mathiasbn
08/15/2017, 9:17 AM@location("/gallery/{galleryid}/{prettyName}") class GalleryLocation(val galleryid: Int, val prettyName: String? = null) : Location
@location("/gallery/view/{pictureid}") class GalleryPictureLocation(val pictureid: Int, val overlay:String?=null) : Location
When i request with url: /gallery/view/91270
I somehow end up Route.handle
with a GalleryLocation
instead of the expected GalleryPictureLocation
.
This give me a number format exception because it expects view
to be an int given that Location.mathiasbn
08/15/2017, 9:18 AMorangy
08/16/2017, 9:21 PMbolot
08/17/2017, 2:23 PMorangy
08/18/2017, 8:23 PMorangy
08/24/2017, 2:25 PMddsoyka
08/29/2017, 5:29 PMxxxifan
08/30/2017, 7:56 AMstephanc
08/30/2017, 12:06 PMribesg
09/03/2017, 12:18 AMhinst
09/03/2017, 11:24 AMddsoyka
09/08/2017, 6:04 PMapplicationStarting
event never seems to get logged. There is also some weirdness WRT logger.isTraceEnabled
reporting false
even though logging succeeds.lifk
09/11/2017, 7:11 PMdamirb
09/13/2017, 7:32 AMrrader
09/14/2017, 2:07 PMhinst
09/16/2017, 10:16 AMcall.respond(LocalFileContent(file))
I wonder if its possible to check whether client received whole file or cancelled ?trevjones
09/17/2017, 10:42 PMthomasnield
09/24/2017, 3:22 AMrrader
10/09/2017, 8:53 AMmiha-x64
10/15/2017, 8:44 AMi disagree that it has to be strict by defaultDo you want search engines to see duplicate pages on your website? Do you want relative links on your pages to be broken?
orangy
10/20/2017, 4:01 PMorangy
10/20/2017, 10:58 PM{p}/b/c
2️⃣ a/{p1}/{p2}
3️⃣ a/{...}
and request to a/b/c
, which route is expected to be selected?ribesg
10/21/2017, 1:23 AMjtbeckha
10/21/2017, 4:16 PMcall.respond(HttpStatusCode.OK)
miha-x64
10/21/2017, 6:18 PMgildor
10/24/2017, 3:01 AMgildor
10/24/2017, 3:01 AM