yii2-image-manager icon indicating copy to clipboard operation
yii2-image-manager copied to clipboard

Apache crashes because two "?" in get query

Open vitalyashe opened this issue 6 years ago • 0 comments

I tried to get image via Controller, like "/file/getImage/?path=1.jpg", but when i select image in widget, module makes request "/file/getImage/?path=1.jpg?t=1529679246" and apache crashes. Can you check a url, is it contain "?" and replace it with "&", if needed.

https://github.com/noam148/yii2-image-manager/blob/7c701c7123b217537d8abd11e31264582e7108b1/controllers/ManagerController.php#L351

vitalyashe avatar Jun 22 '18 14:06 vitalyashe