Curtis Ruck

Results 106 comments of Curtis Ruck

@spirosoik / @pfltdv / @stylianosrigas - can you review?

@jonathanwiemers - no real reason, other than the 3 week lag on feedback. My need for this was removed as we moved away from mattermost due to the integration and...

It does work with HTML generation, just not preview. What is the preview doing differently?

It doesn't work, it keeps the `toc` style class, not `toc2`. You can recreate it by just adding `:toc: left` to the asciidoc cheatsheet built into AsciidocFX.

I believe these two commits address all of your concerns.

If there are no further issues I can close this PR and resubmit with these changes in a single commit.

It would be beneficial to get a logout endpoint that just destroy's the server's session, as javascript can't see the MOD_AUTH_CAS_S cookie when HttpOnly is set, and when the apache...

Yes, that is the basic functionality. I ended up getting it working with server side code using set-cookie to delete the user's cookie in the browser. Though killing the session...

You would need to remove the SSL Client cert requirement to the /cas/*Validate endpoints.

I believe you just want to exclude the validation endpoints from the SSL Client Certificate validation. There is no reason to have SSL Client Validation on them. Another alternative would...