TheCoder4eu / BootsFacesWeb

BootsFaces : the next gen JSF Framework Web Docs
Apache License 2.0
36 stars 32 forks source link

Fix context path for ROOT or single letter pathes #67

Closed sebsoftware closed 4 years ago

sebsoftware commented 4 years ago

If the app is installed in the ROOT context (contextPath = "") or if it is installed in a contextPath with a single letter i.E. "b" no slash is appended, so path would be i.E. "forms/...." or "bforms/..." resulting in a wrong target location if it is selected from a subpage. (Tested with apache Tomee)