David Leangen <[EMAIL PROTECTED]> writes: > This is really only a problem because I'm trying to "beautify" the URL > for purely esthetic reasons.
Don't feel guilty for trying to craft your application's URLs. They're all yours. I ran into many of the same problems working with Apache Axis2, and posted several bugs requesting lifting its restrictions on how one can deploy its servlets and compose the URLs it accepts. Have you looked at the Restlet library's Router interface?¹ It allows one to use URI templates to establish these mappings, and plays more directly into your desire here. Footnotes: ¹ http://www.restlet.org/documentation/1.0/tutorial#part11 -- Steven E. Harris _______________________________________________ OSGi Developer Mail List [email protected] http://www2.osgi.org/mailman/listinfo/osgi-dev
