PQ56896: PASSING JSPS PARAMETERS USING THE POST METHOD RESULTS IN A FAILURE TO FIND URI MESSAGE. | |||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||
APAR status Closed as program error. Error description If parameters are passed to jsps after applying FP2 and using IIS as the webserver, an error Failure to match URI as below: [Wed Jan 16 20:02:37 2002] 000005ec 000008c0 - TRACE: ws_common websphereUriMatch: Comparing '*.jsp' to '/content/aboutvw/aboutcontent.jsp?RID=75' in UriGroup: VisionWeb/VisionWebQA_URIs [Wed Jan 16 20:02:37 2002] 000005ec 000008c0 - TRACE: ws_common websphereUriMatch: Failed to match: /content/aboutvw/aboutcontent.jsp?RID=75Local fix Add the following line in the UriGroup in the plugin-cfg.xml <Uri Name="*.jsp*"/>Problem summary **************************************************************** * USERS AFFECTED: WebSphere Application Server version 4.0.0, * * 4.0.1, and 4.0.2 users of the IIS and * * Domino plugins. * **************************************************************** * PROBLEM DESCRIPTION: Parameters that are passed in the query * * string are incorrectly matched to * * plugin routing rules resulting in * * requests being sent to the incorrect * * app server. * **************************************************************** * RECOMMENDATION: * **************************************************************** The IIS and Domino plugins were using the uri and query string during request routing determination. As a result, rules in the plugin could incorrectly match patterns found in the query string producing incorrect route determination.Problem conclusion Separate out the query string from the uri on Domino/IIS webservers. Then only use the uri for route determination.Temporary fix Comments
APAR is sysrouted FROM one or more of the following: APAR is sysrouted TO one or more of the following: Modules/Macros
|
Document Information |
Product categories: Software > Application Servers >
Distributed Application & Web Servers > WebSphere Application
Server > General
Operating system(s):
Software version: 400
Software edition:
Reference #: PQ56896
IBM Group: Software Group
Modified date: Feb 20, 2002
(C) Copyright IBM Corporation 2000, 2006. All Rights Reserved.