Jakub Wądołowski

Results 45 issues of Jakub Wądołowski

Hey, after a while with AET I came to a conclusion that it'd be great to have a _fail fast_ option. Our test suite lasts for around 10 minutes (2...

discussion
size large

Report application doesn't block directory listing so it's possible to browse through directory structure. ![aet_dir_listing](https://user-images.githubusercontent.com/6334715/31176464-24828ec0-a913-11e7-8b75-b6842862b2c3.png)

enhancement
help wanted
size small

Hey, quite recently I encountered a bunch of AET issues. Unfortunately none of them was easy to troubleshoot and fix, mostly due to not enough feedback on client side. That's...

bug
help wanted
size medium

**Describe the bug** I just deployed [AET Swarm stack](https://github.com/Skejven/aet-docker) on top of infrastructure, which does not have access to the internet whatsoever (every request attempt ends with TCP connection reset)....

# Bug description I recently discovered that knot.x copies `Last-Modified` header it receives from template repository and sends it back to the HTTP client. Such behavior can cause caching issues,...

discussion

# Bug description knot.x doesn't inform that max HTTP header size was exceeded. `knotx.log` contains no information about that (tested with `INFO` and `DEBUG` log levels). Additionally 400 response is...

# Bug description knot.x version: `1.4.0` Email signup is one of the features on my website. User initiates `POST` request which bypasses knot.x completely. The response contains ESI markup, so...

Hey, I've just noticed that both `acs-aem-tools-content-0.0.26-min.zip` and `acs-aem-tools-content-0.0.26.zip` contain exactly the same `properties.xml` file. Because of that it's quite hard to switch between different flavors, especially when packages are...

I configured my Chef Server as follows: ``` User ELB Apache Chef Server ``` My `chef-server.rb`: ``` $ cat /etc/opscode/chef-server.rb api_fqdn "chef.example.org" notification_email "[email protected]" nginx['enable_non_ssl'] = true nginx['non_ssl_port'] = "80"...

investigation-required
Triage: Confirmed
Type: Bug
Triage: Try Reproducing
Component: opscode-erchef
Status: To be prioritized

### Cookbook version `v4.1.12` ### Chef-client version ``` $ chef-client -v Chef: 14.0.202 ``` ### Platform Details AWS EC2 instance running RHEL 7.5 ``` $ cat /etc/redhat-release Red Hat Enterprise...