glatigny / guipro

Graphical User Interface Productivity
GNU General Public License v2.0
5 stars 5 forks source link

Unhandled Exception #6

Closed Shadeclan closed 9 years ago

Shadeclan commented 9 years ago

J, Putting a percent symbol in the parameters seems to cause PortAL to hang. Here's a piece of code sure to cause the problem:

<app name="Windows Explorer" exe="C:\Windows\explorer.exe" param="/e,/root,%L" />

Work-around is, of course, to use the HTML entity &percnt; but I think it shouldn't hang like that.

Good Luck!

obsidev commented 9 years ago

Hi,

I made the fix in the source code ; it will be include in the next release.

Regards,