Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several backend / frontend fixes #292

Merged
merged 20 commits into from
Nov 20, 2022
Merged

Several backend / frontend fixes #292

merged 20 commits into from
Nov 20, 2022

Conversation

dukeofharen
Copy link
Owner

@dukeofharen dukeofharen commented Nov 12, 2022

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: N/A

What is the new behavior?

  • Fixed small bug where form helper would not close correctly in "Add request / response value" menu.
  • Fixed small bug in reverse proxy response writer where root URL would be replaced incorrectly.
  • When using the reverse proxy response writer, take a look at the response and determine if it is binary or not.
  • Added stub validation on response headers.
  • Added configuration value for "allowGlobalFileSearch" which enables or disables whether users can use the "file response writer" to look for files in the whole OS or only for files relative to the stub .yml files or the file storage location.

Does this introduce a breaking change?

  • Yes
  • No

@dukeofharen dukeofharen added refactor Improvement of existing code, not introducing new features. bugfix Inconsistencies or issues which will cause a problem for users or implementors. labels Nov 12, 2022
@dukeofharen dukeofharen merged commit 6a96646 into master Nov 20, 2022
@dukeofharen dukeofharen deleted the feature/frontend-fixes branch November 20, 2022 14:18
@dukeofharen dukeofharen restored the feature/frontend-fixes branch November 20, 2022 14:20
@dukeofharen dukeofharen deleted the feature/frontend-fixes branch November 20, 2022 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Inconsistencies or issues which will cause a problem for users or implementors. refactor Improvement of existing code, not introducing new features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant