Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ua-dev] problem with topic URLs that include a "+"


Hi Richard,

I can confirm there is indeed some code that explicitly looks for '+' and replaces with a space; I suspect this was a means of accessing documents whose filenames had spaces in them. However since the documentation for help doesn't state this restriction then this is a bug.

There appear to be two places where the escaping happens (on toc load, and topic display), so unfortunately escaping doesn't do the trick.

I've opened the following bug on your behalf:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=137047

Let's continue the discussion in the bug. Can you (and anyone else interested) CC yourself to the bug?

Thanks,
Curt




Richard O Curtis <rocurtis@xxxxxxxxxx>
Sent by: platform-ua-dev-bounces@xxxxxxxxxxx

17/04/2006 09:45 AM

Please respond to
"Eclipse Platform User Assistance component developers list." <platform-ua-dev@xxxxxxxxxxx>

To
"Eclipse Platform User Assistance component developers list." <platform-ua-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-ua-dev] problem with topic URLs that include a "+"





platform-ua-dev-bounces@xxxxxxxxxxx wrote on 04/17/2006 09:12:08 AM:

> It is possible that '+' is confusing the help's URL
> processor because it is
> normally used to for the application arguments. Have
> you tried to escape
> the href (use %2B instead of +)?

this toc entry also fails to find the file topics/test%2Bcase.htm:

  <topic label="Test+case" href="">
Am I missing some additional escapes?

In any event, this would not really solve our problem, since renaming
all of the affected topics in this fashion would cause other problems
for us.




_______________________________________________
platform-ua-dev mailing list
platform-ua-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ua-dev


Back to the top