[Yanel-dev] [Yarep Search] Backwards compatibility

simon litwan simon.litwan at wyona.com
Wed Sep 24 14:00:14 CEST 2008


this was a dumb bug. it actually never used the deprecated 
configuration. the if statement was if(namescape == null) but the avalon 
confiuration gives back "" instead of null when the namspace is empty.

after i change it to  if(namescape == "") worked fine.

this fix is commited in r38870.

cheers
simon



More information about the Yanel-development mailing list