Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

why is there a # in nifi-registry UI url

avatar
New Contributor

For instance: http://localhost:18080/nifi-registry/#/explorer/grid-list
Is there a way to remove the `#` and still have the url work?

1 ACCEPTED SOLUTION

avatar
Master Mentor

@sambeth 

The hash (#) character is reserved as a delimiter to separate the URI of an object from a fragment identifier.
Registry has a number of different fragment Identifiers. The fragment identifier represents a part of, fragment of, or a sub-function within, an object.  The fragment identifier follows the "/#/" in the URL and can represent fragments in text documents by line and character range, or in graphics by coordinates, or in structured documents using ladders.  For example the "grid-list" of flows displayed when you access the NiFi UI.

No, you cannot remove the # from the URL.  Are you encountering an issue?

Hope this helps,

Matt

View solution in original post

1 REPLY 1

avatar
Master Mentor

@sambeth 

The hash (#) character is reserved as a delimiter to separate the URI of an object from a fragment identifier.
Registry has a number of different fragment Identifiers. The fragment identifier represents a part of, fragment of, or a sub-function within, an object.  The fragment identifier follows the "/#/" in the URL and can represent fragments in text documents by line and character range, or in graphics by coordinates, or in structured documents using ladders.  For example the "grid-list" of flows displayed when you access the NiFi UI.

No, you cannot remove the # from the URL.  Are you encountering an issue?

Hope this helps,

Matt