Rok Kralj

Results 31 comments of Rok Kralj
trafficstars

Strange, because the user is not root, but my user account ``` ~ whoami rok ~ swaylock 2022-07-02 13:35:50 - [swaylock-1.6/shadow.c:36] Unable to drop root (we shouldn't be able to...

Sure, have a crack at it.

I think fragments can get sent through the network, in case of HTTP redirects.

See this, there is reference to the spec: https://stackoverflow.com/questions/2286402/url-fragment-and-302-redirects

Hey @jrudolph, Even though the support for Scala 3 is months away, I suggest you commit low risk pre-work that does not affect scala 2. For example https://github.com/akka/akka-http/pull/4079/commits/979ac0c1d5cc7dc8dc7db96c9e7839a62a4c264b and https://github.com/akka/akka-http/pull/4079/commits/0135521723cc6d2599b909e771f56c6a947719cc....

I think this is a very good idea, surprised this is not already done. In fact, this should be considered a security vulnerability, worthy of a CVE.

This is pretty critical, I'd say.

I see, then I just have to be explicit in the type parameter, to prevent `Composite[Any]`, like so: ```scala case Composite[Int](l, v) => ``` Meaning this should not emit warning,...