Skip to content

Commit 01af694

Browse files
author
Brice Fallon-Freeman
authored
Merge pull request #9013 from openshift-cherrypick-robot/cherry-pick-7050-to-enterprise-3.9
[enterprise-3.9] Add note for path-based routes.
2 parents cc6632b + b991326 commit 01af694

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

architecture/networking/routes.adoc

+8-2
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,13 @@ Path based routes specify a path component that can be compared against
303303
a URL (which requires that the traffic for the route be HTTP based) such
304304
that multiple routes can be served using the same host name, each with a
305305
different path. Routers should match routes based on the most specific
306-
path to the least; however, this depends on the router implementation. The
307-
following table shows example routes and their accessibility:
306+
path to the least; however, this depends on the router implementation.
307+
The host name and path are passed through to the backend server so it should be
308+
able to successfully answer requests for them.
309+
For example: a request to http://example.com/foo/ that goes to the router will
310+
result in a pod seeing a request to http://example.com/foo/.
311+
312+
The following table shows example routes and their accessibility:
308313

309314
.Route Availability
310315
[cols="3*", options="header"]
@@ -351,6 +356,7 @@ the router does not terminate TLS in that case and cannot read the contents
351356
of the request.
352357
====
353358

359+
354360
[[secured-routes]]
355361
== Secured Routes
356362
Secured routes specify the TLS termination of the route and, optionally,

0 commit comments

Comments
 (0)