Menu

#344 Forward Slash In Parameter Changes to Backslash

open
nobody
None
5
2010-04-14
2010-04-14
Anonymous
No

Love using launchy! It has changed my experience when working in Windows!

In weby or the runner if a url contains a forward slash it will be "converted" into a backslash. For example look at the project url parameter below:

In Weby:
http://ah-opengrok.ptcnet.ptc.com/search?q=%1&defs=&refs=&path=%2&hist=&project=/x-20
Turns into
http://ah-opengrok.ptcnet.ptc.com/search?q=blah&defs=&refs=&path=blah&hist=&project=\x-20

In Runner:
http://ah-opengrok.ptcnet.ptc.com/search?q=$$&defs=&refs=&path=$$&hist=&project=/x-20
Turns into
http://ah-opengrok.ptcnet.ptc.com/search?q=blah&defs=&refs=&path=blah&hist=&project=\x-20

- Ryan Alberts

Discussion

  • Anonymous

    Anonymous - 2010-04-14

    I am using version 2.5.0 of launchy on Windows XP.

     
  • Simon

    Simon - 2010-04-29

    Fixed Weby for 2.5.1 so that it doesn't translate / to \

     

Log in to post a comment.