Commit 0476ac4c3926598b12a2c17fb47def9d40569978

Added '+' to the branch/sha pattern

Signed-off-by: David A. Cuadrado <krawek@gmail.com>
  
1717 # Allow downloading Web Service WSDL as a file with an extension
1818 # instead of a file named 'wsdl'
1919 #map.connect ':controller/service.wsdl', :action => 'wsdl'
20 VALID_SHA = /[a-zA-Z0-9~\{\}\^\.\-_]+/
20 VALID_SHA = /[a-zA-Z0-9~\{\}\+\^\.\-_]+/
2121 map.root :controller => "site", :action => "index"
2222
2323 map.resource :account, :member => {:password => :get, :update_password => :put} do |account|