Ryan Bergman
Ryan Bergman
+1 for this being part of this library. In the mean time while we wait. the auth0/jwks-rsa-java project plays well with a SigningKeyResolver https://github.com/auth0/jwks-rsa-java Something like ```java import com.auth0.jwk.JwkProvider; import...
Hello I would like to offer a real world example of the need for this. I have a legacy API that uses optional path params for paging information. So URLs...
In our case we have multiple params per path but they always come at the end: ```http://example.com/foo;count=5;start=10```
@yinzara my bad, you are correct, are Matrix params supported by OpenAPISpec? Because I have not really been able to get them to work when they are Optional, which is...
OMG, I'm really sorry, we found that this was a problem with the cookies not being forwarded on from the proxy or load balancer we have in front of it...
Yes, GSON and org.json really do this. Here are a couple of tests (BTW, I personally don't really care, I think it's silly that they actually do this, I only...
Interestingly, org.json will let you have spaces in the value, but GSON will not.
@joel-costigliola feedback pushed up on its own commit. If you would rather I squash them and force push to the branch I can, or you can squash on merge, or...
thanks @scordio updated with feedback applied
@scordio oh sorry! I didn't catch that you suggested a name change. I went ahead and changed it