Skip to content

Commit

Permalink
Merge pull request #838 from Orckestra/features-78780-RefApp-handle-l…
Browse files Browse the repository at this point in the history
…ong-URL-from-ProductDispName

Revert "Allow longer URLs due to increased Product Display Name length"
  • Loading branch information
cinnamon-cat authored Jul 19, 2024
2 parents e210dfc + 6bb9f92 commit 0711192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Website/DebugBuild.Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<httpHandlers>
<add verb="GET" path="sitemap.xml" type="Composite.AspNet.SiteMapHandler, Composite" />
</httpHandlers>
<httpRuntime fcnMode="Single" targetFramework="4.8" maxRequestLength="20480" maxUrlLength="512" relaxedUrlToFileSystemMapping="true" requestPathInvalidCharacters="&lt;,&gt;,*,%,&amp;,\,?" />
<httpRuntime fcnMode="Single" targetFramework="4.8" maxRequestLength="20480" relaxedUrlToFileSystemMapping="true" requestPathInvalidCharacters="&lt;,&gt;,*,%,&amp;,\,?" />
<pages clientIDMode="AutoID">
<controls>
<add tagPrefix="c1" namespace="Composite.Plugins.PageTemplates.MasterPages.Controls.Rendering" assembly="Composite" />
Expand Down
2 changes: 1 addition & 1 deletion Website/ReleaseBuild.Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<httpHandlers>
<add verb="GET" path="sitemap.xml" type="Composite.AspNet.SiteMapHandler, Composite" />
</httpHandlers>
<httpRuntime fcnMode="Single" targetFramework="4.8" maxRequestLength="20480" maxUrlLength="512" relaxedUrlToFileSystemMapping="true" requestPathInvalidCharacters="&lt;,&gt;,*,%,&amp;,\,?" />
<httpRuntime fcnMode="Single" targetFramework="4.8" maxRequestLength="20480" relaxedUrlToFileSystemMapping="true" requestPathInvalidCharacters="&lt;,&gt;,*,%,&amp;,\,?" />
<pages clientIDMode="AutoID">
<controls>
<add tagPrefix="c1" namespace="Composite.Plugins.PageTemplates.MasterPages.Controls.Rendering" assembly="Composite" />
Expand Down

0 comments on commit 0711192

Please sign in to comment.