Opened 15 years ago
Closed 15 years ago
#1355 closed defect (fixed)
Validate returns different Values with different Connections
Reported by: | thomas | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Maestro | Version: | 2.1.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: |
Description
Validation.Validate in the Namespace OSGeo.MapGuide.Maestro.ResourceValidators returns different issues for the LocalNativeConnection and the HttpServerConnection. The TestConnection-Function of the LocalNativeConnection returns "No errors" and the TestConnection of the HttpServerConnection returns "", if there are no errors. So the warnings are not generated for the LocalNativeConnection.
Note:
See TracTickets
for help on using tickets.
Fixed in r4863. Thanks for the heads up.