Skip to content

fix: webserver folder creation regex change#653

Merged
daveallie merged 1 commit intocrosspoint-reader:masterfrom
aaroncunliffe:fix/webserver-folder-creation
Feb 2, 2026
Merged

fix: webserver folder creation regex change#653
daveallie merged 1 commit intocrosspoint-reader:masterfrom
aaroncunliffe:fix/webserver-folder-creation

Conversation

@aaroncunliffe
Copy link
Contributor

Summary

Resolves #562

Implements regex change to support valid characters discussed by @daveallie in issue here.

Also rejects . and .. as folder names which are invalid in FAT32 and exFAT filesystems

Additional Context

  • Unsure on the wording for the alert, it feels overly explicit, but that might be a good thing. Happy to change.

AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing, please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? < PARTIALLY >

@daveallie daveallie merged commit f67c544 into crosspoint-reader:master Feb 2, 2026
2 checks passed
lukestein pushed a commit to lukestein/crosspoint-reader that referenced this pull request Feb 2, 2026
## Summary

Resolves crosspoint-reader#562 

Implements regex change to support valid characters discussed by
@daveallie in issue
[here](crosspoint-reader#562 (comment)).

Also rejects `.` and `..` as folder names which are invalid in FAT32 and
exFAT filesystems

## Additional Context
- Unsure on the wording for the alert, it feels overly explicit, but
that might be a good thing. Happy to change.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
lukestein pushed a commit to lukestein/crosspoint-reader that referenced this pull request Feb 2, 2026
## Summary

Resolves crosspoint-reader#562 

Implements regex change to support valid characters discussed by
@daveallie in issue
[here](crosspoint-reader#562 (comment)).

Also rejects `.` and `..` as folder names which are invalid in FAT32 and
exFAT filesystems

## Additional Context
- Unsure on the wording for the alert, it feels overly explicit, but
that might be a good thing. Happy to change.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
jdk2pq added a commit to jdk2pq/crosspoint-reader that referenced this pull request Feb 3, 2026
* master:
  fix: webserver folder creation regex change (crosspoint-reader#653)
lukestein pushed a commit to lukestein/crosspoint-reader that referenced this pull request Feb 3, 2026
## Summary

Resolves crosspoint-reader#562 

Implements regex change to support valid characters discussed by
@daveallie in issue
[here](crosspoint-reader#562 (comment)).

Also rejects `.` and `..` as folder names which are invalid in FAT32 and
exFAT filesystems

## Additional Context
- Unsure on the wording for the alert, it feels overly explicit, but
that might be a good thing. Happy to change.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
lukestein pushed a commit to lukestein/crosspoint-reader that referenced this pull request Feb 3, 2026
## Summary

Resolves crosspoint-reader#562 

Implements regex change to support valid characters discussed by
@daveallie in issue
[here](crosspoint-reader#562 (comment)).

Also rejects `.` and `..` as folder names which are invalid in FAT32 and
exFAT filesystems

## Additional Context
- Unsure on the wording for the alert, it feels overly explicit, but
that might be a good thing. Happy to change.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
lukestein pushed a commit to lukestein/crosspoint-reader that referenced this pull request Feb 3, 2026
## Summary

Resolves crosspoint-reader#562 

Implements regex change to support valid characters discussed by
@daveallie in issue
[here](crosspoint-reader#562 (comment)).

Also rejects `.` and `..` as folder names which are invalid in FAT32 and
exFAT filesystems

## Additional Context
- Unsure on the wording for the alert, it feels overly explicit, but
that might be a good thing. Happy to change.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
Unintendedsideeffects pushed a commit to Unintendedsideeffects/crosspoint-reader that referenced this pull request Feb 17, 2026
## Summary

Resolves crosspoint-reader#562 

Implements regex change to support valid characters discussed by
@daveallie in issue
[here](crosspoint-reader#562 (comment)).

Also rejects `.` and `..` as folder names which are invalid in FAT32 and
exFAT filesystems

## Additional Context
- Unsure on the wording for the alert, it feels overly explicit, but
that might be a good thing. Happy to change.

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
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

Successfully merging this pull request may close these issues.

Web server upload: Accept limited special characters during folder creation

2 participants