You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Øyvind Vestavik <Oy...@idi.ntnu.no> on 2002/05/23 20:04:39 UTC

Off topic URL


I'm making a servlet that serve material/documents from Xindice based on
some policy (Cant just dump everything to the database port..)

I'm having a link like this

http://localhost:8080/reap/get_document_init?collectionId=3&itemId=4

BUT. If i change the last parameter to for instance 36 my localhost goes
into timeout. I just collect the parameter into session varialbles as of
yet, I don't do anything with them yet.

Anyone could give me a tip on why this happens??

Øyvind