/[Apache-SVN]
ViewVC logotype

Revision 542461


Jump to revision: Previous Next
Author: ryan
Date: Tue May 29 08:52:03 2007 UTC (17 years, 5 months ago)
Changed paths: 3
Log Message:
Error code cleanup.  Changing:
 SolrException( 1, ... ) to SolrException( 500, ... ) 
 SolrException( 2, ... ) to SolrException( 400, ... )

Now, the only status codes set in SolrExceptions are valid HTTP status codes: 
 500
 400
 503
 404



Changed paths

Path Details
Directorylucene/solr/trunk/src/java/org/apache/solr/schema/IndexSchema.java modified , text changed
Directorylucene/solr/trunk/src/java/org/apache/solr/update/DirectUpdateHandler.java modified , text changed
Directorylucene/solr/trunk/src/java/org/apache/solr/update/UpdateHandler.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26