]
Marek Novotny updated JBSEAM-4778:
----------------------------------
Fix Version/s: The future
(was: 2.3.0.ALPHA)
Valid URLs are ignored on Excel Stylesheet ULink components
(CSSParser.java)
----------------------------------------------------------------------------
Key: JBSEAM-4778
URL:
https://issues.jboss.org/browse/JBSEAM-4778
Project: Seam 2
Issue Type: Bug
Components: Excel
Affects Versions: 2.2.1.Final
Environment: Standard
Reporter: Juan Francisco Ara Monzon
Assignee: Nicklas Karlsson
Priority: Trivial
Labels: classloader, excel, stylesheet, url
Fix For: The future
Original Estimate: 1 hour
Remaining Estimate: 1 hour
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: