Merge pull request #1594 from nemtsevp/patch-2
Exceptions in controller methods
This commit is contained in:
		
						commit
						0f85c82a21
					
				| @ -62,12 +62,12 @@ var ( | |||||||
| 	} | 	} | ||||||
| 	// these beego.Controller's methods shouldn't reflect to AutoRouter | 	// these beego.Controller's methods shouldn't reflect to AutoRouter | ||||||
| 	exceptMethod = []string{"Init", "Prepare", "Finish", "Render", "RenderString", | 	exceptMethod = []string{"Init", "Prepare", "Finish", "Render", "RenderString", | ||||||
| 		"RenderBytes", "Redirect", "Abort", "StopRun", "UrlFor", "ServeJson", "ServeJsonp", | 		"RenderBytes", "Redirect", "Abort", "StopRun", "UrlFor", "ServeJSON", "ServeJSONP", | ||||||
| 		"ServeXml", "Input", "ParseForm", "GetString", "GetStrings", "GetInt", "GetBool", | 		"ServeXML", "Input", "ParseForm", "GetString", "GetStrings", "GetInt", "GetBool", | ||||||
| 		"GetFloat", "GetFile", "SaveToFile", "StartSession", "SetSession", "GetSession", | 		"GetFloat", "GetFile", "SaveToFile", "StartSession", "SetSession", "GetSession", | ||||||
| 		"DelSession", "SessionRegenerateID", "DestroySession", "IsAjax", "GetSecureCookie", | 		"DelSession", "SessionRegenerateID", "DestroySession", "IsAjax", "GetSecureCookie", | ||||||
| 		"SetSecureCookie", "XsrfToken", "CheckXsrfCookie", "XsrfFormHtml", | 		"SetSecureCookie", "XsrfToken", "CheckXsrfCookie", "XsrfFormHtml", | ||||||
| 		"GetControllerAndAction"} | 		"GetControllerAndAction", "ServeFormatted"} | ||||||
| 
 | 
 | ||||||
| 	urlPlaceholder = "{{placeholder}}" | 	urlPlaceholder = "{{placeholder}}" | ||||||
| 	// DefaultAccessLogFilter will skip the accesslog if return true | 	// DefaultAccessLogFilter will skip the accesslog if return true | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user