The view string change for every page.


Which is why I asked if you could try a simple test to extract the
string and see if it works in the following page if you switch off
encoding.

As far as i know, the proxy construct HTTPSampler inside the following code :

        public void run() {
                HttpRequestHdr request = new HttpRequestHdr();
                SampleResult result = null;
                HeaderManager headers = null;

                HTTPSamplerBase sampler = null;
                try {
                        request.parse(new 
BufferedInputStream(clientSocket.getInputStream()));

                        sampler = request.getSampler(); (*)

                        /*
                         * Create a Header Manager to ensure that the browsers 
headers are
                         * captured and sent to the server
                         */
                        headers = request.getHeaderManager();
                        sampler.setHeaderManager(headers);
                        ...

It seems the parameter is corrupted before the HTTP request is displayed in 
JMeter GUI (*).
So, i don't understand how "switch off encoding" in JMeter GUI can possibly 
solve my problem.
I will check again in debug mode to get the exact stack trace.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to