[seam-issues] [JBoss JIRA] Created: (JBSEAM-4778) Valid URLs are ignored on Excel Stylesheet ULink components (CSSParser.java)

Juan Francisco Ara Monzon (JIRA) jira-events at lists.jboss.org
Wed Feb 9 07:58:47 EST 2011


Valid URLs are ignored on Excel Stylesheet ULink components (CSSParser.java)
----------------------------------------------------------------------------

                 Key: JBSEAM-4778
                 URL: https://issues.jboss.org/browse/JBSEAM-4778
             Project: Seam
          Issue Type: Bug
          Components: Excel
    Affects Versions: 2.2.1.Final
         Environment: Standard
            Reporter: Juan Francisco Ara Monzon
            Priority: Trivial
             Fix For: 2.3.0.ALPHA


Valid URLs are not being processed correctly by CSSParser

If you load a URL with ftp/http format (http://) works perfectly, but if you reference a resource inside the application (i.e. classLoader.getResource("whatever").toString()) the parser doesn't recognices it as a valid URL

CSSParser discriminates between resources or urls by "://" but should be doing by ":/" (as in jar:/.... or vfszip:// returned from WEB-INF/classes/ files.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list