Michael Osipov

Results 881 comments of Michael Osipov

...obviously it is: https://github.com/apache/commons-text/blob/46c7a93ed0b3e43c369d89d15495fb2bce0e693b/src/main/java/org/apache/commons/text/StringEscapeUtils.java#L232-L274

Looking into this. Can we make sure that we do not double escape the five protected chars.

@elharo Should an XML writer escape invalid chars to entities or fail here?

> > Looking into this. Can we make sure that we do not double escape the five protected chars. > > I used: > > ``` > Xpp3DomWriter.write(new PrettyPrintXMLWriter(osw), testsuite,...

Am I stupid or where am I supposed to find the output of `new Example().printAscii();`? I can't find it.

> > Am I stupid or where am I supposed to find the output of `new Example().printAscii();`? I can't find it. > > There is: > > ``` > public...

> As we see root cause is in plexus-xml I know that using escapeXml10 is a workaround here. > > So what is your proposition to solve issue in m-invoker-p?...

Moving to draft because the IT is poorly designed.

> > Moving to draft because the IT is poorly designed. > > I hope you want to redesign proposed IT or you have any other hints how should be...

@slawekjaranowski Just ran the changed IT with 3.8.8 and 3.9.6. In 3.8.8 I don't see output from 0x00 to 0x0F at all in `build.log`. Regardless of the escaping you applied....