|
Problem(Abstract) |
For Caching Proxy, when UseCookie is enabled,
JunctionRewrite incorrectly translates URLs for all requests even though
the cookie applies only to one subdirectory of the host. |
|
|
|
Resolving the
problem |
You can use the JunctionRewrite directive with the plug-in
or alternatively with the UseCookie option.
When using JunctionRewrite with the UseCookie option, JunctionRewrite
incorrectly translates URLs for all requests even though the cookie
applies only to one subdirectory of the host.
Following are two ways to correctly handle the URLs that are under ROOT
and do not need Junction.
- Place these proxy rules before the JunctionRewrite directive in the
ibmproxy.conf file.
Note: All proxy rules that are before the JunctionRewrite
directive are not rewritten.
- Explicitly map each URL, instead of using a wildcard ( * ) ; for
example:
Proxy /no-junction.jpg http://
login-server/no-junction.jpg
|
|
|
|
|
Cross Reference information |
Segment |
Product |
Component |
Platform |
Version |
Edition |
Application Servers |
Runtimes for Java Technology |
Java SDK |
|
|
|
|
|
|