This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 243752 - JSF support doesn't handle superfluous slash at the end of custom taglib namespace definition
Summary: JSF support doesn't handle superfluous slash at the end of custom taglib name...
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 05:43 UTC by Martin Fousek
Modified: 2014-07-25 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
testing project (21.31 KB, application/x-zip-compressed)
2014-04-11 05:43 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2014-04-11 05:43:01 UTC
Created attachment 146684 [details]
testing project

See the attached project. In case of superfluous slash at the end of the namespace registered in taglib.xml or used in Facelet the JSF support for that library doesn't work at all. But runtime looks to be able to handle it correctly.
Comment 1 Martin Fousek 2014-04-11 06:32:13 UTC
One of related issues reported from user in bug #243649 is for this ns:
http://code.google.com/p/gmaps4jsf/
Comment 2 Martin Fousek 2014-07-25 09:14:08 UTC
In runtime is no exception thrown but the component doesn't work properly which means that the ending slash has to be complied in the namespace declaration.

Closing as invalid.