Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
URL-Parameters get lost
meikel
Hi, I create JSP-Files within TS 5.2.
To some JSP I have to pass parameters like "blah.jsp?id=17".
But when I try to request a page through TS (i.e. from a preview page) by clicking on a (correct) link, the parameter will get lost.
An Example:
- In my preview page the link is correct "blah.jsp?id=17".
- I click on it
- The page "blah.jsp" is requested correctly
- TS does some kind of rerequest?!?!? and the parameter is gone. It never reaches its target page
Is there a way to tell TS to pass the parameters to the target page?
Find more posts tagged with
Comments
Adam Stoller
You might want to look at your iw.cfg file to see if you have any proxy settings for JSP's - it's possible that you have a proxy that isn't taking into consideration additional parameters and that's where it's getting lost.
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
meikel
This is what is in my iw.cfg
[iwproxy]
customer_webserver_host=CUSTOMERSERVERNAME
iwproxy_host=localhost
iwproxy_port=1080
customer_webserver_port=81
[iwproxy_fullproxy_redirect]
[iwproxy_remap]
global_default_map=/
[global_default_map]
[iwproxy_preconnect_remap]
_regex=^(.*)/iw-mount/(.*\.jsp)$=
http://CUSTOMERSERVERNAME:xxxx/iw-mount/$2
[iwproxy_failover_remap]
[iwproxy_hostheader_remap]
[iwproxy_smartcontextedit_allowed]
[iwproxy_external_remap]
Where is (or my can be) the Problem?
Where can I found a GOOD documentation of ALL available entries for iw.cfg?
Adam Stoller
This would be the most likely culprit:
_regex=^(.*)/iw-mount/(.*\.jsp)$=http://CUSTOMERSERVERNAME:xxxx/iw-mount/$2
However, the above should only match entries that end with ".jsp" - and not anything like "blah.jsp?id=17".
If you want to figure out what's happening with the click - you'll probably have to run iwproxy in debug mode (this is documented either in the Administrator's Guide or in the CLT Guide - don't remember which)
The TeamSite Administrator's Guide is the primary documentation for the iw.cfg - but I usually like to peruse the iw.cfg.example file as it tends to be a bit more succinct.
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
meikel
But have the same problem with OTHER suffixes, like php or pdf too.
It is not a JSP-Problem.
Adam Stoller
Beats me - try opening a case with Support and maybe they can assist you in tracking down the source of the problem.
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com