Hey ,

When using Panels module i have noticed that one of the ajax calls is creating an url with colon inside :

for Example :
http://dev-www.redbusbingo.com/panels/ajax/editor/select-content/panel_c...

%3A = :

The problem is that iis Dont know how to Handle ":/" , or to say this colon in the end of string

This case break the site with error 500 .

500 Error Case : http://dev-www.redbusbingo.com/panels/ajax/editor/select-content/panel_c... ( Colon at the end Before "/")

Good Case : http://dev-www.redbusbingo.com/panels/ajax/editor/select-content/panel_c... ( NO colon at the end Before the "/")

Is there any way to replace this colons ?

Just to say i have reported this bug to Microsoft and they said that this a security issue and because of that they will not allow colons in the url .

Currently i can't work on my site because of this error and my iis ,
Please assist me with this .

Thanks
Haniel

Comments

bhaniel created an issue. See original summary.

XKILL9R’s picture

Hey Haniel,

I've the exact same issue, here's my thread on Microsoft Azure forum :

https://social.msdn.microsoft.com/Forums/azure/en-US/7f13433a-dcff-430c-...

I agree that replacing colon by another character would work ( pipe "|" for exemple, i've tried it , it works)

If i've time i'll try to fork the project and make a pull request with a correction, but i'm afraid that i can cause other problem in or with other modules, so the dev would be great.

Thanks
Geslain

jimmyko’s picture

I got the same issue on Azure too.

MustangGB’s picture

Category: Bug report » Support request
Priority: Critical » Normal
Status: Active » Closed (outdated)