Skip to content

issues Search Results · repo:metosin/reitit language:Clojure

Filter by

352 results
 (73 ms)

352 results

inmetosin/reitit (press backspace or delete to remove)

Hello! When trying to coerce query parameters using malli, i m receiving the following error: { value : { name : aaaa , lastname : bbbb , age : 123 }, type : reitit.coercion/request-coercion ...
  • DaviNAzevedo
  • 1
  • Opened 
    yesterday
  • #753

body-parser 1.20.3 is vulnerable to denial of service when url encoding is enabled. A malicious actor using a specially crafted payload could flood the server with a large number of requests, resulting ...
  • halge
  • Opened 
    4 days ago
  • #752

https://docs.stripe.com/webhooks/signature (ring/ring-handler ;; API routes (ring/router [... [ /webhook {:post { :summary ... :handler stripe-app/webhook-handler}}]] {:data {:coercion malli/coercion ...
  • tr0b
  • 2
  • Opened 
    4 days ago
  • #751

If the schema of :query parameters is a :map with {:optional keys that have default values set for them, there seems to be no way to enable add-optional-keys option for the default-value-transformer in ...
  • dzhus
  • Opened 
    6 days ago
  • #750

Changing the spec from fn? to ifn? for handlers should fix this
  • ThChatz
  • Opened 
    8 days ago
  • #749

Reitit allows two syntaxes for path parameters, colon and bracket syntax [[ /users/:user-id {:handler get-user}] [ /api/:version/ping {:handler ping-version}]] [[ /users/{user-id} {:handler get-user}] ...
  • brjann
  • Opened 
    18 days ago
  • #748

hi there. love the library, great work! I just set up a small reitit router to test out a few things and noticed something about the behavior. I don t know if this is intentional, so opening a discussion ...
  • merveillevaneck
  • 1
  • Opened 
    20 days ago
  • #747

The current reitit implementation of extract-response-format-default only looks at the muuntaja keys in the request: https://github.com/metosin/reitit/blob/7520d20f123c801d5f8bf9689301ccadd1dae4a5/modules/reitit-core/src/reitit/coercion.cljc#L155-156 ...
bug
  • opqdonut
  • 3
  • Opened 
    on May 28
  • #745

Hi, I upgraded to version 0.9.1 this morning and got the following stacktrace on startup. Anything I should maybe change that would have worked in 0.8.0? Thanks!! Caused by: clojure.lang.ExceptionInfo: ...
question
  • jakepearson
  • 3
  • Opened 
    on May 27
  • #744

Returning a non-200 status from this endpoint, for example: [ /bar {:post {:responses {200 {:content {:default {:schema schema-200}}}} :handler (fn [req] {:status ...
bug
  • opqdonut
  • Opened 
    on May 27
  • #742
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub