Re: unsupported callbacks? - almost done?

2009-04-07 Thread Andrew Jaquith
Andrew Jaquith andrew.r.jaqu...@gmail.com 04/06/2009 12:14 PM Please respond to jspwiki-user@incubator.apache.org To jspwiki-user@incubator.apache.org cc Subject Re: unsupported callbacks? - almost done? Lou -- can this wait until the 2.8.3 timeframe? I'd like to solve this issue

Re: unsupported callbacks? - almost done?

2009-04-07 Thread Louis . Masters
Andrew: This is great! Thanks. I'll try it and let you know. -Lou Andrew Jaquith andrew.r.jaqu...@gmail.com 04/07/2009 09:00 AM Please respond to jspwiki-user@incubator.apache.org To jspwiki-user@incubator.apache.org cc Subject Re: unsupported callbacks? - almost done? Lou

Re: unsupported callbacks? - almost done?

2009-04-06 Thread Louis . Masters
harry.met...@gmail.com 04/01/2009 02:37 PM Please respond to jspwiki-user@incubator.apache.org To jspwiki-user@incubator.apache.org cc Subject Re: unsupported callbacks? eeuuhh, I wouldn't know how, the only way I can think of is modifying the source and building it again. (AuthenticationManager

Re: unsupported callbacks? - almost done?

2009-04-06 Thread Andrew Jaquith
@incubator.apache.org cc Subject Re: unsupported callbacks? eeuuhh, I wouldn't know how, the only way I can think of is modifying the source and building it again. (AuthenticationManager has the reference to WikiCallbackHandler) (or I misunderstood your question...) Harry 2009/4/1

Re: unsupported callbacks? - almost done?

2009-04-06 Thread Louis . Masters
/principals between the requests. -Lou Andrew Jaquith andrew.r.jaqu...@gmail.com 04/06/2009 12:14 PM Please respond to jspwiki-user@incubator.apache.org To jspwiki-user@incubator.apache.org cc Subject Re: unsupported callbacks? - almost done? Lou -- can this wait until the 2.8.3 timeframe

Re: unsupported callbacks?

2009-04-01 Thread Louis . Masters
: unsupported callbacks? I think you should add handling to the WikiCallbackHandler, actually that already has been done for 3.0 to support TextOutput Callbacks. See also https://issues.apache.org/jira/browse/JSPWIKI-464 Harry 2009/3/27 louis.mast...@log-net.com I'm in the process

Re: unsupported callbacks?

2009-04-01 Thread Harry Metske
/specify the CallbackHandler so I don't need to mess around with the one in the JAR? Harry Metske harry.met...@gmail.com 03/31/2009 03:18 PM Please respond to jspwiki-user@incubator.apache.org To jspwiki-user@incubator.apache.org cc Subject Re: unsupported callbacks? I think you

Re: unsupported callbacks?

2009-03-31 Thread Harry Metske
I think you should add handling to the WikiCallbackHandler, actually that already has been done for 3.0 to support TextOutput Callbacks. See also https://issues.apache.org/jira/browse/JSPWIKI-464 Harry 2009/3/27 louis.mast...@log-net.com I'm in the process of implementing a custom LoginModule

unsupported callbacks?

2009-03-27 Thread Louis . Masters
I'm in the process of implementing a custom LoginModule and I ran into an issue (maybe). I need to access the HTTPRequest and possibly the WikiEngine so I included them as callbacks: HttpRequestCallback hcb = new HttpRequestCallback(); WikiEngineCallback wcb = new WikiEngineCallback();