Commit a7324de1a5475f6ec56735523f19212b27469f7f

update valid_sha in routes

Commit diff

config/routes.rb

 
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-z0-9]{40}|HEAD)/
20 VALID_SHA = /[a-z0-9~\{\}\^\.]+/i
2121 map.root :controller => "site", :action => "index"
2222
2323 map.resource :account, :member => {:password => :get, :update_password => :put} do |account|
toggle raw diff