You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by "Ludwig Magnusson (JIRA)" <ji...@apache.org> on 2009/01/12 15:36:00 UTC

[jira] Created: (TRB-73) Resources restricted by default when a site is generated

Resources restricted by default when a site is generated
--------------------------------------------------------

                 Key: TRB-73
                 URL: https://issues.apache.org/jira/browse/TRB-73
             Project: Turbine
          Issue Type: Bug
          Components: M.E.T.A.
    Affects Versions: M.E.T.A 1.3
            Reporter: Ludwig Magnusson


A turbine site generated by M.E.T.A. per default has this tag in its web.xml under <security-constraint>:
    
    <web-resource-collection>
      <web-resource-name>resources</web-resource-name>
      <url-pattern>/resources/*</url-pattern>
    </web-resource-collection>

One consequence of this is that .css files are not accessible. It's very hard to realise the cause for this, especiallay for new users of turbine. Removing this or improving documentation would be a step in the right direction.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.