tomcat/rhbz-1857043.patch

22 lines
933 B
Diff

diff -up ./res/bnd/tomcat-coyote.jar.tmp.bnd.orig ./res/bnd/tomcat-coyote.jar.tmp.bnd
--- ./res/bnd/tomcat-coyote.jar.tmp.bnd.orig 2020-07-20 15:14:12.469921562 -0400
+++ ./res/bnd/tomcat-coyote.jar.tmp.bnd 2020-07-20 15:14:28.452941874 -0400
@@ -35,11 +35,11 @@ Export-Package: \
org.apache.tomcat.util.modeler,\
org.apache.tomcat.util.net,\
org.apache.tomcat.util.net.openssl,\
- org.apache.tomcat.util.net.openssl.ciphers
+ org.apache.tomcat.util.net.openssl.ciphers,\
+ org.apache.tomcat.util.modeler.modules,\
+ org.apache.tomcat.util.net.jsse
-includepackage: \
org.apache.tomcat.util.bcel,\
org.apache.tomcat.util.http.fileupload.impl,\
- org.apache.tomcat.util.http.fileupload.util.mime,\
- org.apache.tomcat.util.modeler.modules,\
- org.apache.tomcat.util.net.jsse
\ No newline at end of file
+ org.apache.tomcat.util.http.fileupload.util.mime
\ No newline at end of file