Hello,

protected static class RequestElement implements AccessLogElement {

/**
* Constructs a new RequestElement.
*/
RequestElement() {


Javadoc fixes and improvements · 
apache/tomcat@53c8f1e<https://github.com/apache/tomcat/commit/53c8f1ef59cb2bd1f03b7348b59263bfe3738550#diff-2a57b3aba46c5951ddee8deb44f6e415f08899734b938fd114ceb7ffc1a4df14>

In 10.1.56, above change has caused breakage in code extending from 
RequestElement .


         error: RequestElement() is not public in RequestElement; cannot be 
accessed from outside package


Is this change intentional? If yes, what is the recommended alternate?


Thanks,
Amit


Reply via email to