I'm about going crazy today.  Or maybe it's just 'cause I haven't eaten
lunch.  At any rate....

I've got a page with several <A> links, to an XSP page with GET parameters.
That is, things like:

  <a href="edit_user.xsp?name=tom">Edit</a>

For some reason I can't fathom, it isn't processing.  All I get, in the
apache error log, is this:
  File does not exist: /full/path/to/real/location/of/edit_user.xspname=tom

Notice the ? has been lost.  

If I call the .xsp script without any parameters in the URL, it works fine
(that is, it delivers what I'd expect it to).

I'm using AxKit::XSP::Session and Auth and lotsa other cool stuff.  I'm
wondering if maybe Session isn't somehow or other screwing it up, since I've
got URL sessions going (which is a whole different problem) and Session is
at some point silently rewriting the URL to pull out the session id.  So I'm
wondering if that's where it breaks down.

At any rate, it's driving me crazy.  


david.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to