> On Aug. 17, 2012, 11:08 p.m., Kelven Yang wrote: > > I can't apply the patch as git throws errors, could you double check if > > your patch is properly generated (for example, no unresolved conflicts, use > > space in place of tabs and don't mix space and tabs) > > Rajesh Battala wrote: > Hi Kelven, > I had uses spaces instead of tabs (eclipse setting). This patch is two > diff's right. there is a parent patch and later I had updated diff's with > your review comments? >
Hi Kelven, I had added the new patch. I was able to see the diff from review board now. - Rajesh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6608/#review10486 ----------------------------------------------------------- On Aug. 24, 2012, 10:12 a.m., Rajesh Battala wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6608/ > ----------------------------------------------------------- > > (Updated Aug. 24, 2012, 10:12 a.m.) > > > Review request for cloudstack and Kelven Yang. > > > Description > ------- > > When a viewer is launched, the images are getting stored in > AjaxImageFifoCache class. > When request for thumbnail, we need to pass "key" param to retreive the image > and its not getting passed so thumbnail is requested its failing with NPE. > Issue is fixed by passing key param with default value 0 and Image is > retrieved with the current key value. > > > This addresses bug CS-15778. > > > Diffs > ----- > > console-proxy/src/com/cloud/consoleproxy/AjaxFIFOImageCache.java c9b5b60 > console-proxy/src/com/cloud/consoleproxy/ConsoleProxyAjaxImageHandler.java > 1fdda2e > server/src/com/cloud/servlet/ConsoleProxyServlet.java a8519fe > > Diff: https://reviews.apache.org/r/6608/diff/ > > > Testing > ------- > > > Thanks, > > Rajesh Battala > >