Hi Peter,
Please believe me when I say that we don't do any thing related to the
path info. :-)
Path info is obtained using the servlet API
javax.servlet.http.HttpServletRequest.getPathInfo()

We simply return the value obtained from this API which is provided by
the servlet engine. So there is no question at all of us doing
anything with it.

Since we also have access to the JRun source, I can confirm that it is
JRun which does it. It does a special handling for ';' where it
removes everything after ';' for path info which I guess is to handle
the jsessionId that I mentioned.

A very easy way to find about app server behavior is to write a jsp
and call request.getPathInfo() and print that. You don't need to use
ColdFusion for that at all. You can see it for yourself.

I don't know the railo or openBD implementation and therefore I can
not comment on that.

Also regarding 78990, cfbean is still undocumented and the future for
it has not been decided. And since this is a new feature (and it does
not support any UDF), saying that it is not backward compatible does
not make sense :-)

Rupesh


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets: 
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---

Reply via email to