Bugs item #1433952, was opened at 2006-02-17 17:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1433952&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Locke (jonathanlocke)
Assigned to: Jonathan Locke (jonathanlocke)
Summary: Mounts and wicket namespacing

Initial Comment:
We don't currently allow root mounts (throws
IllegalArgumentException right now).  One reason is
that it doesn't work right now and really needs to be
thought about. The other reason is that we might wind
up with name collisions with future versions of the
framework.

After thinking about this (for not very long), it seems
to me that we ought to namespace every resource that
wicket serves up.  Instead of mounting resources on
/resources/, it should be mounted on /wicket/resources/
and we would simply disallow mounting things on /wicket
entirely.  Then we can't have namespace collisions in
the future.

If we namespace our framework-served resources and such
like this, it seems like it might be worth opening an
RFE to fix/add root mounting as was suggested in the
bug I just closed.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1433952&group_id=119783


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to