melistik / vaadin-jcrop

Vaadin wrapping for the jQuery plugin jCrop
https://vaadin.com/directory#!addon/jcrop-wrapper
MIT License
3 stars 2 forks source link

Fixing problem while working with multiple UIs #3

Closed moberwasserlechner closed 5 years ago

moberwasserlechner commented 9 years ago

I'm working with more than one Vaadin UI. The UI using this addon is bound to the path "/s/" and the addon's request results in "/s/" + this.requestHandlerUri.

The PR changes the behavior only slightly and now accepts requests from different UIs.