Re: Another goofy question: Images from database not showing up?
Re: Another goofy question: Images from database not showing up?
- Subject: Re: Another goofy question: Images from database not showing up?
- From: Mike Schrag <email@hidden>
- Date: Thu, 15 May 2008 17:03:17 -0400
It's a bug in Project Wonder. Add this to your application
constructor to revert to the old way and everything will feel good
again.
What is the bug in Wonder?
if (isDirectConnectEnabled()) {
registerRequestHandler(new ERXStaticResourceRequestHandler(),
"_wr_");
if (ERXApplication.isWO54()) {
registerRequestHandler(new ERXStaticResourceRequestHandler(), "wr");
}
}
I have no idea why it does this ... I have to believe Anjo was aiming
to fix SOMETHING since he went out of his way to put that in, but it
sounds like we should pull it back out.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden