Re: Auth handler and Registry scripts

2005-01-19 Thread Geoffrey Young
Sean Davis wrote: > > On Jan 19, 2005, at 1:45 PM, Joe Schaefer wrote: > >> Sean Davis <[EMAIL PROTECTED]> writes: >> >> [...] >> >>> Thanks Joe, Tom, and Geoff for the replies. To answer all of you: >>> >>> I am NOT using mp2 and I think the behavior is documented for mp1, as >>> others have

Re: Auth handler and Registry scripts

2005-01-19 Thread Sean Davis
On Jan 19, 2005, at 1:45 PM, Joe Schaefer wrote: Sean Davis <[EMAIL PROTECTED]> writes: [...] Thanks Joe, Tom, and Geoff for the replies. To answer all of you: I am NOT using mp2 and I think the behavior is documented for mp1, as others have suggested. True, you can't share the post data in an apa

Re: Auth handler and Registry scripts

2005-01-19 Thread Joe Schaefer
Sean Davis <[EMAIL PROTECTED]> writes: [...] > Thanks Joe, Tom, and Geoff for the replies. To answer all of you: > > I am NOT using mp2 and I think the behavior is documented for mp1, as > others have suggested. True, you can't share the post data in an apache-1 server, so either use the POST

Re: Auth handler and Registry scripts

2005-01-19 Thread Sean Davis
On Jan 19, 2005, at 11:03 AM, Joe Schaefer wrote: Sean Davis <[EMAIL PROTECTED]> writes: On Jan 19, 2005, at 10:11 AM, Sean Davis wrote: This is a simple not-understanding-the-issues question, I'm sure. I have an authen handler (that used Apache::Request, Apache::Cookie, and Apache::Session) in f

Re: Auth handler and Registry scripts

2005-01-19 Thread Joe Schaefer
Sean Davis <[EMAIL PROTECTED]> writes: > On Jan 19, 2005, at 10:11 AM, Sean Davis wrote: > >> This is a simple not-understanding-the-issues question, I'm sure. I >> have an authen handler (that used Apache::Request, Apache::Cookie, and >> Apache::Session) in front of a uri serving a Registry scri

Re: Auth handler and Registry scripts

2005-01-19 Thread Tom Schindl
* do you know that many browsers don't support an aribary length of get requests? That's why big forms often use POST and * a major disadvantage of GET is that it is visible in browsers history. The next one who works on the computer can see what the last person sent to your URL which is most o

Re: Auth handler and Registry scripts

2005-01-19 Thread Sean Davis
On Jan 19, 2005, at 10:11 AM, Sean Davis wrote: This is a simple not-understanding-the-issues question, I'm sure. I have an authen handler (that used Apache::Request, Apache::Cookie, and Apache::Session) in front of a uri serving a Registry script that runs using CGI. The script works fine wit

Auth handler and Registry scripts

2005-01-19 Thread Sean Davis
This is a simple not-understanding-the-issues question, I'm sure. I have an authen handler (that used Apache::Request, Apache::Cookie, and Apache::Session) in front of a uri serving a Registry script that runs using CGI. The script works fine without the handler in place, but when I put the h