-1 (non-binding)
On Wed, Jan 13, 2010 at 14:49, Piero Sartini <[email protected]> wrote: > > true.... but i'd have to change my exisiting applications to make it work > > again. > > > > to be honest not a big deal, but if we say it is backwards compatible i > > wouldn't have to change anything ... just my two cents > > Agreed. I would prefer a backward compatible solution as well. > > Me too, also it may be not so obvious to understand that I should contribute regex authorizer. And after this change I should always care about these changes I had to made: public void contributeRegexAuthorizer(Configuration<String> regex) { String pathPattern = "([^/.]+/)*[^/.]+\\.((css)|(js)|(jpg)|(jpeg)|(png)|(gif))$"; regex.add("^anjlab/cubics/css/" + pathPattern); regex.add("^anjlab/cubics/images/" + pathPattern); regex.add("^anjlab/cubics/js/" + pathPattern); regex.add("^anjlab/cubics/js/jquery-1.3.2.js"); } I'd prefer to remove this contribution at all so that it worked out of the box. > Piero > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Dmitry Gusev AnjLab Team http://anjlab.com
