Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Harry Metske
I did a few obvious corrections, but there are loads of other (.js and .less) files missing AL headers. I will insert the AL headers there too and commit that soon. here are a couple of examples: /home/metskem/workspace/jspwiki/jspwiki-war/src/main/scripts/wiki/Category.js /home/metskem/wor

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Juan Pablo Santos Rodríguez
Hi, with bash, for less files you can do the appropiate magic with (assuming none of them contain the AL header): $ find . -name *.less -exec sed -i '1s:^:/*\ *\ * Licensed to the Apache Software Foundation (ASF) under one\ * or more contributor license agreements. See the NOTICE file\ * dis

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Harry Metske
Yes please, go ahead with the commit of the less files. I am currently looking at the js files... Op 20 mei 2014 19:42 schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi, > > with bash, for less files you can do the appropiate magic with (assuming > none of them contain the

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Juan Pablo Santos Rodríguez
Hi! done at r1596342 br, juan pablo On Tue, May 20, 2014 at 7:52 PM, Harry Metske wrote: > Yes please, go ahead with the commit of the less files. > I am currently looking at the js files... > Op 20 mei 2014 19:42 schreef "Juan Pablo Santos Rodríguez" < > juanpablo.san...@gmail.com>: > > > H

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Harry Metske
after the last commit, we have 3 files left (with MIT license) : /home/metskem/workspace/jspwiki/jspwiki-war/src/main/scripts/lib/mootools-more-1.4.0.1.js /home/metskem/workspace/jspwiki/jspwiki-war/src/main/scripts/lib/prettify4mar13.js /home/metskem/workspace/jspwiki/jspwiki-war/src/main/scripts/

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Juan Pablo Santos Rodríguez
I think that adding a pointer at $SVN/trunk/LICENSE and excluding them from RAT should be enough br, juan pablo On Tue, May 20, 2014 at 8:58 PM, Harry Metske wrote: > after the last commit, we have 3 files left (with MIT license) : > > /home/metskem/workspace/jspwiki/jspwiki-war/src/main/scrip

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Juan Pablo Santos Rodríguez
in fact, only mootools-more needs to be added to LICENSE, prettify and mootools-core are already there, I'm committing the required in a sec.. On Tue, May 20, 2014 at 10:26 PM, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > I think that adding a pointer at $SVN/trunk/LICENSE

[jira] [Created] (JSPWIKI-840) Container Managed Security Not Working

2014-05-20 Thread Owen Farrell (JIRA)
Owen Farrell created JSPWIKI-840: Summary: Container Managed Security Not Working Key: JSPWIKI-840 URL: https://issues.apache.org/jira/browse/JSPWIKI-840 Project: JSPWiki Issue Type: Bug

[jira] [Created] (JSPWIKI-841) Container Managed Security Not Working

2014-05-20 Thread Owen Farrell (JIRA)
Owen Farrell created JSPWIKI-841: Summary: Container Managed Security Not Working Key: JSPWIKI-841 URL: https://issues.apache.org/jira/browse/JSPWIKI-841 Project: JSPWiki Issue Type: Bug

[jira] [Updated] (JSPWIKI-841) Container Managed Security Not Working

2014-05-20 Thread Owen Farrell (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen Farrell updated JSPWIKI-841: - Description: In order to set up container-managed security, I've set set jspwiki.security to 'o

[jira] [Commented] (JSPWIKI-840) Container Managed Security Not Working

2014-05-20 Thread JIRA
[ https://issues.apache.org/jira/browse/JSPWIKI-840?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14003950#comment-14003950 ] Juan Pablo Santos Rodríguez commented on JSPWIKI-840: - duplicates JSP

[jira] [Commented] (JSPWIKI-841) Container Managed Security Not Working

2014-05-20 Thread JIRA
[ https://issues.apache.org/jira/browse/JSPWIKI-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14004002#comment-14004002 ] Juan Pablo Santos Rodríguez commented on JSPWIKI-841: - Hi Owen, the

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Juan Pablo Santos Rodríguez
Hi, as it's very likely that current trunk will become 2.10.1, I've deployed SNAPSHOT artifacts of current trunk at ASF's nexus instance [#1], so anyone interested in testing can grab it from there br, juan pablo [#1]: https://repository.apache.org/index.html#nexus-search;gav~org.apache.jspwiki

[jira] [Resolved] (JSPWIKI-840) Container Managed Security Not Working

2014-05-20 Thread Owen Farrell (JIRA)
[ https://issues.apache.org/jira/browse/JSPWIKI-840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Owen Farrell resolved JSPWIKI-840. -- Resolution: Duplicate Looks like I accidentally double-posted. > Container Managed Security N

Re: Releasing 2.10.1? (was: Re: [jira] [Commented] (JSPWIKI-839) JSP-Wiki - Installation 2.10 is not possible)

2014-05-20 Thread Siegfried Goeschl
Hi Juan Pablo, what is left from WOAS which is not part of the trunk? Thanks in advance Siegfried Goeschl On 19.05.14 22:48, Juan Pablo Santos Rodríguez wrote: Hi, (switching to dev@j.a.o as this e-mail is not that issue specific) Before being caught by work, I thought I could incorporate W