On 23/01/2015 08:51, Felix Schumacher wrote:

> diff --git a/res/checkstyle/org-import-control.xml
> b/res/checkstyle/org-import-control.xml
> index 8d79419..85191a8 100644
> --- a/res/checkstyle/org-import-control.xml
> +++ b/res/checkstyle/org-import-control.xml
> @@ -110,6 +110,7 @@
>      <allow pkg="org.apache.naming"/>
>      <allow class="org.apache.tomcat.util.buf.UDecoder"/>
>      <allow class="org.apache.tomcat.util.buf.UEncoder"/>
> +    <allow class="org.apache.tomcat.util.buf.UEncoder.SafeCharsSet"/>
>      <allow class="org.apache.tomcat.util.http.FastHttpDateFormat"/>
>      <allow class="org.apache.tomcat.util.http.RequestUtil"/>
>      <subpackage name="factory.webservices">
> 
> Would this be acceptable?

It would but I wonder why individual classes rather than packages are
being defined there. It is worth a look at the JAR packaging and
dependencies declared in the POMs to see of this could be simplified.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to