Tartarus0zm commented on pull request #16275: URL: https://github.com/apache/flink/pull/16275#issuecomment-882203724
> > Earlier you said that the requests are encoded 3 times; The UI does it once (does it?), and the RM does it (I assume) once. Any idea where the third one comes from? > > I don’t know how many encodes will be done in RM. > The 3 times mentioned before are based on the need to decode 3 times. > > > hmm...it seems a bit arbitrary to stack a fixed number of decode calls; what if yet another middle-layer gets added between the UI and rest API, things could break at any time. Are there any downsides to decoding too _often_? As in, we loop the decoding until nothing changes anymore (although that also feels just _wrong_...). > > We are like [#13514](https://github.com/apache/flink/pull/13514/files)? > Handle special characters single quotes. @zentol What do you think of this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org