Daniel (dB.) Doubrovkine

Results 521 issues of Daniel (dB.) Doubrovkine

I have always had a feeling that the C# library should be split up from the Java version waffle into its own project.

chore

We should be able to (re)implement waffle entirely in Ruby for Ruby web stacks.

new feature

Some browsers and also Java client send basic authentication headers with ISO-1 encoding. Other browser send it with UTF-8. Here is a patch to solve this. It try first an...

bug?

A filter uses a generic servlet interface for Java web servers. A valve is specific for Tomcat, and specific to a given tomcat version, and allows some extra features. Need...

faq

**Is your feature request related to a problem? Please describe.** Coming from https://github.com/opensearch-project/opensearch-py/issues/95, a user attempted to set permissions on OpenSearch based on the GET vs. POST verbs, and [found](https://github.com/aws/aws-cdk/issues/17761#issuecomment-1186674964)...

enhancement
untriaged

(updated from https://github.com/opensearch-project/OpenSearch/issues/1018#issuecomment-1188365805 below, @macrakis) # [Design Proposal] The *flat* data type in OpenSearch ## Summary JSON objects whose components are not indexed are a proposed new field type in...

enhancement
Indexing & Search

### Is your feature request related to a problem? Please describe Coming from https://github.com/opensearch-project/opensearch-build/issues/74#issuecomment-956496829. Use different JDKs depending on which branch of OpenSearch is being built. ### Describe the solution...

enhancement
Build Libraries & Interfaces

**Describe the bug** ``` > Task :plugins:repository-s3:yamlRestTest REPRODUCE WITH: ./gradlew ':plugins:repository-s3:yamlRestTest' --tests "org.opensearch.repositories.s3.RepositoryS3ClientYamlTestSuiteIT.test {yaml=repository_s3/20_repository_permanent_credentials/Register a repository with a non existing client}" -Dtests.seed=25A4942AE204EF9D -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ar-BH -Dtests.timezone=America/La_Paz -Druntime.java=17 -Dtests.rest.blacklist=repository_s3/50_repository_ecs_credentials/* org.opensearch.repositories.s3.RepositoryS3ClientYamlTestSuiteIT...

bug
Flakey Random Test Failure

### Describe the feature How can one send chunked transfer encoding requests with SdkHttpFullRequest today? https://github.com/dblock/aws-sdk-sigv4-demo/issues/1 I'd like something like this: ``` byte payload[] = ... // something very large...

feature-request

### Describe the feature I'd like to be able to pass an uncompressed stream into `SdkHttpFullRequest.builder()` and have it do the compression for me. This is because I also want...

feature-request
needs-triage