[fusion-dev] [Code Review]: Print widget doesn't work with IIS7

Buddy Hu Buddy.Hu at autodesk.com
Fri Dec 11 04:49:25 EST 2009


Hi list:

I attached a patch for ticket #351, please feel free to review this patch.
URL: http://trac.osgeo.org/fusion/ticket/351


Comment:

There is a defect in either JxLib or IIS7. The Print dialog is implemented as a Jx.Dialog. The content of the Jx.Dialog could be set either by:

    Jx.Dialog.content = <html code>,

or Jx.Dialog.contentURL = <content page url>

But, with IIS7, the Jx.Dialog.contentURL doesn't work. The server always get a 400 Bad Request error.

This submission just use the Jx.Dialog.content = <html code> to load the dialog content, and remove the print.html.

Thanks,

-Buddy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fusion-dev/attachments/20091211/08aef350/attachment.html


More information about the fusion-dev mailing list