Ben Kaufman

Results 11 comments of Ben Kaufman

I think this is a simple example for the problem. The following route creates an infinate loop if the application base were '`/`'. (No one wants an infinate loop of...

Hi, it looks like this still isn't in the current [Dancer2::Manual::Deployment](https://metacpan.org/pod/release/CROMEDOME/Dancer2-0.206000/lib/Dancer2/Manual/Deployment.pod) documentation for Dancer2 (0.206000). Is it possible to re-merge this?

Slightly related, the config manual documentation for [behind_proxy](https://metacpan.org/pod/distribution/Dancer2/lib/Dancer2/Config.pod#behind_proxy-(boolean)) has a section for setting Apache config to use `X-Forwarded-Protocol` and `X-Forwarded-host` that don't look to be in the deployment manual in...

I'd like to revisit this, if possible. I wrote a small patch that would allow a config parameter of `config_censor` that could take an array ref of _additional_ key names...

I'll give the JWT module a peek. Lack of caching is maybe an issue (but can be 'farmed out' to something else for caching purposes). Perhaps this would be better...

Sorry for the delayed reply - I had a few small issues compiling, but kamailio then fails to start with secsipid_verify() not found: During startup: ``` 0(1) ERROR: [core/cfg.y:3870]: yyparse():...

Ah - I see the function takes three arguments. The third argument only has "A" as an allowed value?

Is it possible to use the same logic for downloading (and caching) of the key as the `secsipid_check` function: > If the keyPath parameter is empty, the function is downloading...

Confirmed that this is working. Will it get ported to 5.8 or will it be the next `major.minor` release?

Issue auto marked marked as "stale", but the provided fix works.