Framework UI seems to call connector post processing more than needed
---------------------------------------------------------------------

                 Key: CONNECTORS-47
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-47
             Project: Lucene Connector Framework
          Issue Type: Bug
          Components: Framework crawler agent
            Reporter: Karl Wright
            Priority: Minor


Connector form post processing is currently invoked both in execute.jsp (which 
is the target of all form posts), as well as in individual edit pages (such as 
editconfig.jsp and editjob.jsp).  Unless a reason can be found for why this is 
done, the individual edit page calls should be removed, since they are by 
definition superfluous.

Possible reasons it was done this way were:

(a) that code predates execute.jsp
(b) some other functionality, e.g. copy or posting of certificates, needs it

At any rate, this should be looked at after the bulk of CONNECTORS-40 related 
changes are committed to trunk.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to