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

fix(elements): double asterisks in path results in error #2369

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

porotkin
Copy link
Contributor

@porotkin porotkin commented Jun 1, 2023

Double Asterisks (**) in openapi path results in error

In general, make sure you have: (check the boxes to acknowledge you've followed this template)

Other Available PR Templates:

Example:

  1. open https://stoplight-elements.netlify.app/?path=/story/public-api--open-api-3-schema
  2. add ** to any path (e.g. '/todos/{id} -> '/todos/{id}/**')

ER: Such path does not break the view. Displayed correctly
AR: Unexpected error while parsing regexp.
image

Fixed behavior can be tested on netlify CI server

@porotkin porotkin requested a review from a team as a code owner June 1, 2023 14:27
@porotkin porotkin requested a review from mmiask June 1, 2023 14:27
@netlify
Copy link

netlify bot commented Jun 1, 2023

Deploy Preview for stoplight-elements ready!

Name Link
🔨 Latest commit 6fd82b3
🔍 Latest deploy log https://app.netlify.com/sites/stoplight-elements/deploys/6478aae15135a60008e05d23
😎 Deploy Preview https://deploy-preview-2369--stoplight-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Jun 1, 2023

Deploy Preview for stoplight-elements-demo ready!

Name Link
🔨 Latest commit 6fd82b3
🔍 Latest deploy log https://app.netlify.com/sites/stoplight-elements-demo/deploys/6478aae120624c000821b17c
😎 Deploy Preview https://deploy-preview-2369--stoplight-elements-demo.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@porotkin
Copy link
Contributor Author

porotkin commented Jun 1, 2023

@P0lip, please, take a look :)

@chohmann chohmann added the jira label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants