On Thu, Mar 1, 2012 at 10:06 AM, Douglas Ferguson <[email protected]> wrote:
>>
>>
>> Feel free to update the migration page where you see it misses some info.
>
> What's the process for updating?

Create an account for the Wiki and update the page(s).

>
>>
>>>
>>>
>>>
>>>
>>>>
>>>> Dan
>>>>
>>>> On Wed, Feb 29, 2012 at 9:01 PM, Douglas Ferguson <[email protected]> wrote:
>>>>
>>>>> Just found another one:
>>>>>
>>>>> What did AbortException get replaced with?
>>>>>
>>>>> Douglas
>>>>>
>>>>> On Feb 29, 2012, at 10:44 PM, Douglas Ferguson wrote:
>>>>>
>>>>>> I was reading the migration doc and I'm not sure how I would migrate
>>>>> this to 1.5:
>>>>>>
>>>>>>              WebRequest webRequest = (WebRequest)
>>>>> RequestCycle.get().getRequest();
>>>>>>              HttpServletRequest httpServletRequest =
>>>>> (HttpServletRequest)webRequest.getContainerRequest();
>>>>>>              String jqueryURl = "
>>>>> http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js";;
>>>>>>              if(httpServletRequest.isSecure()){
>>>>>>                      jqueryURl = jqueryURl.replaceFirst("http://";,
>>>>> "https://";);
>>>>>>              }
>>>>>>
>>>>> component.add(JavascriptPackageResource.getHeaderContribution(jqueryURl));
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: [email protected]
>>>>> For additional commands, e-mail: [email protected]
>>>>>
>>>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [email protected]
>>> For additional commands, e-mail: [email protected]
>>>
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to