Hello,
In section 140.5 of the osgi cmpn r7, it states that either osgi.http.whiteboard.filter.pattern, osgi.http.whiteboard.filter.regex or osgi.http.whiteboard.filter.servlet need to be specified. As far as I remember, when i was using web.xml to register servlet filters, i can only either specify a url-pattern or a servlet in the filter-mapping element. These correspond to the osgi.http.whiteboard.filter.pattern and osgi.http.whiteboard.filter.servlet attribute so my take is that the whiteboard implementation pass the values of these attributes to the servlet container as is. What about the osgi.http.whiteboard.filter.regex? Since the servlet spec does not have this, would the whiteboard impl need to convert the regex to some filter pattern before passing it to the servlet container? Does paxweb support registering servlet filter with osgi.http.whiteboard.filter.regex?
Thai