DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38506>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38506 ------- Additional Comments From [EMAIL PROTECTED] 2006-02-06 11:22 ------- That's related to this commit: Author: andreas Date: Fri Feb 3 08:01:06 2006 New Revision: 374699 URL: http://svn.apache.org/viewcvs?rev=374699&view=rev Log: Removed handling of core/modules URLs, since it is now possible to call modules using an URL prefix. Modified: lenya/trunk/src/webapp/global-sitemap.xmap lenya/trunk/src/webapp/lenya/usecases/usecases.js Modified: lenya/trunk/src/webapp/global-sitemap.xmap URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/global-sitemap.xmap?rev=374699&r1=374698&r2=374699&view=diff ============================================================================== --- lenya/trunk/src/webapp/global-sitemap.xmap (original) +++ lenya/trunk/src/webapp/global-sitemap.xmap Fri Feb 3 08:01:06 2006 @@ -282,9 +282,6 @@ <!-- Internal usecases --> <map:pipeline internal-only="true"> - <map:match pattern="core/modules/*/*/**"> - <map:mount uri-prefix="core/modules/{1}/{2}" src="lenya/modules/{1}/usecases/{2}/usecase.xmap"/> - </map:match> <map:match pattern="core/*/**"> <map:mount uri-prefix="core/{1}" src="lenya/usecases/{1}/usecase.xmap"/> </map:match> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
