On 1/20/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> >- put everyone
> > understands how to put something in a URL. if nothing else, think of
> > putting the "parsetype" in the URL as a checksum that the RequestParaser
> > can use to validate it's assumptions -- if it's not there, then it can do
> > all of the intellegent things you think it should do, but if it is there
> > that dictates what it should do.
>
> If it's optional in the args, I could be on board with that.
>
If its optional in the req.getQueryString() I'm in.
Ignore my previous post about
${context}/multipart/asdgadsga
It would be:
http://${context}/${path}?stream.type=post
Yes!
Feels like a much more natural place to me than as part of the path of the URL.
Just need to hash out meaningful param names/values?
-Yonik