Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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?

0 votes



One answer

Permanent link
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.

1 vote

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,487

Question asked: Apr 12 '16, 9:44 a.m.

Question was seen: 3,288 times

Last updated: Apr 12 '16, 10:02 a.m.

Confirmation Cancel Confirm