Aapo Talvensaari

Results 278 comments of Aapo Talvensaari

Duplicate of #8593. @mrnonz if you want to continue on this, please resolve issues with our test suite too.

(TODO: need to fix it so that it passes tests)

@fffonion was it not worth it to make response.exit to return a value, so that we could get rid of ctx.delayed_response and friends?

Couple of things I think just to get others some context: 1. `kong.response.exit` behaves differently in `access` phase than any other phase, because on access phase it needs to collect...

Kong is not using Nginx balancer, so I think that is the reason why this doesn't work.

ngx.var.uri normalization is stupid and wrong. It does not take in account the reserved characters.

What I have done on my OpenID Connect Plugin implementation on Kong is that I use two cookies: one for authentication and another for session. I also detect that if...

I think you got it, but in other words the problem is that, say I have this: ``` html Lots of JS-files here (that are calling each other, but Closure...

I see how this can add a little bit complexity, i.e. should we then also have separate options for minifying process (i.e. ADVANCED_OPTIOMIZATIONS for concatenated js-file, and SIMPLE_OPTIMIZATIONS for others).

Ok, I find the problem here https://github.com/h5bp/ant-build-script/blob/master/build.xml#L472: ``` ``` I changed it to this: ``` ``` Do you remember why it was changed in a first place? Related to something...