Ted Husted wrote:
On Nov 2, 2007 12:09 PM, Brian Pontarelli <[EMAIL PROTECTED]> wrote:
Ted Husted wrote:
Just to follow up, I tried most of these using the  0.18 MailReader
using a .do extension mapping.

The result were the same, so long as "index.do" is appended to the end
of each of the URLs.

Without extension-mapping, evidentially, it tries to seek /index, and
then falls back to to the document-root /index when it isn't found in
the current directory.

Okay. That sounds like a bug, even though it might be nice to add that
functionality in there later. I'll look into that.

Kinda. The default Struts 2/XWork 2 behavior for results is that they
are suppose to try both the current namespace and then the default
empty namespace.

 * http://www.opensymphony.com/xwork/wikidocs/Namespace%20Configuration.html

That might not be what SmartURLs expects, but that's the documented
XWork behavior, which makes me thing the underlying framework might be
doing it somewhere.
Roger wilco. Makes sense. I'll look into the hierarchy thing when I get some time and see what it will take. Should be easy to pull off in the configuration provider and would bring the handling back into SmartURLs, which makes me more comfortable. ;)

-bp


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

Reply via email to