Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Mentor-Graphics.xml needs restructuring #4493

Description

@davidabian

I would add the following target tags to Mentor-Graphics.xml...

    <target host="accounts.mentor.com" />
    <target host="analytics.mentor.com" />
    <target host="beta.mentor.com" />
    <target host="blogs.mentor.com" />
    <target host="connect.mentor.com" />
    <target host="crm.mentor.com" />
    <target host="help.mentor.com" />
    <target host="iweb.mentor.com" />
    <target host="learn.mentor.com" />
    <target host="login.mentor.com" />
    <target host="marketing.mentor.com" />
    <target host="salesconnect.mentor.com" />
    <target host="signin.mentor.com" />
    <target host="sourcery.mentor.com" />
    <target host="store.mentor.com" />
    <target host="store1.mentor.com" />
    <target host="supportnet.mentor.com" />
    <target host="video.mentor.com" />
    <target host="www.mentor.com" />

... if I could apply a simple...

<rule from="^http:"
        to="https:" />

... but that's not the case.

Would you simply replace the existing tags by the above? Should we get an intermediate solution? Should we add an enormous rule tag like this?

<rule from="^http://(accounts|analytics|...|video|www)\.mentor\.com/"
        to="https://$1.mentor.com/" />

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions