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 "+"

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 +)?

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850



                                                                           
             Richard O Curtis                                              
             <rocurtis@xxxxxx.                                             
             com>                                                       To 
             Sent by:                  platform-ua-dev@xxxxxxxxxxx         
             platform-ua-dev-b                                          cc 
             ounces@xxxxxxxxxx                                             
             g                                                     Subject 
                                       [platform-ua-dev] problem with      
                                       topic URLs that include a "+"       
             04/17/2006 08:57                                              
             AM                                                            
                                                                           
                                                                           
             Please respond to                                             
             "Eclipse Platform                                             
              User Assistance                                              
                 component                                                 
             developers list."                                             
             <platform-ua-dev@                                             
               eclipse.org>                                                
                                                                           
                                                                           




In the course of packaging an existing set of Help
topics as an Eclipse Help plug-in, we've discovered
that topics whose URLs contain the "+" character cannot
be found by the Help system. Using a toc.xml that
contains these two entries:

   <topic label="Test+case" href="topics/testcase.htm"/>
   <topic label="Test+case" href="topics/test+case.htm"/>

the first entry works but the second displays a "The
topic that you have requested is not available."
message. It looks to us like "+' is a legal character in
an http URL, so we were going to open a defect in
bugzilla, but before we do, I wanted to check the list
to see if anyone else has seen this problem or has any
background on why it exists. (We can make this happen
in any version of Eclipse since 3.0.)

thanks,

Richard O. Curtis
Senior Software Engineer
ClearCase Engineering
Rational Software
IBM Software Group
20 Maguire Rd.
Lexington, MA 02421-3112

781-676-2691          //voice
781-676-2410          //FAX
rocurtis@xxxxxxxxxx   //inet

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




Back to the top