Franz Vezuli

Results 8 comments of Franz Vezuli

> @3rdSenna Bulma author is working on it, stay tuned!! Nice, great news! Is it tracked in a version or branch somewhere? Care to link? Want to watch it. Edit:...

Would be great if we could get this triaged. Our logs get polluted by this stack trace quite often. Even though our websocket downstream service is working correctly

> I don't know if it's relevant for others, but I was able to fix this problem by increasing the maximum websocket message size. It seems the problem occurs when...

I just ran in to this. It's ServerWebExchangeUtils.containsEncodedParts() This is the PR this bug was introduced in: https://github.com/spring-cloud/spring-cloud-gateway/pull/467/files#diff-2d3161c1700281bec196dd652aa6f656d6b17aae078f5d4bdc146ba2c48f609cR91 Current version of it is this: https://github.com/spring-cloud/spring-cloud-gateway/blob/main/spring-cloud-gateway-server/src/main/java/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.java#L233 Notice the exception is being...

@maresja1 Glad you were able to find it useful. And yes I agree, the original implementation of `containsEncodedParts` (without the try-catch second phase) to figure out if a URI is...

@leimer I like the "qualifiedByName" idea. For my needs I was curious about deep mapping. For example I need a field of an Optional object. So something like this with...

Same for me. The workaround is to keep your main `playwright.config.js` file as JavaScript. But you can use `.ts` for any other file and it works fine.

+1. Need the ability to disable this globally. For `Authorization` header testing, the cookie can sometimes take precedence. Turning them off per request is a huge time waster. This makes...