It's all about the answers!

Ask a question

What to put inside external value in enumeration in RTC


Gagan Kumar (5337) | asked Nov 21 '17, 8:28 a.m.

 What is the use of external value in enumeration

What  to fill inside external value in enumeration in RTC

2 answers



permanent link
Ralph Schoon (61.8k33643) | answered Nov 27 '17, 2:49 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

permanent link
Geoffrey Clemm (30.1k23035) | answered Nov 27 '17, 5:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Nov 27 '17, 5:54 a.m.

This is to provide HTTP access via the OSLC protocol.  You can use any string you want, but to avoid problems with escaping, I suggest limiting the string to unreserved HTTP URL characters (see https://tools.ietf.org/html/rfc3986#page-13 section 2.3).


Your answer


Register or to post your answer.