AW: ClassCastException in SourceHandlerImpl

2001-09-06 Thread Carsten Ziegeler
Thanks for your patch, Stefan! It's applied. Carsten > -Ursprüngliche Nachricht- > Von: Stefan Koehler [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 5. September 2001 17:43 > An: [EMAIL PROTECTED] > Betreff: ClassCastException in SourceHandlerImpl > >

ClassCastException in SourceHandlerImpl

2001-09-05 Thread Stefan Koehler
Hello, Because of a ClassCastException I looked at the dispose() method of org.apache.cocoon.components.source.SourceHandlerImpl and found that it tries to cast the keys of the Map sourceFactories (which are Strings) to SourceFactory instead of the values. The following patch should fix it. St