Home
last modified time | relevance | path

Searched refs:vhosts (Results 1 – 6 of 6) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandlerCollection.java110 String[] vhosts=handler.getVirtualHosts(); in mapContexts() local
113 if (vhosts!=null && vhosts.length>0) in mapContexts()
126 for (int j=0;j<vhosts.length;j++) in mapContexts()
128 String vhost=vhosts[j]; in mapContexts()
DContextHandler.java277 public void setVirtualHosts(String[] vhosts) in setVirtualHosts() argument
279 if (vhosts == null) in setVirtualHosts()
281 _vhosts = vhosts; in setVirtualHosts()
285 _vhosts = new String[vhosts.length]; in setVirtualHosts()
286 for (int i = 0; i < vhosts.length; i++) in setVirtualHosts()
287 _vhosts[i] = normalizeHostname(vhosts[i]); in setVirtualHosts()
1494 String[] vhosts = getVirtualHosts(); in toString() local
1512 if (vhosts != null && vhosts.length > 0) in toString()
1513 b.append(',').append(vhosts[0]); in toString()
/external/jetty/src/java/org/eclipse/jetty/server/session/
DJDBCSessionManager.java1154 String [] vhosts = context.getContextHandler().getVirtualHosts(); in getVirtualHost()
1155 if (vhosts==null || vhosts.length==0 || vhosts[0]==null) in getVirtualHost()
1158 return vhosts[0]; in getVirtualHost()
/external/jetty/src/java/org/eclipse/jetty/webapp/
DWebInfConfiguration.java672 String[] vhosts = context.getVirtualHosts(); in getCanonicalNameForWebAppTmpDir() local
673 if (vhosts == null || vhosts.length <= 0) in getCanonicalNameForWebAppTmpDir()
676 canonicalName.append(vhosts[0]); in getCanonicalNameForWebAppTmpDir()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/
DVERSION.txt1334 + JETTY-1297 Improved matching of vhosts so that a vhost match has priority
2864 + JETTY-438 handle trailing . in vhosts