It's all about the answers!

Ask a question

Why the show member page for LPA project does not show any members


Susan Wu (4712016) | asked Apr 12 '16, 9:44 a.m.
In a CLM with IHS installed environment, why the show member page for LPA project does not show any members, although members can be added and saved without problem?

One answer



permanent link
Susan Wu (4712016) | answered Apr 12 '16, 10:02 a.m.
That could be due to WAS Plugin sends a different encoding than the incoming request is used. By default, the WAS Plugin uses the URL that has been decoded by Apache and split into various sub-components. It can then re-encode the components in unexpected ways. In this case, the get user URL request was decoded in an unexpected way after it route through the web plugin, hence why no users are returned.  Workaround is to configure the web plugin to start with the URl the way the client encoded it and do no further decoding or encoding. The apache environment variable websphere-nocanon turns this feature on. Below are the detail steps to turn on this feature:

Navigate to the installation directory for your IBM HTTP Server.
Open conf\httpd.conf in an editor.
In the Global section (Section 1) of the file, add this entry:
SetEnv websphere-nocanon 1

The following site describes the details of the above plugin setting:

: http://publib.boulder.ibm.com/httpserv/ihsdiag/plugin_questions.html#plugindecode
Restart your web server.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.