neseleznev commented on PR #1028: URL: https://github.com/apache/cxf/pull/1028#issuecomment-1328308378
@reta Personally, I'd better fix the reason rather than symptoms. As of now, `createContentID` creates ContentID (🙂), which is malformed by RFC definition. Sadly, this method is `public static`, thus should be considered as public API the library. As a consequence, it could be used in third-party libraries, which rely on the current behavior, so you are right, it'd be safer to leave it as it. My conclusions could be exaggerated, so you guys know better how `cxf` is being used in the wild, and decision is up to you -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
