Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Method for validating url patterns

Title: Method for validating url patterns

Hello,

I want to implement validation of URL patterns in the timeframe of 3.0 M3.
The URL patterns validation will be used on several places:
  - Servlet mappings in the Servlet wizard
  - Filter mappings in the Filter wizard (the Filter wizard will be a new feature for M3).
  - Validation of Servlet and Filter mappings in the web.xml.
There could be other places where such validation would be needed.

Therefore, I want to put a static method that validates given URL pattern in a common plugin.
Where is the best place for such a method?

This functionality is not specific for Java EE projects, but relates also to common Web projects.

Greetings,
Kaloyan Raev
Senior Developer
NW C JS TOOLS JEE (BG)
SAP Labs Bulgaria
T +359/2/9157-416
mailto:kaloyan.raev@xxxxxxx
www.sap.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top