https://bz.apache.org/bugzilla/show_bug.cgi?id=70049
Robert Rodewald <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Robert Rodewald <[email protected]> --- The redacted part contains 7-bit ascii characters only. I may be misled but I suppose the "error" has been introduced by the check for 0 bytes in this commit: https://github.com/apache/tomcat/commit/3ac1c7b0a8c7d2fec42bc050843b7f68fc2c9098 So the question may be where this "bad" path commes from - I mean the stuff after the class name. The class is extremely simple, a pure data holder only with getters and setters. No inner class or anything remotely complex. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
