Re: tomcat-coyote vs. tomcat-catalina modularity problem

2022-03-13 Thread Raymond Augé
👍 I'll prepare a pr. On Sun., Mar. 13, 2022, 1:11 p.m. Mark Thomas, wrote: > On 13/03/2022 03:07, Raymond AugĂ© wrote: > > tomcat-catalina imports org.apache.tomcat.util.http.fileupload.impl [1] > > tomcat-coyote however does not export > > org.apache.tomcat.util.http.fileupload.impl > > > > How

Re: tomcat-coyote vs. tomcat-catalina modularity problem

2022-03-13 Thread Mark Thomas
On 13/03/2022 03:07, Raymond Augé wrote: tomcat-catalina imports org.apache.tomcat.util.http.fileupload.impl [1] tomcat-coyote however does not export org.apache.tomcat.util.http.fileupload.impl How would you like to address this? Should tomcat-coyote simply export the package? Seems like the

tomcat-coyote vs. tomcat-catalina modularity problem

2022-03-12 Thread Raymond Augé
tomcat-catalina imports org.apache.tomcat.util.http.fileupload.impl [1] tomcat-coyote however does not export org.apache.tomcat.util.http.fileupload.impl How would you like to address this? Should tomcat-coyote simply export the package? or should the classes (two Exceptions) be made part of the