• We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      When Confluence is used with Websphere 6.1.0.5 resources such as CSS and Javascript are not loaded correctly resulting in unstyled content and javascript errors.

      From Anton on JRA-12039: The problem is that WebSphere 6.1.0.5 checks if a URL is mapped to a servlet or a file before it puts a request through the filter chain.

      This means our resource requests totally miss the URL rewriting filter, breaking the loading of JS and CSS resources.

          Form Name

            [CONFSERVER-7953] CSS and Javascript not loaded in Websphere 6.1.0.5

            I am also facing the same problem, i tried to find here websphere Online Training
            http://hadooptraininginhyderabad.co.in/websphere-training-in-hyderabad/

            ssslokesh005 added a comment - I am also facing the same problem, i tried to find here websphere Online Training http://hadooptraininginhyderabad.co.in/websphere-training-in-hyderabad/

            This should be a suitable workaround for Confluence in web.xml

            Place this element:

            <servlet-mapping>
            <servlet-name>tiny-url</servlet-name>
            <url-pattern>/s/*</url-pattern>
            </servlet-mapping>

            right after

            <servlet-mapping>
            <servlet-name>exportword</servlet-name>
            <url-pattern>/exportword</url-pattern>
            </servlet-mapping>

            Christopher Owen [Atlassian] added a comment - This should be a suitable workaround for Confluence in web.xml Place this element: <servlet-mapping> <servlet-name>tiny-url</servlet-name> <url-pattern>/s/*</url-pattern> </servlet-mapping> right after <servlet-mapping> <servlet-name>exportword</servlet-name> <url-pattern>/exportword</url-pattern> </servlet-mapping>

              christopher.owen@atlassian.com Christopher Owen [Atlassian]
              christopher.owen@atlassian.com Christopher Owen [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: