/[Apache-SVN]
ViewVC logotype

Revision 900191


Jump to revision: Previous Next
Author: fmeschbe
Date: Sun Jan 17 18:44:45 2010 UTC (14 years, 6 months ago)
Changed paths: 1
Log Message:
FELIX-1957 Replace use String.matches by using a regular string match. First this makes this method usable in a OSGi/Minimum-1.0 EE evnironment this should also make this method faster: Previously the list was iterated and for each pattern, the JAR file was opened and scanned. Now the JAR file is opened and scanned once and for each entry, the list of "prefixes" is matched.

Changed paths

Path Details
Directoryfelix/trunk/webconsole/src/main/java/org/apache/felix/webconsole/internal/misc/LicenseServlet.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26