Kees Jongenburger wrote:
If this is the case jumpers filter and servjumpers search in de jumpers table and if they don't find anything they return the "default" url configured in jumpers.xml

There is an option you can set in jumpers.xml.
infortunately these are mentioned in the Javadoc, not in the jumpers builder (I'll add the comments there).


The jumpers builder can be configured using two properties:
- JumperCacheSize : determines the size of the jumper cache (in nr of items).
The default size is 1000
- JumperNotFoundURL : Determines the default url (such as a home page or error page) when no jumper is found. If not specified nothing will be done if no jumper is found.


I.o.w. if you do not specify JumperNotFoundURL, the jumper will continue to try to obtain the url as normally if it can't be found in the jumpers table.
Note that the default in the jumpers.xml file in the MyYahoo application is "/index.html".


--
Pierre van Rooden
Mediapark, C 107 tel. +31 (0)35 6772815
"Never summon anything bigger than your head."




Reply via email to