Coder Social home page Coder Social logo

tallence / core-redirects Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 9.0 1.28 MB

Core Redirects is a CoreMedia extension for managing redirects from within CoreMedia Studio.

License: Apache License 2.0

Java 44.63% SCSS 0.71% JavaScript 0.22% TypeScript 54.44%
coremedia redirects

core-redirects's People

Contributors

dfolgner avatar dhoeckcore avatar mgoellnitz avatar peter-mauritius avatar svkroschwald avatar tallencejanhendrikpopp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

core-redirects's Issues

Changing redirects causing to invalid plainRedirects and patternRedirects maps

Hi,

when I edit an existing Redirect document and change only the source URL, the plainRedirects and patternRedirects maps in com.tallence.core.redirects.cae.service.SiteRedirects gets invalid. After com.tallence.core.redirects.cae.service.SiteRedirects#addRedirect the map contains an old empty entry.

Maybe you can solve it by remove those entries:

patternRedirects.get(key).add(redirect);
/*Fix*/
patternRedirects.entrySet().removeIf(e -> e.getValue().isEmpty());

Redirect Manager with Identity Provider?

Aloha Tallence team,

One of our customers can use the redirect manager on their sandbox, where they use "internal users". However, when they deploy it to UAT, the redirect manager is available, but all buttons are grayed out.

I looked into the console and saw that he is trying to authenticate with a coremedia:///cap/user/ instead of coremedia:///cap/user/123

image

We are using a cognito-authentication in UAT and Prod. The administrative user group for this should be "admininistrator@cognito" instead of admininistratoren. Can I configure this group somewhere?

Are you aware of CMCC Service setups with your extension?

Best, Uli

Ulrike Heidler
VP of Customer Growth

E-Mail: [email protected]

content is cut off when using "after_not_found"-mode

I created a redirect, listening to the url "/my-url" and the redirectType "after_not_found".
A page with the same segment exists, I expect the RedirectFilter to deliver the page and ignore the redirect.

What happens:
The page is delivered, but the html from the servlet-response is cut off. The response contains a header "content-length" other responses does not. I assume an error in https://github.com/tallence/core-redirects/blob/master/core-redirects-cae/src/main/java/com/tallence/core/redirects/cae/filter/RedirectHttpServletResponseWrapper.java

Support Coremedia 10 - Version 2001.1/2001.2

hi,

not really an issue but just a question regarding cm 10 support. is it planned for near future? and if so, can u tell a potential release date? otherwise we'll fork it and maybe can contribute the working version.

kind regards

Disable "save"-button when modification is not allowed

The "modify"- and "delete"-Buttons in the contextMenu should be disabled if the user is not allowed to write (creating or modifying redirects in the current site) which already works. It shouldn't be allowed also, if the currently selected redirect contains regular Expressions and if the user is not allowed to modify these (mayNotUseRegexVE).

the targetLinkName in the gridView is not updated

When the targetLink of a redirect is changed in the RedirectEditPanel, the linkName in the GridView keeps the name of the old targetLink. An editor might be irritated of the old linkName.
The linkName will be updated after clicking on "reload" or after editing the redirect again. It seems to be an issue with the remoteStore-usage, which needs to be updated after updating the single redirect

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.