Check what the value of 'Location' response header.
I guess it looks like: http://host/./some/mount/path

See ServletWebResponse#sendRedirect and #encodeRedirectUrl. Wicket does
some gymnastics to pass proper absolute url to the web container and then
makes it again relative if needed. If you don't have a proxy then you can
just use the absolute encoded url. Otherwise check whether the proxy will
rewrite properly the absolute url for this response header.


On Fri, Jan 25, 2013 at 4:25 PM, René Hartwig <
[email protected]> wrote:

>  Hi,
>
> thanks for the fast response - I recognized that issue is very old, but
> its exactly what happens in my browser.
> So - I am using an embedded Jetty 8.1.7 and the error occurs when
> navigating to a different site via 'setResponsePage(Start.class)'.
> Nothing special - no Page parameters or anything else.
>
> Its working in every browser except ie6 - unfortunately I have to support
> it, so I've got to find a way to solve that problem.
>
>
> Best regards,
> René Hartwig
>
>  René Hartwig
> Senior Developer
>
> *Befine Solutions AG - The Cryptshare Company*
> Bebelstraße 17
> 79108 Freiburg
> Germany
>
> Tel: +49 (0) 761 38913 0
> Fax: +49 (0) 761 38913 115
>
> E-Mail: *[email protected]*
> Internet: http://www.cryptshare.com
>
> =========================================================================
>
> Your attachments are too large or too confidential for e-mail?
> Get to know Cryptshare!
>
> http://www.cryptshare.com
>
> =========================================================================
>
>  
> <http://www.facebook.com/cryptshare><http://www.linkedin.com/company/befine-solutions/products>
>
> Amtsgericht Freiburg HRB 6144
> Vorstand Mark Forrest, Dominik Lehr
> Aufsichtsratsvorsitzender Edgar Fehrenbacher
>
>
>
>  Am 25.01.2013 13:41, schrieb Martin Grigorov:
>
> Hi,
>
>  This ticket is very old (Wicket 1.3.5).
> We need some more information to be able to help you. In what conditions
> the problem occurs ? Which web container do you use ?
> IE6 is not supported anymore.
>
>
> On Fri, Jan 25, 2013 at 2:37 PM, René Hartwig <
> [email protected]> wrote:
>
>>  Hi there,
>>
>> I just tested my application within an Internet Explorer 6 and that issue
>> occurs.
>> What can I do about it?
>>
>>
>> Thanks and regards,
>> René
>> --
>>
>> René Hartwig
>> Senior Developer
>>
>> *Befine Solutions AG - The Cryptshare Company*
>> Bebelstraße 17
>> 79108 Freiburg
>> Germany
>>
>> Tel: +49 (0) 761 38913 <%2B49%20%280%29%20761%2038913> 0
>> Fax: +49 (0) 761 38913 115 <%2B49%20%280%29%20761%2038913%20115>
>>
>> E-Mail: *[email protected]*
>> Internet: http://www.cryptshare.com
>>
>> =========================================================================
>>
>> Your attachments are too large or too confidential for e-mail?
>> Get to know Cryptshare!
>>
>> http://www.cryptshare.com
>>
>> =========================================================================
>>
>>  
>> <http://www.facebook.com/cryptshare><http://www.linkedin.com/company/befine-solutions/products>
>>
>> Amtsgericht Freiburg HRB 6144
>> Vorstand Mark Forrest, Dominik Lehr
>> Aufsichtsratsvorsitzender Edgar Fehrenbacher
>>
>>
>>
>>
>
>
>
>  --
>  Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com <http://jweekend.com/>
>
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to