Questions Tagged With jsfhttps://answers.axonivy.com/tags/jsf/?type=rss&user=Lukas%20Liebquestions tagged <span class="tag">jsf</span>enWed, 18 Mar 2020 03:02:35 -0400Static JSF pages not found after updating to 8.0.4 / 9.1.0https://answers.axonivy.com/questions/4457/static-jsf-pages-not-found-after-updating-to-8-0-4-9-1-0<p>Since 8.0 you can create static JSF pages. Those pages can be accessed directly via a URL without being in an an HtmlDialog context. And until 8.0.3 they were still located in the <code>webContent</code> folder.</p> <p><strong>Are you affected?</strong></p> <p>If you used static pages and you upgrade to 8.0.4 your page will no longer be found by the engine.</p> <p><strong>What have changed?</strong></p> <p>To improve security, we changed the location to <code>webContent/view</code>. This helps you to decide which pages should be static and can be accessed directly. </p> <p><strong>How should your webContent folder look like?</strong></p> <p>If you use static pages, you should have a <code>view</code> folder, and if not, please do not use this folder. Your structure could look like something like the this:</p> <pre><code>webContent - META-INF/ - WEB-INF/ - view/ (static JSF pages -&gt; direct call possible) - includes/ (templates, dialogs, etc -&gt; no direct call allowed) - resources/ (images, css, js, etc. -&gt; no direct call allowed) </code></pre> <p><strong>Additional info</strong></p> <p>If you use static pages, you should consider securing them with a login.</p>Lukas LiebWed, 18 Mar 2020 03:02:35 -0400https://answers.axonivy.com/questions/4457/static-jsf-pages-not-found-after-updating-to-8-0-4-9-1-0securityjsf