Re: ldaps authentication to jspwiki

2013-08-26 Thread Harry Metske
John, You did not mention the version, so you might have to replace all occurrences of com.ecyrd.jspwiki with org.apache.wiki. For the rest I dont see any errors in your config. Can you turn on debugging (see bottom of jspwiki.properties) and see if you find messages in the jspwiki log or in stdo

Re: ldaps authentication to jspwiki

2013-09-13 Thread Harry Metske
John, we are currently waiting for our Linux virtual machine where we will host the new jspwiki.org, that would be the place to share it. You could wait for it to become available [#1], we will definitily post and tweet that, but if you don't want to wait for that, you could also post it on the ma

Re: Contributed plugins

2013-09-25 Thread Harry Metske
Juri, the JSPWiki committer team only maintains the core plugins: http://svn.eu.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/java/org/apache/wiki/plugin/ I am not aware of any plans for updating all the contributed plugins, so grab your chance :-) regards, Harry On 25 September 2013

Re: Contributing Wiki On A Stick - Re: JSPWiki "Support for Multiple Wikis" and Hosting Solutions

2013-10-15 Thread Harry Metske
+1 On 15 October 2013 20:39, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi Siegfried! > > it would be real nice to have WOAS on trunk :-) > > > br, > juan pablo > > > > On Mon, Oct 14, 2013 at 8:32 AM, Siegfried Goeschl < > siegfried.goes...@it20one.at> wrote: > > > Hi

Re: Contact to webmaster of JSPwiki homepage

2013-11-20 Thread Harry Metske
Leoš, you can mail to this list and tell us what you think is wrong with jspwiki.apache.org. regards, Harry On 20 November 2013 11:52, Junek Leoš wrote: > Hello to all! > > Could anyone tell me contact to webmaster of JSP wiki homepage, i.e. > http://jspwiki.apache.org/ ? > I would like to r

Re: Contact to webmaster of JSPwiki homepage

2013-11-21 Thread Harry Metske
h regards > > Leos > > > Leoš Junek, IT Systems Administrator > OKsystem s.r.o. > Na Pankráci 125, 140 21 Praha 4, Czech Republic > tel: +420 236 072 268, fax: +420 236 072 112 > e-mail: ju...@oksystem.cz, web: www.oksystem.cz > > > > > -Original Messag

Re: Contact to webmaster of JSPwiki homepage

2013-11-21 Thread Harry Metske
Leos, look at your jspwiki.properties file , what is the value of property jspwiki.loginModule.class ? It's value should be org.apache.wiki.auth.login.UserDatabaseLoginModule. It looks like you have an old value (com.ecyrd.jspwiki.auth.UserDatabaseLoginModule). regards, Harry On 21 November

Re: Spoofing from JSPwiki mail server

2013-11-22 Thread Harry Metske
Leos, jspwiki.apache.org is not sending email at all. I don't understand exactly what your problem is, are you running a JSPWiki instance and have misconfigured your mail.config property ? regards, Harry On 22 November 2013 09:56, Junek Leoš wrote: > Hello Harry! > > I got [Auth failed] when

Re: Contact to webmaster of JSPwiki homepage

2013-11-22 Thread Harry Metske
please do not hijack the subject here. The core plugins are distributed with JSPWiki. Then there are contributed plugins, you can find more info about those at http://www.ecyrd.com/JSPWiki/wiki/ContributedPlugins. regards, Harry Op 22 nov. 2013 14:51 schreef "zhefangwu" : > hi,where can I find

Re: Setting right encoding in JSPwiki 2.9.1

2013-12-30 Thread Harry Metske
Leos, if you are running a vanilla Tomcat (7.0.29 as you say), then JSPWIKI-784 is not causing or solving your problem. Tomcat's server.xml should have URIEncoding="UTF-8" on the Connector element (I think you already have that). In jspwiki.properties you should have jspwiki.encoding = UTF-8 (I th

new JSPWiki wiki available, https://jspwiki-wiki.apache.org

2014-01-01 Thread Harry Metske
Hi all, First of all, we wish you a Happy New Year ! we have our new JSPWiki wiki running at apache infra. It is available at https://jspwiki-wiki.apache.org. This is the official replacement for the old www.jspwiki.org (which is read-only at http://www.ecyrd.com/JSPWiki/wiki/). The wiki is curr

Re: Upgrade from 2.8.4 to 2.10

2014-01-11 Thread Harry Metske
Brian, by default, JSPWiki activates it's own "built in" log4j configuration using the log4j properties in jspwiki.properties (inside the jar). If you use a global log4j config for the whole container, you probably don't want that. Therefore you should use the (new) property jspwiki.use.external.l

Re: PhotoCollectionPlugin now available with JSPWiki

2014-01-18 Thread Harry Metske
Brian, I played around a bit with the PhotoCollectionPlugin, a nice combination of wiki and photo collections. I found just two minor issues : * The values for photoCollection.default.phototype appear to be case sensitive (I had to add lowercase .png .jpg to get it working). I think they should b

Re: PhotoCollectionPlugin now available with JSPWiki

2014-01-20 Thread Harry Metske
to see more/other things. regards, Harry On 18 January 2014 17:10, Brian Burch wrote: > On 18/01/14 13:09, Harry Metske wrote: > >> Brian, >> >> I played around a bit with the PhotoCollectionPlugin, a nice combination >> of >> wiki and photo collections. >

Re: Null Pointer Exception on Install.jsp

2014-02-01 Thread Harry Metske
I think this is a JSPWiki bug. A couple of months ago we introduced the jspwiki-custom.properties stuff and my guess is that it broke Install.jsp. Can you file a jira issue? Kind regards, Harry Op 2 feb. 2014 08:17 schreef "Rick Brockman" : > Here's another link to help on this > issue :  style="

Re: Public Wiki upload security

2014-02-02 Thread Harry Metske
Brian, we (committers) have discussed how to secure the wiki, and decided to start with a fairly loose regime. If we end up with too much spam, we will also end with a similar approach as you mentioned for the Tomcat project. But for now we want to keep it as loose as possible. About the contribut

Re: Null Pointer Exception on Install.jsp

2014-02-02 Thread Harry Metske
https://issues.apache.org/jira/browse/JSPWIKI-817 On 2 February 2014 08:49, Harry Metske wrote: > I think this is a JSPWiki bug. > A couple of months ago we introduced the jspwiki-custom.properties stuff > and my guess is that it broke Install.jsp. > Can you file a jira iss

Re: Null Pointer Exception on Install.jsp

2014-02-02 Thread Harry Metske
Jerry, I indeed created the JIRA myself. I personally consider the configuring of front-ending stuff not part of JSPWiki, in your case it was the ajp , but it could just as well have been Apache proxy_http, WebSphere's plugin config, F5 iRules or whatever you have in front of your container. But w

Re: Null Pointer Exception on Install.jsp

2014-02-03 Thread Harry Metske
Jerry, 2.10.0 is the latest production release, and yes the Installer is broken (I think the average JSPWiki committer does not use the Installer, but that is not an excuse for it being broken). The previous release is 2.9.1, but I cannot find a binary of that (we just migrated from Apache Incubat

Re: Does jspwiki-wikipages need svn:ignore?

2014-02-05 Thread Harry Metske
Brian, if you could reply the required svn commands for all the resources requiring the svn properties , that would be fine. regards, Harry On 5 February 2014 09:07, Brian Burch wrote: > On 04/02/14 22:14, Juan Pablo Santos Rodríguez wrote: > >> Hi Brian, >> >> apologies if I sounded harsh,

Re: Is it possible to have moderation in jspwiki?

2014-02-05 Thread Harry Metske
Vitor, sort of, JSPWiki has a workflow mechanism. You can configure JSPWiki to require approval for page edits. For configuration see https://jspwiki-wiki.apache.org/Wiki.jsp?page=Configuration#section-Configuration-WorkflowConfiguration regards, Harry On 5 February 2014 17:55, Petkevicius, Vi

Re: Building JSPWiki WAR - JUnitTask was not found

2014-02-14 Thread Harry Metske
Junek, You were looking at the legacy site. The current documentation is at http://jspwiki-wiki.apache.org/, and specific for building JSPWiki, see http://jspwiki.apache.org/development/source_and_guide.html Running a "mvn clean install" should do the job. Regards, Harry Op 14 feb. 2014 11:03 s

Re: HTTP Status 500 - java.lang.NullPointerException

2014-02-24 Thread Harry Metske
now that's a weird one, the failing line of code (Preferences.java:174) is this : Preferences prefs = (Preferences)request.getSession().getAttribute( SESSIONPREFS ); The request is sure not null because that is checked one line before this one, so that means that getSession() retuns null,

Re: Current progress on jspwiki-portable (aka Wiki On A Stick)

2014-03-03 Thread Harry Metske
Siegried, I did some basic testing, and it works like a charm. A few notes : * having two wiki's isn't a requirement as far as I am concerned (but I can easily delete the webapps/private folder for example) * I would like to see the VersioningFileProvider as the default. * some tweaks to the confi

Re: Slides from ApacheCon 2014 ...

2014-04-10 Thread Harry Metske
thanks Siegfried, I just read it, and to me it looks very usable . It is however in PDF format, so cannot be easily modified, slide 4 is a "personal slide" and if someone wants to reuse your presentation it should probably be removed. So, do you have it in OpenOffice or Microsoft PP format ? And w

Re: JSPWiki will not Start

2014-05-03 Thread Harry Metske
Jim, a vanilla JSPWiki will use the log4j settings from ini/jspwiki.properties, this file is "hidden" inside the WEB-INF/lib/jspwiki.jar file. The default location for the logfile is jspwiki.log, which means the current directory. What the current directory is, depends on how you startup your tomc

Re: JSPWiki will not Start

2014-05-03 Thread Harry Metske
ption: jspwiki.log (Permission denied) > > or creating jspwiki-custom.properties file > > > ᐧ > > -- > -jim > Jim Willeke > > > On Sat, May 3, 2014 at 5:22 AM, Harry Metske > wrote: > > > Jim, > > > > a vanilla JSPWiki will use the log4

Re: JSPWiki will not Start

2014-05-03 Thread Harry Metske
ntext of each host. > > But, I wanted to do a clean install of one wiki to see how the newer > > install works and run the ../Install.jsp to see how things should be > done. > > > > > > ᐧ > > > > -- > > -jim > > Jim Willeke > > >

Re: JSPWiki will not Start

2014-05-18 Thread Harry Metske
I think neither of these two is the case. The issue here is that you have a (tomcat) environment where you are not allowed to write to tomcat's lib directory, or you don't want configuration in that directory because you don't want these configs to apply to other (JSPWiki) applications running in t

Re: help: exception occers when install the jsp wiki

2014-05-22 Thread Harry Metske
This NPE should not popup anymore on the current trunk version (we don't use the CommentedProperties anymore). See https://issues.apache.org/jira/browse/JSPWIKI-817 another reason to release 2.10.1 :-) kind regards, Harry On 22 May 2014 18:21, Eric Ladner wrote: > Edit the jspwiki.properties

Re: Re: help: exception occers when install the jsp wiki

2014-05-22 Thread Harry Metske
2.10.1 (or 2.10.2) is not yet available. We are working on the release of it. When it is released, we cant tell, hopefully next month, but only when it's ready. Regards , Harry Op 23 mei 2014 01:20 schreef "jinlong@dewmobile.net" < jinlong@dewmobile.net>: > > > > > > > I am sorry ,but Is

Re: help: exception occers when install the jsp wiki

2014-05-29 Thread Harry Metske
Dave, if you click the download link now, you get to both 2.10.0 and 2.10.1. The 2.10.1 release will be announced shortly. Or am I missing something here ? regards, Harry On 29 May 2014 02:57, Dave Koelmeyer wrote: > > On 23/05/14 16:32, Harry Metske wrote: > >> 2.10.1 (or

Re: Migration from JSPWiki 2.9 RCSFileProvider

2014-06-01 Thread Harry Metske
Jim, I am not aware of any migration path from RCS provider to something else. I think that would require some scripting to convert RCS to VersioningFileProvider format directory structure and file contents. Our recommendation is VersioningFileProvider, that one supports all you ask. Their are oth

Re: wrong happens when change war name

2014-06-06 Thread Harry Metske
If you change the war name, you should also change the jspwiki.baseURL property. For example to jspwiki.baseURL=http://localhost:8080/wiki regards, Harry On 6 June 2014 10:44, jinlong.liu wrote: > maybe the picture is broken so i paste the wrong info below: > > url : http://localhost:8080/wi

Re: JSPWiki will not Start

2014-07-19 Thread Harry Metske
tion Apache JSPWIKI no longer will > run. > > You mention putting a log4j.properties file in tomcat's > webapps/JSPWiki/WEB-INF/classes directory. > What should be contained in this file? > > Thanks for the help. > > > -- > -jim > Jim Willeke > > > On

Re: JSPWiki will not Start

2014-07-25 Thread Harry Metske
On 20 July 2014 10:23, Jim Willeke wrote: > Is there somewhere in your environment you're setting an explicit > CLASSPATH? > ->No. > su -c 'sh /usr/share/tomcat/bin/startup.sh' tomcat > Using CATALINA_BASE: /usr/share/tomcat > Using CATALINA_HOME: /usr/share/tomcat > Using CATALINA_TMPDIR: /u

Fwd: jspwiki-vm is down

2014-07-27 Thread Harry Metske
-- Doorgestuurd bericht -- Van: "Harry Metske" Datum: 26 jul. 2014 20:33 Onderwerp: jspwiki-vm is down Aan: "JSPWiki-dev Mailing List" Cc: Hello, I just created https://issues.apache.org/jira/browse/INFRA-8103 because our Virtual Machine running our w

Re: https://jspwiki-wiki.apache.org/ proxy error?

2014-07-27 Thread Harry Metske
Yup, there is something wrong, I reported an issue with the infra team: https://issues.apache.org/jira/browse/INFRA-8103 regards, Harry Op 27 jul. 2014 10:25 schreef "Jim Willeke" : > When trying to reach: > https://jspwiki-wiki.apache.org/ > or > http://jspwiki-wiki.apache.org/ > > The followin

Re: https://jspwiki-wiki.apache.org/ proxy error?

2014-07-27 Thread Harry Metske
The VM has been restarted, the wiki is back online again. regards, Harry On 27 July 2014 10:56, Harry Metske wrote: > Yup, there is something wrong, I reported an issue with the infra team: > https://issues.apache.org/jira/browse/INFRA-8103 > > regards, > Harry > Op

Re: Upgrade JSPWiki 2.2 to 2.10

2014-07-31 Thread Harry Metske
Dennis, this ended up in https://issues.apache.org/jira/browse/JSPWIKI-854 ? regards, Harry On 29 July 2014 22:58, Dennis Longnecker wrote: > Okay - I got it working. Didn't like my old templates, so I removed them. > > One last problemimages aren't displaying in my new depoy. the URL >

Re: deep link in wiki pages

2014-11-06 Thread Harry Metske
What if you use [Sandkasten#Caption] Regards, Harry Op 6 nov. 2014 16:21 schreef "Stefan Schuster" : > Hi > > I Try to use deep links, i.e. from one page not to the top of the different > page but to a defined section. > > If I use the complete link like for an external link everything works fi

running JSPWiki in a docker container

2015-03-21 Thread Harry Metske
Folks, If you are interested in running JSPWiki in a docker container, I uploaded an image to the docker hub and put some instructions at : https://jspwiki-wiki.apache.org/Wiki.jsp?page=Docker Let me know what you think. kind regards, Harry

Re: Haddock template and bugs

2015-06-27 Thread Harry Metske
Starting with an empty browser cache and no cookies for localhost, I get this on the jspwiki home page : TypeError: wiki.Findpages is not a constructor haddock.js:12284:0 downloadable font: OS/2: bad linegap: -32 (font-family: "FontJspwiki" style:normal weight:normal stretch:normal src index:1) s

Re: A way to find dead links for external pages

2015-12-28 Thread Harry Metske
There has been a discussion about this before: https://issues.apache.org/jira/browse/JSPWIKI-330 We considered it a security risk and did not implement it. kind regards, Harry On 28 December 2015 at 16:14, Foster Schucker wrote: > I have a wiki that ties into external sites. As these places

Re: 2.10.2 and missing i18n resources

2016-01-27 Thread Harry Metske
Sure, I will check the nl translation. And the german one if no one else does Rgrds, Harry Op 27 jan. 2016 22:56 schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi all, > > In order to release 2.10.2, it would be nice to have the i18n entries > metioned below completed. I w

spam on jspwiki and couter measures

2016-02-03 Thread Harry Metske
Hi all, yesterday we received a lot of spam on https://jspwiki-wiki.apache.org. Hundreds of spam pages were created, and also many existing pages were updated with spam. Eventually it also OOMed the JVM. Spammer is coming from multiple IP addresses and used many (just created) wiki accounts, our S

Re: JSPWiki problem on Tomcat8

2016-02-13 Thread Harry Metske
Rolf, these 2 lines indicate that JSPWiki does not start: 13-Feb-2016 15:00:49.685 SEVERE [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more Filters failed to start. Full details will be found in the appropriate container log file 13-Feb-2016 15:00:49.685 S

Re: Twitter account

2016-02-21 Thread Harry Metske
Just did... Op 21 feb. 2016 08:35 schreef "Dave Koelmeyer" < dave.koelme...@davekoelmeyer.co.nz>: > Hi All, > > I see there is a dormant official Twitter account for JSPWiki which was > set up some > time ago: > > https://twitter.com/jspwiki > > If anyone has the current credentials for this could

Re: [ANNOUNCE] Dave Koelmeyer as new JSPWiki PMC/Committer

2016-04-06 Thread Harry Metske
Welcome to the team Dave! Kind regards, Harry Op 6 apr. 2016 14:51 schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi all, > > We're glad to announce that the JSPWiki PMC has a new member and committer, > Dave Koelmeyer. > > > Welcome! > > juan pablo, > on behalf of the JSP

Re: Disable Authentication on v2.4.102

2016-05-02 Thread Harry Metske
Scott, assuming that you currently have container managed authentication, that would mean that you have a "" element somewhere in your web.xml. If you remove that, you will switch off security. If that is not the case, we would need more info, for example the current contents of web.xml. regards

Re: curl command to get the markdown text for a page

2016-06-28 Thread Harry Metske
Sameer, jspwiki does not have a real API, but you could get the wiki text like this: curl 'https://jspwiki-wiki.apache.org/Wiki.jsp?page=FAQ&skin=raw' Not sure what you mean with your second question, you can get diffs between pages, but I think only formatted as HTML. regards, Harry On 27 Jun

Re: uptimePlugin

2016-08-09 Thread Harry Metske
Nice, the name might become a bit confusing though, since there is also a jspwiki variable called uptime, that displays the uptime of the wiki itself. See for example https://jspwiki-wiki.apache.org/Wiki.jsp?page=SystemInfo. It could be added to the list of contributed plugins at https://jspwiki-w

Re: uptimePlugin

2016-08-09 Thread Harry Metske
ogin > suspended following the spam attacks? > > Cheers, > Juergen > > Am 09.08.2016 11:51 schrieb "Harry Metske" : > > > Nice, > > > > the name might become a bit confusing though, since there is also a > jspwiki > > variable called uptime, that

Re: uptimePlugin

2016-08-09 Thread Harry Metske
tall of 2.10.2 and haddock with > wildfly-10.1.0.CR1, retrieving a password via email works. Must be another > problem on apache.org which should better be solved, afterwards retrieving > my password should work. > > Greetings, > Juergen > > Am 09.08.2016 13:25 schrieb "

Re: uptimePlugin

2016-08-09 Thread Harry Metske
t's a bit hidden: https://jspwiki-wiki.apache.org/ the user symbol at > right top, klick login, then there is Lost your password? > > Greetings, > Juergen > > Am 09.08.2016 15:17 schrieb "Harry Metske" : > > > (I checked the logs, but cannot find anything there

Re: uptimePlugin

2016-08-09 Thread Harry Metske
> > Am 09.08.2016 15:57 schrieb "Harry Metske" : > > > thanks, > > > > I just created a test account, logged in, logged out. Reset password > > mailed, and logged in with the new password. > > All works fine. > > > > What exactly is your pr

Re: No jspwiki.custom.config defined for this context

2016-10-02 Thread Harry Metske
this message pops up each time JSPWiki tries to read its properties. If you have not defined a Java system property or servletcontext init parameter with the name jspwiki.custom.config (most people don't), then this message pops up on loglevel INFO. To change the logging level there are several opt

Re: Tomcat 8.5 + JSPWiki 2.10.2 - multiple wikis

2017-01-06 Thread Harry Metske
Shawn, shouldn't you use parameter name "jspwiki.custom.config" instead of "jspwiki.propertyfile" in your context xml file ? See: https://github.com/apache/jspwiki/blob/jspwiki_2_10_2/jspwiki-war/src/main/java/org/apache/wiki/util/PropertyReader.java#L66 kind regards, Harry On 5 January 2

Re: Error in catalina.out on startup

2017-06-12 Thread Harry Metske
Alan, yes it is. PropertyReader tries to figure out where it's properties are, including the setting if you want external logconfig or not. If the container has no log4j config (from another source) yet, you will get this message. But it can be ignored. regards, Harry On 12 June 2017 at 21:31, A

Re: Thoughts on how to increase contributions

2017-11-10 Thread Harry Metske
Yes, all of them regards, Harry Op 9 nov. 2017 21:58 schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi again^3 > > was about to begin to write this quarter's report and was thinking in ways > we could foster contributions, so I'd like to throw them here to see if any > of

Re: [VOTE] Move to github as the primary repo

2017-11-29 Thread Harry Metske
+1 Op 29 nov. 2017 00:33 schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi all, > > As noted else-thread, we're currently using ASF's git repo as the canonical > repo with a read-only copy at github, but infra offers from a while back > now the opposite possibility: work w

Re: [VOTE] Move to github as the primary repo

2017-11-29 Thread Harry Metske
+1 Op 29 nov. 2017 00:33 schreef "Juan Pablo Santos Rodríguez" < juanpablo.san...@gmail.com>: > Hi all, > > As noted else-thread, we're currently using ASF's git repo as the canonical > repo with a read-only copy at github, but infra offers from a while back > now the opposite possibility: work w

Re: jspwiki topic on github for your custom jspwiki extension

2017-11-29 Thread Harry Metske
I added the topic to https://github.com/metskem/docker-jspwiki tx, Harry On 29 November 2017 at 00:54, Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > Hi, > > a little off-topic, but I've noticed earlier this week that github allows, > from some months back, to add topics (lik

Re: Unable to edit users

2018-02-25 Thread Harry Metske
this looks a javascript bug at https://github.com/apache/jspwiki/blob/master/jspwiki-war/src/main/webapp/templates/haddock/admin/UserManagement.jsp#L39 The error showed on the JavaScript console : [Error] TypeError: $('userid').getValue is not a function. (In '$('userid').getValue()', '$('userid

Re: Unable to edit users

2018-02-26 Thread Harry Metske
search managers, editors, > filters => pretty basic for now > - Security : a view on your security configuration > > > > dirk > > > > On Sun, Feb 25, 2018 at 2:04 PM, Harry Metske > wrote: > > > this looks a javascript bug at > > https

Re: Can't find jskwiki.properties

2018-05-30 Thread Harry Metske
the jspwiki properties file is inside the jspwiki.jar which is in the jspwiki.war. So you have to recurse one level deeper :-) cheers, Harry Op wo 30 mei 2018 om 21:33 schreef Blake McBride > Hi. > > The page at https://jspwiki-wiki.apache.org/Wiki.jsp?page=Configuration > states: > > "This is

Re: Can't find jskwiki.properties

2018-05-30 Thread Harry Metske
> > Blake > > > On Wed, May 30, 2018 at 3:01 PM, Harry Metske > wrote: > > > the jspwiki properties file is inside the jspwiki.jar which is in the > > jspwiki.war. > > So you have to recurse one level deeper :-) > > > > cheers, > >

Re: Can't find jskwiki.properties

2018-05-30 Thread Harry Metske
able to see all the configuration parameters should you > wish to change some... Large applications (including Tomcat itself) are > configured this way. > > On 30 May 2018 at 21:57, Blake McBride wrote: > > > That did it! Thanks a lot! > > > > On Wed, May 30, 2018 at

Re: Automatically redirect on logout

2018-07-08 Thread Harry Metske
I just activated this version on https://jspwiki-wiki.apache.org regards, Harry On Sun, 1 Jul 2018 at 16:27, Dirk Frederickx wrote: > Hello Amit, > > Please check-out the latest jspwiki commit 2.10.5-git-05 : > > The haddock editor has now a page restore functionality to recover unsaved > page

Re: Automatically redirect on logout

2018-07-10 Thread Harry Metske
? 2.10.5-git-07 > > Txs, > dirk > > > On Sun, Jul 8, 2018 at 6:38 PM Harry Metske > wrote: > > > I just activated this version on https://jspwiki-wiki.apache.org > > > > regards, > > Harry > > > > > > On Sun, 1 Jul 2018 at 16:27, Dirk F

Re: JSPWiki: Unable to load and setup properties from jspwiki.properties

2020-12-05 Thread Harry Metske
does catalina.out reveal any more detail? regards, Harry On Fri, 4 Dec 2020 at 13:31, Jim Willeke wrote: > New install. > Apache Tomcat/9.0.31 (Ubuntu) > 11.0.9.1+1-Ubuntu-0ubuntu1.20.04 > JspWiki: 2.11.0.M7 (Binary download) > java --version openjdk 11.0.9.1 2020-11-04 > OpenJDK 64-Bit Server

Re: Certificate on jspwiki-wiki.apache.org is expired

2021-03-10 Thread Harry Metske
Hi Ulf, yes we noticed, we will poke around and see if we can get it renewed. thanks for letting us know. cheers, Harry On Wed, 10 Mar 2021 at 08:29, Ulf Dittmer wrote: > This is a to-whom-it-may-concern sort of mail, since I figure that some of > the people on this list can do something abou