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

Syntax: Implement Restricted AT URI Syntax Validation in Rust #41

Open
afbase opened this issue Jan 27, 2025 · 0 comments
Open

Syntax: Implement Restricted AT URI Syntax Validation in Rust #41

afbase opened this issue Jan 27, 2025 · 0 comments

Comments

@afbase
Copy link
Contributor

afbase commented Jan 27, 2025

Background

As discussed in GitHub Issue #39, the current implementation of AT URI validation conforms mostly to the general syntax, but not the more restricted syntax specified in the AT URI Scheme Specification. A stricter validation function that adheres to the Restricted AT URI Syntax would be useful.

Done When

  1. Create ensure_valid_restrict_at_uri function: Implement a new validation function that enforces the following requirements of the Restricted AT URI Syntax.
  2. Add tests for the new validation function: Create test cases to ensure the updated function correctly validates Restricted AT URIs.
  3. Document the changes: Update the ATURI_VALIDATION.md file to reflect the new validation behavior.

Related References

@afbase afbase changed the title Implement Restricted AT URI Syntax Validation in Rust Syntax: Implement Restricted AT URI Syntax Validation in Rust Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant