Bugs item #1429827, was opened at 2006-02-11 20:47
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=1429827&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: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alastair Maw (almaw)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't mount at root

Initial Comment:
I think WebApplication should allow people to mount
root paths.

I.e. (1):
mount("", PackageName.forClass(Foo.class));

Or possibly (2):
mount("/", PackageName.forClass(Foo.class));

(1) Fails because the path is checked in
WebApplication.checkMountPath() to enforce it starting
with a "/".

(2) Fails because
PackageRequestTargetUrlCodingStrategy.decode() does a
remainder.substring(1, ix), which cuts off the first
letter of your class names.

If we fixed this, people could have properly flexible
URLs based off their webapp root paths, which I think
is currently impossible.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1429827&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