So that I could also get in some WikiCallbackHandler changes, I've gone ahead and committed the WikiException/WikiSecurityException changes to the 2.8.3-svn build (i.e., post 2.8.2).
As it happens, we already added these new constructors in 3.0, so this is really more of a "back port" of that functionality to 2.8. I have, however, also expanded the use of the (String,Throwable) constructor in the 3.0 trunk so that it includes the changes I made in 2.8.3. Andrew On Tue, Apr 7, 2009 at 12:58 PM, Harry Metske <[email protected]> wrote: > +1 > > > 2009/4/7 Andrew Jaquith <[email protected]> > >> A little while ago I was trying to troubleshoot some 2.8 issues and >> got annoyed about the fact that JSPWiki startup failures are >> effectively swallowed up by WikiException. Many of the Exception >> classes provide a constructor with a Throwable 'cause' parameter, >> which I thought would be a good thing here, too. >> >> So, I have done that. Any objections to checking it in? Alternatively, >> I could check the changes into the (3.0) trunk. >> >> Andrew >> >
