Commit e70d7e66e36517514016b3a4b5c53f4febc65d28

boo, routing conditions/requirements ignores the caseinsensitive regexp flag

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~\{\}\^\.]+/i
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|
toggle raw diff