tracker issue : CF-3648163

select a category, or use search below
(searches all categories and all time range)
Title:

Cannot access URI matrix params

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/EnhancementRequired

Reporter/Name(from Bugbase): Henry Ho / Henry Ho (Henry Ho)

Created: 10/09/2013

Components: Web Container (Tomcat)

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final /

Priority/Frequency: Normal / All users will encounter

Locale/System: English / Win All

Vote Count: 0

Problem Description:
 
Cannot access URI matrix params

Steps to Reproduce:

URL : http://localhost/test/test.cfm;lat=50;long=20;scale=32000
- dump CGI scope

Actual Result:

params are no where to be found


Expected Result:

params to be appeared somewhere


Any Workarounds:

Use getPageContext().getRequest().getRequestUri() which returns : /test/test.cfm;lat=50;long=20;scale=32000

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3648163

Deployment Phase:	Release Candidate

External Customer Info:
External Company:  
External Customer Name: henrylearn2rock
External Customer Email:  
External Test Config: My Hardware and Environment details:



Update Level	 /C:/ColdFusion10/cfusion/lib/updates/chf10000011.jar 



IIS 7.5 w/ CF connector re-installed

Attachments:

Comments:

Servlet spec does not provide any ways to read the matrix parameters. However you can read the URI using CGI.REQUEST_URI and access the matrix parameters from there.
Comment by Rupesh K.
14294 | January 17, 2014 01:04:29 AM GMT