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.

-Ted.

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

Reply via email to