Flávio Marta
Flávio Marta
This also happens to me and I can't see a pattern too. Some pics showing the problem below. Android version: 12 Samsung Note 10 Dialer version: 5.13.3 Overview (examples are...
Maybe same as Issue #154 ?
Hi, I opened a PR ([Pull 496](https://github.com/znuny/Znuny/pull/496)) related to this. We already use this solution in our company and have to update every time this file. Please have a look...
> @rkaldung Already done and I left you a comment ;-) Thanks. New PR #502 .
> > @rkaldung Already done and I left you a comment ;-) > > Thanks. New PR #502 . @rkaldung Could you please check the new PR?
Do you have new info?
> Related #5289, #5269. WIP Thanks for your reply. I do see my issue is older than those two but at least #5269 has more comments. Should I close this...
> What exactly is the Jersey code you use? This was our code: ``` private final WebTarget target = ClientBuilder.newBuilder() .withConfig(new ClientConfig().register(JacksonJaxbJsonProvider.class)) .build() .target(URI.create(otrsPaths.mainPath())); var req = target .path(otrsPaths.sessionPath()) .queryParam(OTRSUserLogin,...