[jboss-dev-forums] [JBoss OSGi Development] - Re: FrameworkUtil and Filter implementations

adrian@jboss.org do-not-reply at jboss.com
Tue Aug 25 12:13:47 EDT 2009


What's the issue with JBOSGI-129?

According to my view this represents bugs in the OSGi provided class versus what I implemented?

e.g.

  | (*=b) is invalid since it doesn't have an attribute name
  | (a=) must be valid, it matches the empty string
  | (a<=2 ) must be invalid since the spec says spaces are significant for values and "2 " cannot be converted to a number using valueOf() as required by the spec - ok you could be a bit lenient here but it requires treating numbers in a special way
  | (a>= ) shouldn't throw NumberFormatException which isn't declared in the javadoc, it should either throw InvalidSyntaxException or return false when matching.
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251604#4251604

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251604



More information about the jboss-dev-forums mailing list