Jan Algermissen

Results 12 issues of Jan Algermissen

This a note that I started working on WWW-Authenticate in case someone else does, too.

rfc

When registering a route with GET /test and I send a POST request to /test, the return is 404. It should be 405 Method Not Allowed.

If I am not mistaken, the example regarding the proxying solution will create a new client per request in https://github.com/mehcode/shio-rs/blob/master/examples/proxy/src/main.rs#L19 If I am correct - how would this be done...

enhancement

Hi, this is awesome work!! I was just about to start a micro services kit myself but luckily found your effort today. I am looking for some tiny layer on...

Currently, ext data ist not escaped correctly when added to the HMAC base string or header strings.

bug

Library clients should not need to use fixedTimeEqual outside hawkj - add a body hash validation method to HawkContext: ``` String body = response.readEntity(String.class); assertEquals("Test",body); String contentType = response.getMediaType().toString(); assertEquals("text/plain",contentType);...

enhancement

There are currently some ugly named interfaces (xx_A,xx_B, etc.) to make the builder work naturally in an IDE. These should definitely be renamed.

enhancement

Implement a useful error reporting so that users of the library can deal with e.g. clock skew 401s in efficient way.

enhancement

hawkj currently does not support the dlg and app Authorization header parameters.

enhancement

This is currently missing and hard coded. Needs to become another builder method in the context.

bug