On 25 January 2016 18:42:48 GMT+00:00, Rainer Jung <rainer.j...@kippdata.de> wrote: >Currently trunk has filtering for JASPIC classes in the class loader, >other branches not. > >It was added to trunk in r1684529, the filtered package is >javax.security.auth.message. > >I didn't follow the details, but there was some removal and plans to >reintroduce another impl. Since I'm currently changing code around the >filtering the question is: > >Should I keep it the way it is, namely filtering >javax.security.auth.message only in trunk, or should I add it to older >branches, or should I remove it from trunk? > >Any hints are highly appreciated. > >Regards, > >Rainer > >--------------------------------------------------------------------- >To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org >For additional commands, e-mail: dev-h...@tomcat.apache.org
Leave it in trunk please. The javax classes are still there and working on JASPIC is still on my to do list. Mark