|
|
|
Forum Newbie
      
Group: Customers
Last Login: 10/5/2008 9:16:04 PM
GenoPro Version: 2.0.1.6
Posts: 5,
Visits: 13
|
|
|
|
|
|
IT Director GenoPro
      
Group: Customers
Last Login: Yesterday @ 9:01:50 AM
GenoPro Version: 2.0.1.6
Posts: 455,
Visits: 5,952
|
|
I think that an URL cannot contain a space character. Ideally GenoPro should detect if there is a space in the URL and replace it with the plus (+) character.
If the facts don't fit the theory, change the facts. -- Albert Einstein Jean-Claude Morin Information Technology Director, GenoPro. http://www.genopro.com
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 10/5/2008 9:16:04 PM
GenoPro Version: 2.0.1.6
Posts: 5,
Visits: 13
|
|
That's interesting because I have a website just loaded with file names with imbedded Spaces and they work just fine with IE, FireFox and Safari, so I am sure that the urls with spaces are ok.
None of us is as dumb as all of us.
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 10/5/2008 9:16:04 PM
GenoPro Version: 2.0.1.6
Posts: 5,
Visits: 13
|
|
The Browser automatically inserts %20 in palce of the Space .... so it does accept it.
None of us is as dumb as all of us.
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 10:20:31 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,355
|
|
JcMorin (8/29/2008) I think that an URL cannot contain a space character. Ideally GenoPro should detect if there is a space in the URL and replace it with the plus (+) character.The script uses the Report Generator Util.FormatHtmlHyperlink method. I suspect it uses Util.HtmlEncode internally. There seems to be a GenoPro bug. This method does appear to convert spaces to + but it should not. They should be converted to %20 instead. There is some suggestion elsewhere that spaces in any query string in the URL should be converted to + but not in any other component of the URL.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Legendary Master
       
Group: Administrators
Last Login: Today @ 9:31:29 AM
GenoPro Version: 2.0.1.6
Posts: 3,517,
Visits: 14,852
|
|
I fixed the encoding to replace the space by %20 instead of the plus sign (+) if found before the query string (?). This is the new encoding:| http://www.genopro.com/contact us/ => http://www.genopro.com/contact%20us/ http://www.genopro.com?contact us => http://www.genopro.com?contact+us |
The fix is available at www.genopro.com/download/InstallGenoPro.2.0.1.6.exe. Can someone confirm it is working now. I did testing on my machine and it was working before the fix, so I cannot really tell if the fix really changed anything.
|
|
|
|
|
Forum Newbie
      
Group: Customers
Last Login: 10/5/2008 9:16:04 PM
GenoPro Version: 2.0.1.6
Posts: 5,
Visits: 13
|
|
It works like a champ. I am SO glad that do not have to chang over 1,000 file names on my website to make this stuff work.
Many Thanks
ChuckS
None of us is as dumb as all of us.
|
|
|
|