Github user Tibor17 commented on the pull request:

    https://github.com/apache/maven-surefire/pull/101#issuecomment-133910961
  
    The /components/ URL must not be visible to our users because it's an 
internal URL. The non-components page must be used.
    
    Notice: content is in fact published to /components/ directory, and rewrite
    rules in .htaccess detect files not found in main site to try /components/
    content instead.
    
    It's only a limitation we could not avoid that makes
    http://maven.apache.org/surefire do a visible unwanted redirect to
    http://maven.apache.org/components/surefire/
    but with http://maven.apache.org/surefire/ it's not visible: it's the 
intended
    effect.
    
    (and everything is necessary because of CMS staging feature, that we
    workarounded previously with a extpaths.txt that took more than 15 minutes 
to execute: but with the new .htaccess trick, CMS publishing is as fast as 
expected = near immediate)
    
    If the URL is redirected, please create JIRA issue in ASF INFRA team and 
try to advice them to fastforward to /components/ URL instead of redirecting.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to