Emil Lundberg

Results 358 comments of Emil Lundberg

@Lamardinho Thanks for reporting! Are you able to share an example pair of `attestationObject` and `clientDataJSON` byte arrays (in any encoding) we can add to our test suites for this?

Out of curiosity I tried what happens if you add the [aforementioned test of parsing from an empty JSON object](https://github.com/Yubico/java-webauthn-server/pull/419#discussion_r2123762009), and it turned out to have wider repercussions than I...

Huh. Looks like Bikeshed is counting the [switch cases](https://github.com/w3c/webauthn/blob/6dfbdbaad8425140030afacb7de27eb13e7872ce/index.bs#L5452-L5465) as if they were in the parent numbered list - I confirmed this locally by adding a third switch case, and...

Oh, this is weird - this issue appears in Chrome but not in Firefox. @agl @jschanck is this a bug in either browser? The relevant HTML is this: ```html 7.2....

On a related note, though, both browsers do agree on the ["outdentation" issue mentioned here](https://github.com/w3c/webauthn/blob/82db709d1014668da8f6fb080b8806d647dc0edc/index.bs#L1815-L1818). That code when "outdented" causes Bikeshed to emit different HTML, which seems to be rendered...

This appears to have been fixed in Chrome as of `Version 127.0.6533.99`.

@warchildmd Which version of `webauthn-server-core` are you using? That issue should have been fixed in [release `2.5.2`](https://github.com/Yubico/java-webauthn-server/releases/tag/2.5.2).

Ok, we can fast track a bug fix for that then. Could you please open a new issue and include the full stack trace of the exception?

@JDussaussois Did the upgrade fix your problem?