https://bz.apache.org/bugzilla/show_bug.cgi?id=56777

--- Comment #3 from Andy Wilkinson <awilkin...@pivotal.io> ---
(In reply to Mark Thomas from comment #2)

> 1. In an ideal world, which Tomcat versions would you like this in? 8.0.x
> obviously. What about 7.0.x and 6.0.x? (a back-port to 6.0.x is unlikely
> without a very strong reason)

We definitely don't need it in 6.0.x. Spring IO Platform 1.1.x uses Tomcat
7.0.x so support for it there would be nice to have, although not essential.
Boot 1.2 and 1.3 are both on Tomcat 8.

> I'm imagining that the implementation will look for some specific prefix /
> prefixes for specified configuration settings (keystore locations, memory
> user database, any others I spot reviewing the config docs) and if one of
> those prefixes is found use an appropriate mechanism to locate the resource.
> No prefix means assume a file path. Relative paths relative to CATALINA_BASE.
> 
> 2. What prefixes would you like to see supported and how do you expect each
> prefix to behave?

Would it be possible to use a URL to provide a resource and then use
URL.openStream to read it? That's what Jetty does, I believe.

-- 
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

Reply via email to