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
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to