302 redirect for my get servlets on dispatcher to publish server. | Adobe Higher Education
Skip to main content
Level 3
January 2, 2017
解決済み

302 redirect for my get servlets on dispatcher to publish server.

  • January 2, 2017
  • 2 の返信
  • 2675 ビュー

I have few GET servlets registered on path /bin/****. This works fine on publish instances. However, when the site is requested via dispatcher, I could see that there is a 302 redirect to the publish server.

This is on a dev environment with https enabled. Any thoughts on this.

このトピックへの返信は締め切られました。
ベストアンサー Runal_Trivedi

Rewriting URL is not something that dispatcher controls, rewrite mainly happens because of rewrite module in apache and rules configured.

I would suggest you enable rewrite logs in apache to debug level and see why it is issuing a 302 redirect.

2 の返信

Runal_Trivedi
Level 6
January 2, 2017

Rewriting URL is not something that dispatcher controls, rewrite mainly happens because of rewrite module in apache and rules configured.

I would suggest you enable rewrite logs in apache to debug level and see why it is issuing a 302 redirect.

aemanonymous作成者
Level 3
January 2, 2017

Runal.Trivedi wrote...

Rewriting URL is not something that dispatcher controls, rewrite mainly happens because of rewrite module in apache and rules configured.

I would suggest you enable rewrite logs in apache to debug level and see why it is issuing a 302 redirect.

 

There were some reverse proxy redirect rules which was the reason.