question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Make it possible to have non-static SecureRandom in RESTEasy Reactive filters

See original GitHub issue

Description

Declaring a SecureRandom instance variable in a RESTEasy Reactive filter causes a native build failure - therefore the implementations have to create it during the request processing which can be expensive.

Please investigate if the way RESTEasy Reactive filters are created can be changed to support it

CC @geoand

Implementation ideas

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sberyozkincommented, Sep 20, 2022

Great stuff, look forward to updating quarkus-csrf-reactive, thanks Georgios

0reactions
geoandcommented, Sep 20, 2022
Read more comments on GitHub >

github_iconTop Results From Across the Web

Writing REST Services with RESTEasy Reactive - Quarkus
These filters allow you to do various things such as examine the request URI, HTTP method, influence routing, look or change request headers, ......
Read more >
Full Archive - Baeldung
Full Archive. Sometimes it's difficult to have a birds eye view over an entire site; here's Baeldung from 10000 feet: Expand All. November...
Read more >
Quarkus Cookbook - Library
advanced concepts from Eclipse MicroProfile; reactive programming, ... tom Servlet filters or get the HTTP request directly into the code.
Read more >
vocab.txt - Hugging Face
... tr ##ction ##able ##ata work get ##ust using like ##ain code will ##ally ... high ##omp Note ##way ##ouble items nothing filter...
Read more >
Quarkus Cookbook - Index of /
advanced concepts from Eclipse MicroProfile; reactive programming, ... tom Servlet filters or get the HTTP request directly into the code.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found