projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 255 forks source link

Unpermitted parameter: :id #3154

Open jcoyne opened 1 month ago

jcoyne commented 1 month ago

This seems to just be a warning, but it's in red and so a bit disconcerting.

Started GET "/catalog/d71f88d6-5f98-4aab-93f7-5b39a7028057" for 127.0.0.1 at 2024-05-14 09:42:29 -0400
Processing by CatalogController#show as HTML
  Parameters: {"id"=>"d71f88d6-5f98-4aab-93f7-5b39a7028057"}
Unpermitted parameter: :id. Context: { controller: CatalogController, action: show, request: #<ActionDispatch::Request:0x0000000107d282c0>, params: {"controller"=>"catalog", "action"=>"show", "id"=>"d71f88d6-5f98-4aab-93f7-5b39a7028057"} }

...
Completed 200 OK in 95ms (Views: 45.6ms | ActiveRecord: 0.2ms | Allocations: 38415)