DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16603>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16603

<controller> forwardPattern should support different module roots.





------- Additional Comments From [EMAIL PROTECTED]  2003-02-08 18:15 -------
Was looking at the RequestUtils code (line 1399)
    // add '/' if needed
    if (!path.startsWith("/")) {
        sb.append("/");
    }

There is code repetition between the forwardURL and pageURL, for interpreting 
the patterns. And the $P is interpreted differently - in forwardURL, we add a 
leading '/' if needed, and we dont do the same in pageURL... just wanted to 
bring it up - dunno if its a bug...

And opposed to what dgraham wrote, the code would appear to support both $M/$P 
and arbitrary boiler plate text in the path.

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

Reply via email to