Hi Mark

Issue for 3rd party is whatever you choose it will not untegrate smoothly -
!/ is often handled, more rarely but still when nested, never when
something else - so wonder if tomcat needs urls and cant just handle nested
ones without an url handler since tomcat owns them.

Also means for the integration part that scanner can need to be reworked, a
bit like xbean finder probably, to make consumer coding easier.

Le 16 janv. 2017 12:24, "Mark Thomas" <ma...@apache.org> a écrit :

> For the background see:
> https://github.com/spring-projects/spring-boot/issues/7949
>
> The short version is:
>
> * is seen as a wild card in some environments.
>
> The options are:
> $ & ' ( ) * , - . : ; @ _ ~
> (all followed by /)
>
> Ideally we want a character that:
> - is unlikely to appear in a file name (particularly at the end)
> - does not have a special meaning that could conflict when using it in
> combination with / in a URI to mark the start of the internal WAR path.
>
> Thoughts, comments, reasons for excluding one or more of these
> characters welcome.
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to