Mark R. Diggory wrote:

The CVS HEAD. Which classes did it change, I looked through DatabaseImpl and CollectionImpl histories for the embed and xmlrpc drivers, but didn't recognize a change like your suggesting, but my naivety with the code could easily be the case here as well.


It was XindiceServlet.java, as the Subject suggests.

If you have archives on your local machine, I first sent in the patch on November 27, 2002 in a message with the subject "re: about writing howtos."

My patched got lost in the discussion of other things, so I sent it in again on November 30 under the subject of "Re: Database root directory fix."

Then somebody patched an unrelated portion of XindiceServlet.java, so I created a new patch against the 1.9 revision (the first patch was against revision 1.7). This patch was sent on December 13, 2002 under the subject of "XindiceServlet Context Root." Rabellino-san followed that up stating that he committed it.

I just ran:

   $  cvs diff java/src/org/apache/xindice/server/XindiceServlet.java

and see that my patches were, in fact, committed.

So, back to the original problem, I understood that you were poking around XindiceServlet and noticed the hard coded /Xindice context path. Can you run:

   $ cvs status java/src/org/apache/xindice/server/XindiceServlet.java

on it.  This is what I get:

===================================================================
File: XindiceServlet.java       Status: Up-to-date

  Working revision:    1.10
  Repository revision: 1.10    /home/cvspublic/xml-xindice/java/src/org/apache/
xindice/server/XindiceServlet.java,v
  Sticky Tag:          (none)
  Sticky Date:         (none)
  Sticky Options:      (none)
===================================================================


Is your revision 1.10?

Hope this helps.

--
Michael Westbay




Reply via email to