You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Horacio Natyural <ho...@gmail.com> on 2011/07/06 16:17:27 UTC

Wicket Encrypted URL Redirects To A Css Image

Hi,

I'm having this really weird problem and it is intermettent.
It seems that when I click a URL wich uses an AjaxFallbackLink and
encrypted URL. I am redirected to a css image.
My page becomes a png. This is very intermettent though, anyone
experienced this before?

Instead of getting my desired page, I am redirected to a css image
which is a PNG.

I'm using wicket 1.4.3 btw,

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Johan Compagner <jc...@gmail.com>.
yes that is the trick, all the urls that are generated before that
can't be used anymore because encrypted urls are session based.


On Fri, Jul 8, 2011 at 09:46, Horacio Natyural
<ho...@gmail.com> wrote:
> Hi,
>
> i've noticed that it seems to happen after login. I've used the
> Session.replaceSession command on logging in?
> Do you think that there is a relation to this?
>
> Thanks
>
> On Thu, Jul 7, 2011 at 10:04 PM, Horacio Natyural <
> horacio.natyural@gmail.com> wrote:
>
>> here are some of the logs
>>
>> rlWebRequestCodingStrategy - Invalid URL:
>>
>> main?x=KHsKMhrrd-D04mkpqd*xsmCmGwRvNVoUPmz4BBdww8DLo4rNdEHOs25kQrwCz-EEu7JIh1GOXL7GXVhqHfJi1g,
>> exception type: org.apache.wicket.WicketRuntimeException, exception
>> message:Unable to decrypt the text '({
>> 2 �w���i)�߱�`�  o5Z >l�  p��ˣ��tAγndB� ��
>> ��H�Q�\��]Xj �'
>>
>>
>> rlWebRequestCodingStrategy - Invalid URL:
>>
>> index?x=VW*oMOXmPA45gt7EO0OOeRiN8uhyKItwgoWqwWlZ*lR8ZeIsSmwzQbUDlRP3tVdzdGh8Pip3ADKeTYmyhTpchGgpRzZ3zk9VXNgd*gsOzXSO82y0IFHnIMMwLOxki2efPPU7e1vM*Wo,
>> exception type: org.apache.wicket.WicketRuntimeException, exception
>> message:Unable to decrypt the text
>> 'Uo�0��< 9���;C�y
>> ���r(�p����iY�T|e�,Jl3A� � ��Wsth|>*w
>>
>> On Thu, Jul 7, 2011 at 9:53 PM, Horacio Natyural
>> <ho...@gmail.com> wrote:
>> > oh ,
>> >
>> > and to add to it,
>> > this only happens on an SSL site, it doesn't happen on non http
>> sites.....
>> >
>> > what's weird is, i don't get an error but i'm redirected to an image
>> > or a css file.....
>> >
>> > On Thu, Jul 7, 2011 at 9:08 PM, Horacio Natyural
>> > <ho...@gmail.com> wrote:
>> >> im geting unable to decrypt url text in mu server logs.... dont know if
>> they are relates though?
>> >>
>> >> any ideas ?
>> >>
>> >> why am i getting redirected to my resource files ?
>> >>
>> >> tnx
>> >>
>> >> On Jul 7, 2011, at 6:45 PM, Martin Grigorov <mg...@apache.org>
>> wrote:
>> >>
>> >>> Attach a debugger to WicketFilter#doFilter() and see what kind of
>> >>> requests come from the client.
>> >>> If it is crypted then it's interesting what is the decrypted value for
>> it.
>> >>>
>> >>> On Thu, Jul 7, 2011 at 12:16 PM, Horacio Natyural
>> >>> <ho...@gmail.com> wrote:
>> >>>> Is this related?
>> >>>>
>> >>>> ever since we placed this tag thats when the error occurs....
>> >>>>
>> >>>> <meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>
>> >>>>
>> >>>> also another instance is when i accesesed the home page, the css file
>> >>>> appeared instead.
>> >>>>
>> >>>> thanks
>> >>>>
>> >>>> On Thursday, July 7, 2011, Horacio Natyural <
>> horacio.natyural@gmail.com> wrote:
>> >>>>> hi,
>> >>>>>
>> >>>>> i've found that we have several components implementing
>> Imarkupcacheprovider,
>> >>>>> however, the id return is null
>> >>>>>
>> >>>>>
>> >>>>> public String getCacheKey(MarkupContainer container, Class<?>
>> containerClass) {
>> >>>>>                         return null;
>> >>>>>                 }
>> >>>>>
>> >>>>> we ahve several components doing this.
>> >>>>> is this a possible cause as to why the wrong component was rendered ?
>> >>>>>
>> >>>>> thanks
>> >>>>> horacio
>> >>>>> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
>> >>>>> <ho...@gmail.com> wrote:
>> >>>>>> hi,
>> >>>>>>
>> >>>>>> thanks! i also noticed that it seems to happen on an SSL site rather
>> >>>>>> than on a non ssl site.
>> >>>>>>
>> >>>>>> Thanks!
>> >>>>>> Horacio
>> >>>>>>
>> >>>>>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <
>> mgrigorov@apache.org> wrote:
>> >>>>>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>> >>>>>>> but there the problem was that images in .css were broken, i.e.
>> they
>> >>>>>>> are relative to the .css, but since the .css path is encoded the
>> >>>>>>> resolved path for the image was invalid
>> >>>>>>>
>> >>>>>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <
>> igor.vaynberg@gmail.com> wrote:
>> >>>>>>>> doesnt ring a bell.
>> >>>>>>>>
>> >>>>>>>> -igor
>> >>>>>>>>
>> >>>>>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>> >>>>>>>> <ho...@gmail.com> wrote:
>> >>>>>>>>> btw, i just made up the crypted url of course.
>> >>>>>>>>> index is supposed to a wicket page.
>> >>>>>>>>> i also noticed that the image that it downloads is referenced in
>> a css
>> >>>>>>>>> file in the application so it is a resource
>> >>>>>>>>>
>> >>>>>>>>> was there any bug of this nature reported before? i'm trying to
>> find
>> >>>>>>>>> one but i can't seem to.
>> >>>>>>>>>
>> >>>>>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>> >>>>>>>>> <ho...@gmail.com> wrote:
>> >>>>>>>>>> lol
>> >>>>>>>>>> sorry about that
>> >>>>>>>>>>
>> >>>>>>>>>> anyway here's what happened,
>> >>>>>>>>>>
>> >>>>>>>>>> The link I accessed turned into a css image instead.
>> >>>>>>>>>>
>> >>>>>>>>>> Here's what it looks like in Firefox
>> >>>>>>>>>>
>> >>>>>>>>>> Encrypted URL
>> >>>>>>>>>>
>> >>>>>>>>>> index(PNG Image,256x240 pixels)
>> >>>>>>>>>>
>> >>>>>>>>>> https://ip_addr:port
>> /contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>> >>>>>>>>>>
>> >>>>>>>>>> and then the image appears.
>> >>>>>>>>>>
>> >>>>>>>>>> although the link is supposed to be a link for a page.
>> >>>>>>>>>>
>> >>>>>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <
>> igor.vaynberg@gmail.com> wrote:
>> >>>>>>>>>>> it is almost impossible to help you when you are so many
>> versions behind...
>> >>>>>>>>>>>
>> >>>>>>>>>>> -igor
>> >>>>>>>>>>>
>> >>>>>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>> >>>>>>>>>>> <ho...@gmail.com> wrote:
>> >>>>>>>>>>>> Hi,
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> I'm having this really weird problem and it is intermettent.
>> >>>>>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink
>> and
>> >>>>>>>>>>>> encrypted URL. I am redirected to a css image.
>> >>>>>>>>>>>> My page becomes a png. This is very intermettent though,
>> anyone
>> >>>>>>>>>>>> experienced this before?
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> Instead of getting my desired page, I am redirected to a css
>> image
>> >>>>>>>>>>>> which is a PNG.
>> >>>>>>>>>>>>
>> >>>>>>>>>>>> I'm using wicket 1.4.3 btw,
>> >>>>>>>>>>>>
>> >>>>>>>>>>>>
>> ---------------------------------------------------------------------
>> >>>>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >>>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>> >>>>>>>>>>>>
>> >>>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> ----------------------------
>> >>>>
>> >>>> ---------------------------------------------------------------------
>> >>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >>>> For additional commands, e-mail: users-help@wicket.apache.org
>> >>>>
>> >>>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Martin Grigorov
>> >>> jWeekend
>> >>> Training, Consulting, Development
>> >>> http://jWeekend.com
>> >>>
>> >>> ---------------------------------------------------------------------
>> >>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> >>> For additional commands, e-mail: users-help@wicket.apache.org
>> >>>
>> >>
>> >
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
Hi,

i've noticed that it seems to happen after login. I've used the
Session.replaceSession command on logging in?
Do you think that there is a relation to this?

Thanks

On Thu, Jul 7, 2011 at 10:04 PM, Horacio Natyural <
horacio.natyural@gmail.com> wrote:

> here are some of the logs
>
> rlWebRequestCodingStrategy - Invalid URL:
>
> main?x=KHsKMhrrd-D04mkpqd*xsmCmGwRvNVoUPmz4BBdww8DLo4rNdEHOs25kQrwCz-EEu7JIh1GOXL7GXVhqHfJi1g,
> exception type: org.apache.wicket.WicketRuntimeException, exception
> message:Unable to decrypt the text '({
> 2 �w���i)�߱�`�  o5Z >l�  p��ˣ��tAγndB� ��
> ��H�Q�\��]Xj �'
>
>
> rlWebRequestCodingStrategy - Invalid URL:
>
> index?x=VW*oMOXmPA45gt7EO0OOeRiN8uhyKItwgoWqwWlZ*lR8ZeIsSmwzQbUDlRP3tVdzdGh8Pip3ADKeTYmyhTpchGgpRzZ3zk9VXNgd*gsOzXSO82y0IFHnIMMwLOxki2efPPU7e1vM*Wo,
> exception type: org.apache.wicket.WicketRuntimeException, exception
> message:Unable to decrypt the text
> 'Uo�0��< 9���;C�y
> ���r(�p����iY�T|e�,Jl3A� � ��Wsth|>*w
>
> On Thu, Jul 7, 2011 at 9:53 PM, Horacio Natyural
> <ho...@gmail.com> wrote:
> > oh ,
> >
> > and to add to it,
> > this only happens on an SSL site, it doesn't happen on non http
> sites.....
> >
> > what's weird is, i don't get an error but i'm redirected to an image
> > or a css file.....
> >
> > On Thu, Jul 7, 2011 at 9:08 PM, Horacio Natyural
> > <ho...@gmail.com> wrote:
> >> im geting unable to decrypt url text in mu server logs.... dont know if
> they are relates though?
> >>
> >> any ideas ?
> >>
> >> why am i getting redirected to my resource files ?
> >>
> >> tnx
> >>
> >> On Jul 7, 2011, at 6:45 PM, Martin Grigorov <mg...@apache.org>
> wrote:
> >>
> >>> Attach a debugger to WicketFilter#doFilter() and see what kind of
> >>> requests come from the client.
> >>> If it is crypted then it's interesting what is the decrypted value for
> it.
> >>>
> >>> On Thu, Jul 7, 2011 at 12:16 PM, Horacio Natyural
> >>> <ho...@gmail.com> wrote:
> >>>> Is this related?
> >>>>
> >>>> ever since we placed this tag thats when the error occurs....
> >>>>
> >>>> <meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>
> >>>>
> >>>> also another instance is when i accesesed the home page, the css file
> >>>> appeared instead.
> >>>>
> >>>> thanks
> >>>>
> >>>> On Thursday, July 7, 2011, Horacio Natyural <
> horacio.natyural@gmail.com> wrote:
> >>>>> hi,
> >>>>>
> >>>>> i've found that we have several components implementing
> Imarkupcacheprovider,
> >>>>> however, the id return is null
> >>>>>
> >>>>>
> >>>>> public String getCacheKey(MarkupContainer container, Class<?>
> containerClass) {
> >>>>>                         return null;
> >>>>>                 }
> >>>>>
> >>>>> we ahve several components doing this.
> >>>>> is this a possible cause as to why the wrong component was rendered ?
> >>>>>
> >>>>> thanks
> >>>>> horacio
> >>>>> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
> >>>>> <ho...@gmail.com> wrote:
> >>>>>> hi,
> >>>>>>
> >>>>>> thanks! i also noticed that it seems to happen on an SSL site rather
> >>>>>> than on a non ssl site.
> >>>>>>
> >>>>>> Thanks!
> >>>>>> Horacio
> >>>>>>
> >>>>>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <
> mgrigorov@apache.org> wrote:
> >>>>>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
> >>>>>>> but there the problem was that images in .css were broken, i.e.
> they
> >>>>>>> are relative to the .css, but since the .css path is encoded the
> >>>>>>> resolved path for the image was invalid
> >>>>>>>
> >>>>>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <
> igor.vaynberg@gmail.com> wrote:
> >>>>>>>> doesnt ring a bell.
> >>>>>>>>
> >>>>>>>> -igor
> >>>>>>>>
> >>>>>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
> >>>>>>>> <ho...@gmail.com> wrote:
> >>>>>>>>> btw, i just made up the crypted url of course.
> >>>>>>>>> index is supposed to a wicket page.
> >>>>>>>>> i also noticed that the image that it downloads is referenced in
> a css
> >>>>>>>>> file in the application so it is a resource
> >>>>>>>>>
> >>>>>>>>> was there any bug of this nature reported before? i'm trying to
> find
> >>>>>>>>> one but i can't seem to.
> >>>>>>>>>
> >>>>>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
> >>>>>>>>> <ho...@gmail.com> wrote:
> >>>>>>>>>> lol
> >>>>>>>>>> sorry about that
> >>>>>>>>>>
> >>>>>>>>>> anyway here's what happened,
> >>>>>>>>>>
> >>>>>>>>>> The link I accessed turned into a css image instead.
> >>>>>>>>>>
> >>>>>>>>>> Here's what it looks like in Firefox
> >>>>>>>>>>
> >>>>>>>>>> Encrypted URL
> >>>>>>>>>>
> >>>>>>>>>> index(PNG Image,256x240 pixels)
> >>>>>>>>>>
> >>>>>>>>>> https://ip_addr:port
> /contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
> >>>>>>>>>>
> >>>>>>>>>> and then the image appears.
> >>>>>>>>>>
> >>>>>>>>>> although the link is supposed to be a link for a page.
> >>>>>>>>>>
> >>>>>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <
> igor.vaynberg@gmail.com> wrote:
> >>>>>>>>>>> it is almost impossible to help you when you are so many
> versions behind...
> >>>>>>>>>>>
> >>>>>>>>>>> -igor
> >>>>>>>>>>>
> >>>>>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
> >>>>>>>>>>> <ho...@gmail.com> wrote:
> >>>>>>>>>>>> Hi,
> >>>>>>>>>>>>
> >>>>>>>>>>>> I'm having this really weird problem and it is intermettent.
> >>>>>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink
> and
> >>>>>>>>>>>> encrypted URL. I am redirected to a css image.
> >>>>>>>>>>>> My page becomes a png. This is very intermettent though,
> anyone
> >>>>>>>>>>>> experienced this before?
> >>>>>>>>>>>>
> >>>>>>>>>>>> Instead of getting my desired page, I am redirected to a css
> image
> >>>>>>>>>>>> which is a PNG.
> >>>>>>>>>>>>
> >>>>>>>>>>>> I'm using wicket 1.4.3 btw,
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> ---------------------------------------------------------------------
> >>>>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
> >>>>>>>>>>>>
> >>>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> ----------------------------
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>>> For additional commands, e-mail: users-help@wicket.apache.org
> >>>>
> >>>>
> >>>
> >>>
> >>>
> >>> --
> >>> Martin Grigorov
> >>> jWeekend
> >>> Training, Consulting, Development
> >>> http://jWeekend.com
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> >>> For additional commands, e-mail: users-help@wicket.apache.org
> >>>
> >>
> >
>

Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
here are some of the logs

rlWebRequestCodingStrategy - Invalid URL:
main?x=KHsKMhrrd-D04mkpqd*xsmCmGwRvNVoUPmz4BBdww8DLo4rNdEHOs25kQrwCz-EEu7JIh1GOXL7GXVhqHfJi1g,
exception type: org.apache.wicket.WicketRuntimeException, exception
message:Unable to decrypt the text '({
2�w���i)�߱�`�o5Z>l�p��ˣ��tAγndB�����H�Q�\��]Xj�'


rlWebRequestCodingStrategy - Invalid URL:
index?x=VW*oMOXmPA45gt7EO0OOeRiN8uhyKItwgoWqwWlZ*lR8ZeIsSmwzQbUDlRP3tVdzdGh8Pip3ADKeTYmyhTpchGgpRzZ3zk9VXNgd*gsOzXSO82y0IFHnIMMwLOxki2efPPU7e1vM*Wo,
exception type: org.apache.wicket.WicketRuntimeException, exception
message:Unable to decrypt the text
'Uo�0��<9���;C�y���r(�p����iY�T|e�,Jl3A����Wsth|>*w

On Thu, Jul 7, 2011 at 9:53 PM, Horacio Natyural
<ho...@gmail.com> wrote:
> oh ,
>
> and to add to it,
> this only happens on an SSL site, it doesn't happen on non http sites.....
>
> what's weird is, i don't get an error but i'm redirected to an image
> or a css file.....
>
> On Thu, Jul 7, 2011 at 9:08 PM, Horacio Natyural
> <ho...@gmail.com> wrote:
>> im geting unable to decrypt url text in mu server logs.... dont know if they are relates though?
>>
>> any ideas ?
>>
>> why am i getting redirected to my resource files ?
>>
>> tnx
>>
>> On Jul 7, 2011, at 6:45 PM, Martin Grigorov <mg...@apache.org> wrote:
>>
>>> Attach a debugger to WicketFilter#doFilter() and see what kind of
>>> requests come from the client.
>>> If it is crypted then it's interesting what is the decrypted value for it.
>>>
>>> On Thu, Jul 7, 2011 at 12:16 PM, Horacio Natyural
>>> <ho...@gmail.com> wrote:
>>>> Is this related?
>>>>
>>>> ever since we placed this tag thats when the error occurs....
>>>>
>>>> <meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>
>>>>
>>>> also another instance is when i accesesed the home page, the css file
>>>> appeared instead.
>>>>
>>>> thanks
>>>>
>>>> On Thursday, July 7, 2011, Horacio Natyural <ho...@gmail.com> wrote:
>>>>> hi,
>>>>>
>>>>> i've found that we have several components implementing Imarkupcacheprovider,
>>>>> however, the id return is null
>>>>>
>>>>>
>>>>> public String getCacheKey(MarkupContainer container, Class<?> containerClass) {
>>>>>                         return null;
>>>>>                 }
>>>>>
>>>>> we ahve several components doing this.
>>>>> is this a possible cause as to why the wrong component was rendered ?
>>>>>
>>>>> thanks
>>>>> horacio
>>>>> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
>>>>> <ho...@gmail.com> wrote:
>>>>>> hi,
>>>>>>
>>>>>> thanks! i also noticed that it seems to happen on an SSL site rather
>>>>>> than on a non ssl site.
>>>>>>
>>>>>> Thanks!
>>>>>> Horacio
>>>>>>
>>>>>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
>>>>>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>>>>>>> but there the problem was that images in .css were broken, i.e. they
>>>>>>> are relative to the .css, but since the .css path is encoded the
>>>>>>> resolved path for the image was invalid
>>>>>>>
>>>>>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>>> doesnt ring a bell.
>>>>>>>>
>>>>>>>> -igor
>>>>>>>>
>>>>>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>> btw, i just made up the crypted url of course.
>>>>>>>>> index is supposed to a wicket page.
>>>>>>>>> i also noticed that the image that it downloads is referenced in a css
>>>>>>>>> file in the application so it is a resource
>>>>>>>>>
>>>>>>>>> was there any bug of this nature reported before? i'm trying to find
>>>>>>>>> one but i can't seem to.
>>>>>>>>>
>>>>>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>>> lol
>>>>>>>>>> sorry about that
>>>>>>>>>>
>>>>>>>>>> anyway here's what happened,
>>>>>>>>>>
>>>>>>>>>> The link I accessed turned into a css image instead.
>>>>>>>>>>
>>>>>>>>>> Here's what it looks like in Firefox
>>>>>>>>>>
>>>>>>>>>> Encrypted URL
>>>>>>>>>>
>>>>>>>>>> index(PNG Image,256x240 pixels)
>>>>>>>>>>
>>>>>>>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>>>>>>>
>>>>>>>>>> and then the image appears.
>>>>>>>>>>
>>>>>>>>>> although the link is supposed to be a link for a page.
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>>>>>>>
>>>>>>>>>>> -igor
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>>>>>>>> encrypted URL. I am redirected to a css image.
>>>>>>>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>>>>>>>> experienced this before?
>>>>>>>>>>>>
>>>>>>>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>>>>>>>> which is a PNG.
>>>>>>>>>>>>
>>>>>>>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>>>>>>>
>>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> ----------------------------
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Martin Grigorov
>>> jWeekend
>>> Training, Consulting, Development
>>> http://jWeekend.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
oh ,

and to add to it,
this only happens on an SSL site, it doesn't happen on non http sites.....

what's weird is, i don't get an error but i'm redirected to an image
or a css file.....

On Thu, Jul 7, 2011 at 9:08 PM, Horacio Natyural
<ho...@gmail.com> wrote:
> im geting unable to decrypt url text in mu server logs.... dont know if they are relates though?
>
> any ideas ?
>
> why am i getting redirected to my resource files ?
>
> tnx
>
> On Jul 7, 2011, at 6:45 PM, Martin Grigorov <mg...@apache.org> wrote:
>
>> Attach a debugger to WicketFilter#doFilter() and see what kind of
>> requests come from the client.
>> If it is crypted then it's interesting what is the decrypted value for it.
>>
>> On Thu, Jul 7, 2011 at 12:16 PM, Horacio Natyural
>> <ho...@gmail.com> wrote:
>>> Is this related?
>>>
>>> ever since we placed this tag thats when the error occurs....
>>>
>>> <meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>
>>>
>>> also another instance is when i accesesed the home page, the css file
>>> appeared instead.
>>>
>>> thanks
>>>
>>> On Thursday, July 7, 2011, Horacio Natyural <ho...@gmail.com> wrote:
>>>> hi,
>>>>
>>>> i've found that we have several components implementing Imarkupcacheprovider,
>>>> however, the id return is null
>>>>
>>>>
>>>> public String getCacheKey(MarkupContainer container, Class<?> containerClass) {
>>>>                         return null;
>>>>                 }
>>>>
>>>> we ahve several components doing this.
>>>> is this a possible cause as to why the wrong component was rendered ?
>>>>
>>>> thanks
>>>> horacio
>>>> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
>>>> <ho...@gmail.com> wrote:
>>>>> hi,
>>>>>
>>>>> thanks! i also noticed that it seems to happen on an SSL site rather
>>>>> than on a non ssl site.
>>>>>
>>>>> Thanks!
>>>>> Horacio
>>>>>
>>>>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
>>>>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>>>>>> but there the problem was that images in .css were broken, i.e. they
>>>>>> are relative to the .css, but since the .css path is encoded the
>>>>>> resolved path for the image was invalid
>>>>>>
>>>>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>> doesnt ring a bell.
>>>>>>>
>>>>>>> -igor
>>>>>>>
>>>>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>> btw, i just made up the crypted url of course.
>>>>>>>> index is supposed to a wicket page.
>>>>>>>> i also noticed that the image that it downloads is referenced in a css
>>>>>>>> file in the application so it is a resource
>>>>>>>>
>>>>>>>> was there any bug of this nature reported before? i'm trying to find
>>>>>>>> one but i can't seem to.
>>>>>>>>
>>>>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>> lol
>>>>>>>>> sorry about that
>>>>>>>>>
>>>>>>>>> anyway here's what happened,
>>>>>>>>>
>>>>>>>>> The link I accessed turned into a css image instead.
>>>>>>>>>
>>>>>>>>> Here's what it looks like in Firefox
>>>>>>>>>
>>>>>>>>> Encrypted URL
>>>>>>>>>
>>>>>>>>> index(PNG Image,256x240 pixels)
>>>>>>>>>
>>>>>>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>>>>>>
>>>>>>>>> and then the image appears.
>>>>>>>>>
>>>>>>>>> although the link is supposed to be a link for a page.
>>>>>>>>>
>>>>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>>>>>>
>>>>>>>>>> -igor
>>>>>>>>>>
>>>>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>>>>>>> encrypted URL. I am redirected to a css image.
>>>>>>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>>>>>>> experienced this before?
>>>>>>>>>>>
>>>>>>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>>>>>>> which is a PNG.
>>>>>>>>>>>
>>>>>>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>>>>>>
>>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ----------------------------
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
im geting unable to decrypt url text in mu server logs.... dont know if they are relates though?

any ideas ? 

why am i getting redirected to my resource files ?

tnx

On Jul 7, 2011, at 6:45 PM, Martin Grigorov <mg...@apache.org> wrote:

> Attach a debugger to WicketFilter#doFilter() and see what kind of
> requests come from the client.
> If it is crypted then it's interesting what is the decrypted value for it.
> 
> On Thu, Jul 7, 2011 at 12:16 PM, Horacio Natyural
> <ho...@gmail.com> wrote:
>> Is this related?
>> 
>> ever since we placed this tag thats when the error occurs....
>> 
>> <meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>
>> 
>> also another instance is when i accesesed the home page, the css file
>> appeared instead.
>> 
>> thanks
>> 
>> On Thursday, July 7, 2011, Horacio Natyural <ho...@gmail.com> wrote:
>>> hi,
>>> 
>>> i've found that we have several components implementing Imarkupcacheprovider,
>>> however, the id return is null
>>> 
>>> 
>>> public String getCacheKey(MarkupContainer container, Class<?> containerClass) {
>>>                         return null;
>>>                 }
>>> 
>>> we ahve several components doing this.
>>> is this a possible cause as to why the wrong component was rendered ?
>>> 
>>> thanks
>>> horacio
>>> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
>>> <ho...@gmail.com> wrote:
>>>> hi,
>>>> 
>>>> thanks! i also noticed that it seems to happen on an SSL site rather
>>>> than on a non ssl site.
>>>> 
>>>> Thanks!
>>>> Horacio
>>>> 
>>>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
>>>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>>>>> but there the problem was that images in .css were broken, i.e. they
>>>>> are relative to the .css, but since the .css path is encoded the
>>>>> resolved path for the image was invalid
>>>>> 
>>>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>> doesnt ring a bell.
>>>>>> 
>>>>>> -igor
>>>>>> 
>>>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>>>>>> <ho...@gmail.com> wrote:
>>>>>>> btw, i just made up the crypted url of course.
>>>>>>> index is supposed to a wicket page.
>>>>>>> i also noticed that the image that it downloads is referenced in a css
>>>>>>> file in the application so it is a resource
>>>>>>> 
>>>>>>> was there any bug of this nature reported before? i'm trying to find
>>>>>>> one but i can't seem to.
>>>>>>> 
>>>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>> lol
>>>>>>>> sorry about that
>>>>>>>> 
>>>>>>>> anyway here's what happened,
>>>>>>>> 
>>>>>>>> The link I accessed turned into a css image instead.
>>>>>>>> 
>>>>>>>> Here's what it looks like in Firefox
>>>>>>>> 
>>>>>>>> Encrypted URL
>>>>>>>> 
>>>>>>>> index(PNG Image,256x240 pixels)
>>>>>>>> 
>>>>>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>>>>> 
>>>>>>>> and then the image appears.
>>>>>>>> 
>>>>>>>> although the link is supposed to be a link for a page.
>>>>>>>> 
>>>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>>>>> 
>>>>>>>>> -igor
>>>>>>>>> 
>>>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>>> Hi,
>>>>>>>>>> 
>>>>>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>>>>>> encrypted URL. I am redirected to a css image.
>>>>>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>>>>>> experienced this before?
>>>>>>>>>> 
>>>>>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>>>>>> which is a PNG.
>>>>>>>>>> 
>>>>>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>>>>> 
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> ----------------------------
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
> 
> 
> 
> -- 
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Martin Grigorov <mg...@apache.org>.
Attach a debugger to WicketFilter#doFilter() and see what kind of
requests come from the client.
If it is crypted then it's interesting what is the decrypted value for it.

On Thu, Jul 7, 2011 at 12:16 PM, Horacio Natyural
<ho...@gmail.com> wrote:
> Is this related?
>
> ever since we placed this tag thats when the error occurs....
>
> <meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>
>
> also another instance is when i accesesed the home page, the css file
> appeared instead.
>
> thanks
>
> On Thursday, July 7, 2011, Horacio Natyural <ho...@gmail.com> wrote:
>> hi,
>>
>> i've found that we have several components implementing Imarkupcacheprovider,
>> however, the id return is null
>>
>>
>> public String getCacheKey(MarkupContainer container, Class<?> containerClass) {
>>                         return null;
>>                 }
>>
>> we ahve several components doing this.
>> is this a possible cause as to why the wrong component was rendered ?
>>
>> thanks
>> horacio
>> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
>> <ho...@gmail.com> wrote:
>>> hi,
>>>
>>> thanks! i also noticed that it seems to happen on an SSL site rather
>>> than on a non ssl site.
>>>
>>> Thanks!
>>> Horacio
>>>
>>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
>>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>>>> but there the problem was that images in .css were broken, i.e. they
>>>> are relative to the .css, but since the .css path is encoded the
>>>> resolved path for the image was invalid
>>>>
>>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>> doesnt ring a bell.
>>>>>
>>>>> -igor
>>>>>
>>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>>>>> <ho...@gmail.com> wrote:
>>>>>> btw, i just made up the crypted url of course.
>>>>>> index is supposed to a wicket page.
>>>>>> i also noticed that the image that it downloads is referenced in a css
>>>>>> file in the application so it is a resource
>>>>>>
>>>>>> was there any bug of this nature reported before? i'm trying to find
>>>>>> one but i can't seem to.
>>>>>>
>>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>>>>> <ho...@gmail.com> wrote:
>>>>>>> lol
>>>>>>> sorry about that
>>>>>>>
>>>>>>> anyway here's what happened,
>>>>>>>
>>>>>>> The link I accessed turned into a css image instead.
>>>>>>>
>>>>>>> Here's what it looks like in Firefox
>>>>>>>
>>>>>>> Encrypted URL
>>>>>>>
>>>>>>> index(PNG Image,256x240 pixels)
>>>>>>>
>>>>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>>>>
>>>>>>> and then the image appears.
>>>>>>>
>>>>>>> although the link is supposed to be a link for a page.
>>>>>>>
>>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>>>>
>>>>>>>> -igor
>>>>>>>>
>>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>>>>> encrypted URL. I am redirected to a css image.
>>>>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>>>>> experienced this before?
>>>>>>>>>
>>>>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>>>>> which is a PNG.
>>>>>>>>>
>>>>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>>>>
>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> ----------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
Is this related?

ever since we placed this tag thats when the error occurs....

<meta http-equiv=x-ua-compatible content="Ie=emulateie7"/>

also another instance is when i accesesed the home page, the css file
appeared instead.

thanks

On Thursday, July 7, 2011, Horacio Natyural <ho...@gmail.com> wrote:
> hi,
>
> i've found that we have several components implementing Imarkupcacheprovider,
> however, the id return is null
>
>
> public String getCacheKey(MarkupContainer container, Class<?> containerClass) {
>                         return null;
>                 }
>
> we ahve several components doing this.
> is this a possible cause as to why the wrong component was rendered ?
>
> thanks
> horacio
> On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
> <ho...@gmail.com> wrote:
>> hi,
>>
>> thanks! i also noticed that it seems to happen on an SSL site rather
>> than on a non ssl site.
>>
>> Thanks!
>> Horacio
>>
>> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
>>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>>> but there the problem was that images in .css were broken, i.e. they
>>> are relative to the .css, but since the .css path is encoded the
>>> resolved path for the image was invalid
>>>
>>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>> doesnt ring a bell.
>>>>
>>>> -igor
>>>>
>>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>>>> <ho...@gmail.com> wrote:
>>>>> btw, i just made up the crypted url of course.
>>>>> index is supposed to a wicket page.
>>>>> i also noticed that the image that it downloads is referenced in a css
>>>>> file in the application so it is a resource
>>>>>
>>>>> was there any bug of this nature reported before? i'm trying to find
>>>>> one but i can't seem to.
>>>>>
>>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>>>> <ho...@gmail.com> wrote:
>>>>>> lol
>>>>>> sorry about that
>>>>>>
>>>>>> anyway here's what happened,
>>>>>>
>>>>>> The link I accessed turned into a css image instead.
>>>>>>
>>>>>> Here's what it looks like in Firefox
>>>>>>
>>>>>> Encrypted URL
>>>>>>
>>>>>> index(PNG Image,256x240 pixels)
>>>>>>
>>>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>>>
>>>>>> and then the image appears.
>>>>>>
>>>>>> although the link is supposed to be a link for a page.
>>>>>>
>>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>>>
>>>>>>> -igor
>>>>>>>
>>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>>>> <ho...@gmail.com> wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>>>> encrypted URL. I am redirected to a css image.
>>>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>>>> experienced this before?
>>>>>>>>
>>>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>>>> which is a PNG.
>>>>>>>>
>>>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> ----------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
hi,

i've found that we have several components implementing Imarkupcacheprovider,
however, the id return is null


public String getCacheKey(MarkupContainer container, Class<?> containerClass) {
			return null;
		}

we ahve several components doing this.
is this a possible cause as to why the wrong component was rendered ?

thanks
horacio
On Thu, Jul 7, 2011 at 7:30 AM, Horacio Natyural
<ho...@gmail.com> wrote:
> hi,
>
> thanks! i also noticed that it seems to happen on an SSL site rather
> than on a non ssl site.
>
> Thanks!
> Horacio
>
> On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
>> https://issues.apache.org/jira/browse/WICKET-3514 is similar
>> but there the problem was that images in .css were broken, i.e. they
>> are relative to the .css, but since the .css path is encoded the
>> resolved path for the image was invalid
>>
>> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>> doesnt ring a bell.
>>>
>>> -igor
>>>
>>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>>> <ho...@gmail.com> wrote:
>>>> btw, i just made up the crypted url of course.
>>>> index is supposed to a wicket page.
>>>> i also noticed that the image that it downloads is referenced in a css
>>>> file in the application so it is a resource
>>>>
>>>> was there any bug of this nature reported before? i'm trying to find
>>>> one but i can't seem to.
>>>>
>>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>>> <ho...@gmail.com> wrote:
>>>>> lol
>>>>> sorry about that
>>>>>
>>>>> anyway here's what happened,
>>>>>
>>>>> The link I accessed turned into a css image instead.
>>>>>
>>>>> Here's what it looks like in Firefox
>>>>>
>>>>> Encrypted URL
>>>>>
>>>>> index(PNG Image,256x240 pixels)
>>>>>
>>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>>
>>>>> and then the image appears.
>>>>>
>>>>> although the link is supposed to be a link for a page.
>>>>>
>>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>>
>>>>>> -igor
>>>>>>
>>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>>> <ho...@gmail.com> wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>>> encrypted URL. I am redirected to a css image.
>>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>>> experienced this before?
>>>>>>>
>>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>>> which is a PNG.
>>>>>>>
>>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
hi,

thanks! i also noticed that it seems to happen on an SSL site rather
than on a non ssl site.

Thanks!
Horacio

On Thu, Jul 7, 2011 at 12:37 AM, Martin Grigorov <mg...@apache.org> wrote:
> https://issues.apache.org/jira/browse/WICKET-3514 is similar
> but there the problem was that images in .css were broken, i.e. they
> are relative to the .css, but since the .css path is encoded the
> resolved path for the image was invalid
>
> On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>> doesnt ring a bell.
>>
>> -igor
>>
>> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
>> <ho...@gmail.com> wrote:
>>> btw, i just made up the crypted url of course.
>>> index is supposed to a wicket page.
>>> i also noticed that the image that it downloads is referenced in a css
>>> file in the application so it is a resource
>>>
>>> was there any bug of this nature reported before? i'm trying to find
>>> one but i can't seem to.
>>>
>>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>>> <ho...@gmail.com> wrote:
>>>> lol
>>>> sorry about that
>>>>
>>>> anyway here's what happened,
>>>>
>>>> The link I accessed turned into a css image instead.
>>>>
>>>> Here's what it looks like in Firefox
>>>>
>>>> Encrypted URL
>>>>
>>>> index(PNG Image,256x240 pixels)
>>>>
>>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>>
>>>> and then the image appears.
>>>>
>>>> although the link is supposed to be a link for a page.
>>>>
>>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>>> it is almost impossible to help you when you are so many versions behind...
>>>>>
>>>>> -igor
>>>>>
>>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>>> <ho...@gmail.com> wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I'm having this really weird problem and it is intermettent.
>>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>>> encrypted URL. I am redirected to a css image.
>>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>>> experienced this before?
>>>>>>
>>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>>> which is a PNG.
>>>>>>
>>>>>> I'm using wicket 1.4.3 btw,
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
>
>
> --
> Martin Grigorov
> jWeekend
> Training, Consulting, Development
> http://jWeekend.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Martin Grigorov <mg...@apache.org>.
https://issues.apache.org/jira/browse/WICKET-3514 is similar
but there the problem was that images in .css were broken, i.e. they
are relative to the .css, but since the .css path is encoded the
resolved path for the image was invalid

On Wed, Jul 6, 2011 at 6:01 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> doesnt ring a bell.
>
> -igor
>
> On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
> <ho...@gmail.com> wrote:
>> btw, i just made up the crypted url of course.
>> index is supposed to a wicket page.
>> i also noticed that the image that it downloads is referenced in a css
>> file in the application so it is a resource
>>
>> was there any bug of this nature reported before? i'm trying to find
>> one but i can't seem to.
>>
>> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
>> <ho...@gmail.com> wrote:
>>> lol
>>> sorry about that
>>>
>>> anyway here's what happened,
>>>
>>> The link I accessed turned into a css image instead.
>>>
>>> Here's what it looks like in Firefox
>>>
>>> Encrypted URL
>>>
>>> index(PNG Image,256x240 pixels)
>>>
>>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>>
>>> and then the image appears.
>>>
>>> although the link is supposed to be a link for a page.
>>>
>>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>>> it is almost impossible to help you when you are so many versions behind...
>>>>
>>>> -igor
>>>>
>>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>>> <ho...@gmail.com> wrote:
>>>>> Hi,
>>>>>
>>>>> I'm having this really weird problem and it is intermettent.
>>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>>> encrypted URL. I am redirected to a css image.
>>>>> My page becomes a png. This is very intermettent though, anyone
>>>>> experienced this before?
>>>>>
>>>>> Instead of getting my desired page, I am redirected to a css image
>>>>> which is a PNG.
>>>>>
>>>>> I'm using wicket 1.4.3 btw,
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Igor Vaynberg <ig...@gmail.com>.
doesnt ring a bell.

-igor

On Wed, Jul 6, 2011 at 8:32 AM, Horacio Natyural
<ho...@gmail.com> wrote:
> btw, i just made up the crypted url of course.
> index is supposed to a wicket page.
> i also noticed that the image that it downloads is referenced in a css
> file in the application so it is a resource
>
> was there any bug of this nature reported before? i'm trying to find
> one but i can't seem to.
>
> On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
> <ho...@gmail.com> wrote:
>> lol
>> sorry about that
>>
>> anyway here's what happened,
>>
>> The link I accessed turned into a css image instead.
>>
>> Here's what it looks like in Firefox
>>
>> Encrypted URL
>>
>> index(PNG Image,256x240 pixels)
>>
>> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>>
>> and then the image appears.
>>
>> although the link is supposed to be a link for a page.
>>
>> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>>> it is almost impossible to help you when you are so many versions behind...
>>>
>>> -igor
>>>
>>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>>> <ho...@gmail.com> wrote:
>>>> Hi,
>>>>
>>>> I'm having this really weird problem and it is intermettent.
>>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>>> encrypted URL. I am redirected to a css image.
>>>> My page becomes a png. This is very intermettent though, anyone
>>>> experienced this before?
>>>>
>>>> Instead of getting my desired page, I am redirected to a css image
>>>> which is a PNG.
>>>>
>>>> I'm using wicket 1.4.3 btw,
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
btw, i just made up the crypted url of course.
index is supposed to a wicket page.
i also noticed that the image that it downloads is referenced in a css
file in the application so it is a resource

was there any bug of this nature reported before? i'm trying to find
one but i can't seem to.

On Wed, Jul 6, 2011 at 11:31 PM, Horacio Natyural
<ho...@gmail.com> wrote:
> lol
> sorry about that
>
> anyway here's what happened,
>
> The link I accessed turned into a css image instead.
>
> Here's what it looks like in Firefox
>
> Encrypted URL
>
> index(PNG Image,256x240 pixels)
>
> https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76
>
> and then the image appears.
>
> although the link is supposed to be a link for a page.
>
> On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>> it is almost impossible to help you when you are so many versions behind...
>>
>> -igor
>>
>> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
>> <ho...@gmail.com> wrote:
>>> Hi,
>>>
>>> I'm having this really weird problem and it is intermettent.
>>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>>> encrypted URL. I am redirected to a css image.
>>> My page becomes a png. This is very intermettent though, anyone
>>> experienced this before?
>>>
>>> Instead of getting my desired page, I am redirected to a css image
>>> which is a PNG.
>>>
>>> I'm using wicket 1.4.3 btw,
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Horacio Natyural <ho...@gmail.com>.
lol
sorry about that

anyway here's what happened,

The link I accessed turned into a css image instead.

Here's what it looks like in Firefox

Encrypted URL

index(PNG Image,256x240 pixels)

https://ip_addr:port/contextroot/index?x=23423562302982lj;lkjsf73jf;2lkjf;2l3kjf;l2k3fj;lkjf76

and then the image appears.

although the link is supposed to be a link for a page.

On Wed, Jul 6, 2011 at 11:22 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> it is almost impossible to help you when you are so many versions behind...
>
> -igor
>
> On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
> <ho...@gmail.com> wrote:
>> Hi,
>>
>> I'm having this really weird problem and it is intermettent.
>> It seems that when I click a URL wich uses an AjaxFallbackLink and
>> encrypted URL. I am redirected to a css image.
>> My page becomes a png. This is very intermettent though, anyone
>> experienced this before?
>>
>> Instead of getting my desired page, I am redirected to a css image
>> which is a PNG.
>>
>> I'm using wicket 1.4.3 btw,
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket Encrypted URL Redirects To A Css Image

Posted by Igor Vaynberg <ig...@gmail.com>.
it is almost impossible to help you when you are so many versions behind...

-igor

On Wed, Jul 6, 2011 at 7:17 AM, Horacio Natyural
<ho...@gmail.com> wrote:
> Hi,
>
> I'm having this really weird problem and it is intermettent.
> It seems that when I click a URL wich uses an AjaxFallbackLink and
> encrypted URL. I am redirected to a css image.
> My page becomes a png. This is very intermettent though, anyone
> experienced this before?
>
> Instead of getting my desired page, I am redirected to a css image
> which is a PNG.
>
> I'm using wicket 1.4.3 btw,
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org