Hi Carlin,

I meant to reply earlier -- just took me a while to digest all of this. It looks great. (Parsing of web.xml in DefaultServerAdapter can come later.) Checking this in right now...

Thanks!
Rich

Carlin Rogers wrote:

The attached patch contains the following changes...

- Added the schema for the url-templates-config.xml
- Modified the UrlTemplateDescriptor class to utilize
  new classes that utilize XMLBeans to read and parse
  a WEB-INF/url-templates-config.xml file.
- Added a new UrlTemplate class to provide an object
  containing a parsed representation of a given url
  template found in the config file. This should
  improve performance as the old code was doing
  string parsing each time a single token was to
  be replaced with a value.
- Resurrected the urlTemplates webapp, adding an ant
  build.xml, consistent index page flow, removing
  some obsolete files, and fixing the testRecorder
  config. Note that this test will not run correctly
  unless configured with a ServerAdapter that
  returns the correct SecurityProtocol value for a
  given URL. (ToDo: need to update the
  DefaultServerAdapter to parse the web.xml and
  return the correct SecurityProtocol based on
  security-constraint elements)
- cleaned up some of the tiles test jsp files.
- other minor clean up (typos, etc.)


Thanks, Carlin



Reply via email to