Rocket icon indicating copy to clipboard operation
Rocket copied to clipboard

A web framework for Rust.

Results 144 Rocket issues
Sort by recently updated
recently updated
newest added

**Existing Functionality** Improving guide documentation **Suggested Changes** 1. Fix a typo. 2. A string in `echo` command does not need to be wrapped by double-quotes.

suggestion

**Description** Found this in my log file: ``` Warning: Hyper/Rocket URI validity discord: "/${(%[email protected]@toString(@java.lang.Runtime@getRuntime().exec(\"whoami\").getInputStream(),\"utf-8\")).(@com.opensymphony.webwork.ServletActionContext@getResponse().setHeader(\"X-Response\",%23a))}/"^ [1;49;39m>> [0m [33mPlease report this warning to Rocket's GitHub issue tracker. ``` and ``` Hyper/Rocket URI...

triage

Hello i got some Problems with my Page, i can't use the Register there is a problem i don't know how i can get it to work. `"Error: Captcha validation...

suggestion

Existing Functionality `NamedFile` responder creates the Content-Type header based on the file extension, the `from_extension` does not account for a few file types I am using in a personal project....

suggestion

Limited to on flattened struct. Implementation of #1916

**Description** 1. `rocket::post()` proc macro triggers `clippy::unused-unit` 1. `rocket::routes!` triggers `clippy::no-effect-underscore-binding` **To Reproduce** Enable corresponding lints and run clippy. **Expected Behavior** No clippy warnings for basic clippy warnings. **Environment:** -...

triage

**Existing Functionality** `rocket_sync_db_pools` currently relies on `diesel 1.4`, which is going [out of support](https://github.com/diesel-rs/diesel/issues/2348#issuecomment-1140445903), and it's currently giving some problems with `uuid 1.0.0`. - `diesel 1.4` supports up to `uuid...

suggestion

Implement the ability to bind to a Unix domain socket TODO: - [ ] TLS over Unix socket

A minor issue in the docs for the new RC. Thank you!

Adds an override of the `extend` method that enables derived form validators to return `form::Result