Aleksey
Asbjørn Oskal wrote:
Hi!Thank you for your answer.I found out myself and it was just what you said.The HTTP and FTP URI handlers are no problem if you don't want toThe problem was actually the file URI handler. The match function always returnedtrue, blocking any other callbacks later in the list. What I did was to cleanup all callbacks before adding my callbacks.Then I added the default callbacks. This way my match method is called before the other.:)
