https://issues.apache.org/bugzilla/show_bug.cgi?id=52329
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Mark Thomas <ma...@apache.org> 2011-12-14 22:04:10 UTC --- The choice of '#' was a deliberate one as it can't legitimately appear in a context path. '~' can so the work-around proposed can't be used. Tomcat uses the jndi protocol internally. There is no easy way to avoid that. There was some discussion of ripping out the DirContext abstraction for resources (which would remove the need for Tomcat to use the jndi protocol) but it has not been investigated. Since you have a workaround that works for use, the bets option is for you to carry on using it. It you wnated to look at removing the DirContext abstraction that would be great but it is likely to be a lot of work (and may not even be possible). -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org