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

Warn about trailing space in page names #182

Closed
qwazer opened this issue Nov 15, 2018 · 3 comments
Closed

Warn about trailing space in page names #182

qwazer opened this issue Nov 15, 2018 · 3 comments
Assignees
Milestone

Comments

@qwazer
Copy link
Contributor

qwazer commented Nov 15, 2018

Use case:

In site description I accidentally add space to the name of page

 <home name="Name A  "

Confluence has page with title Name A

When publish with Maven Confluence plugin it accept title "Name A " and try to create new page.
But Confluence report error that page with this title already exists.

It will be nice to validate site description for trailing names or either

  1. report error and don't try to publish errors
  2. trim titles with warning messages in log

I prefer the 1 option.

@bsorrentino bsorrentino self-assigned this Nov 16, 2018
@bsorrentino bsorrentino added this to the 6.0 milestone Nov 16, 2018
@bsorrentino
Copy link
Owner

Hi @qwazer

Agree with you .... i’m Going to implement option 1

bsorrentino added a commit that referenced this issue Nov 25, 2018
bsorrentino added a commit that referenced this issue Nov 25, 2018
bsorrentino added a commit that referenced this issue Nov 26, 2018
bsorrentino added a commit that referenced this issue Nov 26, 2018
@bsorrentino
Copy link
Owner

fix released in 6.0-rc4

@qwazer
Copy link
Contributor Author

qwazer commented Nov 27, 2018

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants