Ticket #15 (closed enhancement: fixed)

Opened 10 months ago

Last modified 9 months ago

Warn about missing parameters

Reported by: kred Owned by: arneke
Priority: minor Milestone: 0.8
Component: core Version:
Keywords: Cc:

Description

In case of missing configuration parameter from .properties display useful information instead of 500 error message and "javax.servlet.ServletException:" that tell absolutely nothing to end users.

In case of missing required parameter display simple list of parameters, where required are in red, found are in green and other in black.

Change History

Changed 10 months ago by arneke

Do you remember which parameter it was?

For most parameters there are default values, wmsurl and wmslayers being the two exceptions I can think of right now.

Changed 9 months ago by arneke

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 0.8

All mandatory parameters (those that are not ignored anyway) are now checked and return meaningfull error messages.

Note: See TracTickets for help on using tickets.