Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   - "/URI" -> points to a URI relative to server root (e.g if http://localhost:8080/..../store.html" has a reference to "/Catalog", it expects catalog to be in the same level as it is http://localhost:8080/Catalog)

Binding

Binding URI

Embedded HTTP Host

WebApp Host

Widget

Comments

<binding.xyz />

 

 

 

 

no @uri

<binding.xyz uri="http://example.com/ABC"/>

 

 

 

 

absolute @uri

<binding.xyz uri="ABC"/>

/component/service/Catalog

 

 

\\

relative URI NOT starting with /

<binding.xyz uri="/ABC"/>

/ABC

 

 


relative URI starting with /

My expectation regarding widget

...