All --

I'm about to check in a batch of code. In it, I remove the
Short/ShortView URLConstructors. These aren't used any longer because
of the switch to StripesURLConstructor, which works identically to
DefaultURLConstructor.

Also: the DefaultUrlConstructor is merged into StripesUrlConstructor
(quite easy, really). The URLConstructor interface method parsePage()
is removed, also, because that is taken care of by the framework.
(It's also not really a "constructor" method...)

And, as a consequence, WikiServlet is also not needed. Its primary
function was to help decode short URLs, but that's done by
ShortUrlFilter now.

Any objections before I commit? Nothing breaks, no real changes other
than removal of dead code.

Andrew

Reply via email to