[ 
https://issues.apache.org/jira/browse/GERONIMO-4807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745341#action_12745341
 ] 

Trygve Hardersen commented on GERONIMO-4807:
--------------------------------------------

If someone could point me to the relevant code for this I can probably create a 
patch for it. I suggest escaping "." with a "\". Example:

build\.properties

This will exclude items starting with "build.properties", not items in 
"build/properties".  

> Hidden-classes does not support excluding files
> -----------------------------------------------
>
>                 Key: GERONIMO-4807
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4807
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: deployment
>    Affects Versions: 2.2
>         Environment: OS X 10.5, Java 6
>            Reporter: Trygve Hardersen
>
> It is not possible to exclude files with a "." in the file name using the 
> "hidden-classes" classloader functionality. Example:
> build.properties --> a file that lives on the root of a JAR in a parent 
> classloader
> When creating a "hidden-classes" filter on "build.properties", it is treated 
> as build/properties, which would be correct for a Java class, but not for a 
> plain file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to