Still haven't figured this one out so I downloaded and installed the Wonder source so I can setup breakpoints in it. I see that my _rewriteURL should be getting called by the ERXWOContext _postprocessURL function, so I put a break point there. Moving up the chain, I also put breakpoints in:
ERXWOContext54 _urlWithRequestHandlerKey ERXRedirect appendToRepsonse And none of the breakpoints are hit on a page load. I do have other breakpoints in the wonder code that are hit, so it's not a classpath/debugger issue. Is there some flag that needs to be set for the _rewriteURL in my Application class that extends ERXApplication to be called now? As I noted below, this did work at one time. I'm using webobjects 5.4.x and the latest Wonder source. Thanks! Jeff On Feb 26, 2011, at 7:27 PM, Jeff Schmitz wrote: > I'm not using a custom context, and ERXWOContext is in my classpath, but I > did recently upgrade to the latest Wonder build. > > Jeff > > > On Feb 26, 2011, at 1:58 PM, Lachlan Deck wrote: > >> On 27/02/2011, at 12:22 AM, Jeff Schmitz wrote: >> >>> Hello, >>> I'm not sure exactly when, but somewhere along the line the _rewriteURL >>> method in my Application class stopped firing. My Application class >>> extends ERXApplication and the signature of the overriding method is: >>> >>> public String _rewriteURL(String url) >> >> This should be called by ERXWOContext[54] >> >> Are you using a custom context class? >> Or did you upgrade to using Wonder 54... or are perhaps missing the above >> class in your classpath? >> >> >> with regards, >> - >> >> Lachlan Deck >> >> >> > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/jeffandmonica%40mac.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
