Re: [Resin-interest] Getting application name with no ServletContext

2008-07-30 Thread Vic Simkus
Scott Ferguson wrote: snip Oh. I see. Take a look at com.caucho.security.SecurityContext. You can try: HttpServletRequest request = (HttpServletRequest) com.caucho.security.SecurityContext.getProvider(); You could also try: WebBeansContainer webBeans =

Re: [Resin-interest] Host Matching and Regular Expressions

2008-07-30 Thread Scott Ferguson
Hi Shane, I've added a bug track as http://bugs.caucho.com/view.php?id=2813 and I'll need to look into it more. The priority code is a bit tricky, so it's possible that the aliases aren't getting the right priority. -- Scott On Jul 29, 2008, at 12:05 PM, Shane Cruz wrote: Specific host